Skip to content

Commit

Permalink
io_anim_nuke Fix issue with property assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
n-Burn committed Jun 28, 2019
1 parent f4275a1 commit ae3237c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions io_anim_nuke_chan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class ImportChan(Operator, ImportHelper):

filter_glob: StringProperty(default="*.chan", options={'HIDDEN'})

rotation_order = rotation_order
rotation_order: rotation_order
z_up: BoolProperty(
name="Make Z up",
description="Switch the Y and Z axis",
Expand Down Expand Up @@ -118,7 +118,7 @@ class ExportChan(Operator, ExportHelper):
name="Make Y up",
description="Switch the Y and Z axis",
default=True)
rotation_order = rotation_order
rotation_order: rotation_order

@classmethod
def poll(cls, context):
Expand Down

0 comments on commit ae3237c

Please sign in to comment.