Hello
I script utility helper plug-in, try to use
when transform MyObject change do
(....)
construction, but have a problem - how to know MyObject for creation helper?
First time I can use
MyObject=selection[1]
and it's work, but after re-load scene it isn't... I hope find a way to know obj node like "this" ...
Thank You