remove poll on autobuild

1.6.3

- changed: remove poll check on autobuild operator
This commit is contained in:
pullusb
2024-03-27 18:15:17 +01:00
parent b973668f02
commit 248f686e78
3 changed files with 8 additions and 4 deletions
+3 -3
View File
@@ -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'})