On 29/09/2017 at 06:30, xxxxxxxx wrote:
Hello, is it possible to check if an Object is a Deformer?
I can check if an object is a Generator like this:
obj_info = obj.GetInfo()
is_generator = obj_info & c4d.OBJECT_GENERATOR
But trying this with c4d.OBJECT_DEFORMER
seems not to work.