Files
o3de/Tools/maxscript/cryKey/centerPivot.ms
T
2021-03-25 13:57:57 -07:00

5 lines
110 B
Plaintext

-- centers the pivot of all selected objects (locally per object)
for obj in selection do
(
CenterPivot obj
)