Notifications
Clear all

[Closed] Setting Scale != Scale….

That does transform the scale but it’s not directly setting scale… i.e. if the object had a scale of [20%,50%,80%] then using prescale would just mirror the object and not set the scale to [-100%,100%,100%]

1 Reply
(@gandhics)
Joined: 11 months ago

Posts: 0

If you want that, you need to use xform modifier or alter offsetTransform.

Well that was disgustingly simple actually…

>>>$.controller.scale = [-0.2,0.5,0.9]
[-0.2,0.5,0.9]

Page 2 / 2