Block make editable(OBJECT_GENERATOR)

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"?

On 28/10/2016 at 02:56, xxxxxxxx wrote:

Hello,

it is not possible to disable "Current State to Object" or "Make Editable" for a given plugin; Cinema does not ask for permission.

See also "Make Object Editable".

best wishes,
Sebastian