Skip to content

Commit

Permalink
Remove type
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Feb 13, 2024
1 parent 0ac35aa commit 51d0304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/io_hubs_addon/debugger.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def execute(self, context):
final_loc = loc + Vector((0, 0, -1.6))
rot_offset = Matrix.Rotation(radians(180), 4, 'Z').to_4x4()
final_rot = rot.to_matrix().to_4x4() @ rot_offset
euler: Euler = final_rot.to_euler()
euler = final_rot.to_euler()
euler.x = 0
euler.y = 0

Expand Down

0 comments on commit 51d0304

Please sign in to comment.