remove poll on autobuild
1.6.3 - changed: remove poll check on autobuild operator
This commit is contained in:
+3
-3
@@ -63,9 +63,9 @@ class GPEXP_OT_render_auto_build(bpy.types.Operator):
|
||||
bl_description = "Trigger all operation to make build render scene with default settings"
|
||||
bl_options = {"REGISTER"}
|
||||
|
||||
@classmethod
|
||||
def poll(cls, context):
|
||||
return context.object and context.object.type == 'GPENCIL'
|
||||
# @classmethod
|
||||
# def poll(cls, context):
|
||||
# return context.object and context.object.type == 'GPENCIL'
|
||||
|
||||
# timer : bpy.props.FloatProperty(default=0.1, options={'SKIP_SAVE'})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user