Skip to content

Commit

Permalink
Update matrix_normal.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosvor2 authored Apr 20, 2017
1 parent 34c7aa9 commit 174e766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/matrix/matrix_normal.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def process(self):
out = []
loc = L.sv_get()[0]
nor = [Vector(i) for i in N.sv_get()[0]]
loc, nor = safc(loc, nor)
nor = safc(loc, nor)
T, U = self.track, self.up
for V, N in zip(loc, nor):
n = N.to_track_quat(T, U)
Expand Down

2 comments on commit 174e766

@Kosvor2
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh no, i totally forgot about this. Now fixed.

@Kosvor2
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.5.9.6 release has been rereleased as 0.5.9.6.1 to contain this change.

Please sign in to comment.