diff --git a/nodes/matrix/matrix_normal.py b/nodes/matrix/matrix_normal.py index 9986439ac1..8d772aed24 100644 --- a/nodes/matrix/matrix_normal.py +++ b/nodes/matrix/matrix_normal.py @@ -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)