On 28/10/2016 at 01:00, xxxxxxxx wrote:
I create Object in ObjectPlugin(c4d.OBJECT_GENERATOR), tell me how to block modifies curent object in polygonobject
Maybe so
_<_t_>_
def Message(self, node, type, data) :
if type==c4d.MSG_EDITABLE_END:
return False
<_<_t_>_
But so does not work
def Message after
"Message" function is executed after "Make Editable"?