[Closed] Obj transform data changes in structure
Thanks for help.
I think i make something weird in transformations, your’s transform part work nice.
What problem can cause when construct?
No. Only for modeling purpose , like EPoly Soft selection but for object set.
Tweaking a objects set , and leave it as is.
well… that makes sense now… but there is more stable mechanism than when construct which better handles multiple selection… it’s the node event system (NodeEventCallback). i would use that one.
but for smooth transform probably there is no alternative to the when construct. so i would probably use a combination of both.
the main problem of when construct is that you have to recharge it every time when selection changed. every time you have to delete old change handles and make new. using the node event system allows you to do all job in one callback.
I use When callback cos it have a “transform” trigger. The NodeEventCallback i actually don’t understand what event to use.
controllerOtherEvent… but now something is changed or broken and the system fires this event (and most others) only on viewredraw…