Page 1 of 1

Remove Scale Compensation From Multiple Layers?

Posted: Sat Feb 16, 2013 3:34 pm
by 94253
I'm using AS Pro 9. I want to remove scale compensation from all layers on multiple characters I've drawn and rigged. I thought it would be as easy as turning off scale compensation for the bone layer, and it would also affect all the layers inside the bone layer. That doesn't seem to be the case, though; I need to expand everything and one by one modify the properties of each.

I've turned off the scale compensation for the characters I need to use now, but if there is a less tedious method I can use to fix the rest of my characters I would really like to know how to do it. Thanks in advance for your feedback!

Re: Remove Scale Compensation From Multiple Layers?

Posted: Sat Feb 16, 2013 4:43 pm
by slowtiger
AS files are simple text files, so you can always open them in a text editor and use find/replace. First you need to identify the phrase, usually you create a new file with two empty layers, one with and one without scale compensation, and find the difference in the text.

MAKE A COPY FIRST!

Re: Remove Scale Compensation From Multiple Layers?

Posted: Sat Feb 16, 2013 4:48 pm
by 94253
Genius! The text editor shows the string "scale_compensation true" so I can just change it to "scale_compensation false" and I'm good to go. Thank you!