Skip to content
Snippets Groups Projects
Commit ae3237c4 authored by NBurn's avatar NBurn
Browse files

io_anim_nuke Fix issue with property assignment

parent f4275a1d
Branches
Tags
No related merge requests found
...@@ -76,7 +76,7 @@ class ImportChan(Operator, ImportHelper): ...@@ -76,7 +76,7 @@ class ImportChan(Operator, ImportHelper):
filter_glob: StringProperty(default="*.chan", options={'HIDDEN'}) filter_glob: StringProperty(default="*.chan", options={'HIDDEN'})
rotation_order = rotation_order rotation_order: rotation_order
z_up: BoolProperty( z_up: BoolProperty(
name="Make Z up", name="Make Z up",
description="Switch the Y and Z axis", description="Switch the Y and Z axis",
...@@ -118,7 +118,7 @@ class ExportChan(Operator, ExportHelper): ...@@ -118,7 +118,7 @@ class ExportChan(Operator, ExportHelper):
name="Make Y up", name="Make Y up",
description="Switch the Y and Z axis", description="Switch the Y and Z axis",
default=True) default=True)
rotation_order = rotation_order rotation_order: rotation_order
@classmethod @classmethod
def poll(cls, context): def poll(cls, context):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment