Notifications
Clear all

[Closed] Obj transform data changes in structure

and i’m absolutely sure that when construct is not the right solution.

Thanks for help.
I think i make something weird in transformations, your’s transform part work nice.

What problem can cause when construct?

5 Replies
(@denist)
Joined: 1 year ago

Posts: 0

do you want it for a rig? or anything different?

(@j-bond)
Joined: 1 year ago

Posts: 0

No. Only for modeling purpose , like EPoly Soft selection but for object set.
Tweaking a objects set , and leave it as is.

(@denist)
Joined: 1 year ago

Posts: 0

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.

(@denist)
Joined: 1 year ago

Posts: 0

but for smooth transform probably there is no alternative to the when construct. so i would probably use a combination of both.

(@denist)
Joined: 1 year ago

Posts: 0

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.

1 Reply
(@denist)
Joined: 1 year ago

Posts: 0

controllerOtherEvent… but now something is changed or broken and the system fires this event (and most others) only on viewredraw…

Page 2 / 2