I want to scale multiple objects in global transform coordinate. (0,0,0)
but when I scale them:
scale $ [0.5,0.5,0.5]
they will scale by their local pivot point.
I set:
setCoordCenter #system
gizmo will go to 0.0.0 but still scaling will be on objects local pivot point.
also tried to pack them in a group and scale them, again they will scale same as previous tries.
I don’t want to change models pivot points too.
are there any suggestions please?