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!
Remove Scale Compensation From Multiple Layers?
Moderators: Víctor Paredes, Belgarath, slowtiger
Re: Remove Scale Compensation From Multiple Layers?
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!
MAKE A COPY FIRST!
AS 9.5 MacPro Quadcore 3GHz 16GB OS 10.6.8 Quicktime 7.6.6
AS 11 MacPro 12core 3GHz 32GB OS 10.11 Quicktime 10.7.3
Moho 13.5 iMac Quadcore 2,9GHz 16GB OS 10.15
Moho 14.1 Mac Mini M2 Pro OS 13.7.6
AS 11 MacPro 12core 3GHz 32GB OS 10.11 Quicktime 10.7.3
Moho 13.5 iMac Quadcore 2,9GHz 16GB OS 10.15
Moho 14.1 Mac Mini M2 Pro OS 13.7.6
Re: Remove Scale Compensation From Multiple Layers?
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!