On 02/02/2013 at 01:04, xxxxxxxx wrote:
Hi
with python, Is possible in hierarchy, move only the Null Object (Axis? ) retaining fixed everything else?
Before:
After
Thanks
On 02/02/2013 at 01:04, xxxxxxxx wrote:
Hi
with python, Is possible in hierarchy, move only the Null Object (Axis? ) retaining fixed everything else?
Before:
After
Thanks
On 02/02/2013 at 02:01, xxxxxxxx wrote:
Hi Caleidos4D,
you can move all children of the object about a certain anmount, and then move the axis of the NULL
about this anmount in negative direction.
Do this for the first level objects only, not recursively.
for all direct children O of Null:
O.position += offset
endfor
Null.position -= offset
-Niklas