Notifications
Clear all
[Closed] Editable_poly creation callback?
Dec 17, 2014 6:23 pm
Hello,
I’ve created a script working with Editable_Poly objects only, so I made a “custom attributes” with my new rollout and I added it to my Editable_Poly base object, works great, but I’d like to have it everytime I convert any object to Editable_Poly. Is there a callback to capture objects converted to Editable_Poly and add my rollout automatically? Or maybe some other ideas?
2 Replies
Dec 17, 2014 6:23 pm
check Node Event System -> modelStructured (more likely) or modelOtherEvent
Dec 17, 2014 6:23 pm
Thanks denisT, that was really helpful. I’ve also created attribID to distinguish my custom attributes from the other attributes and now I can easily add it after I convert any object to Editable poly and remove it after second conversion for example to Editable mesh, cool.