Skip to content

Commit

Permalink
Merge pull request #32 from set-killer/master
Browse files Browse the repository at this point in the history
More cleanups
  • Loading branch information
akien-mga authored Sep 1, 2016
2 parents 4e51c86 + 61bb552 commit 53c5589
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions io_scene_dae/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,6 @@ def execute(self, context):
if not self.filepath:
raise Exception("filepath not set")

""" global_matrix = Matrix()
global_matrix[0][0] = \
global_matrix[1][1] = \
global_matrix[2][2] = self.global_scale
"""

keywords = self.as_keywords(ignore=("axis_forward",
"axis_up",
"global_scale",
Expand Down

0 comments on commit 53c5589

Please sign in to comment.