Esempio n. 1
0
 def poll(cls, context):
     return MMDLamp.isLamp(context.active_object)
Esempio n. 2
0
 def poll(cls, context):
     obj = context.active_object
     return obj and (MMDLamp.isLamp(obj) or MMDLamp.isMMDLamp(obj))