From a15c73a169a726ee79b4f5cc1017a06f6d74867c Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Sun, 4 Aug 2024 15:13:27 +0200 Subject: [PATCH] cleanup --- butils.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/butils.py b/butils.py index 0764805..b0fb693 100644 --- a/butils.py +++ b/butils.py @@ -570,9 +570,6 @@ def set_text_on_curve(text_properties): ob.rotation_mode = 'QUATERNION' q = mathutils.Quaternion() q.rotate(text_properties.orientation) - # mathutils.Euler((radians(text_properties.orientation.x), - # radians(text_properties.orientation.y), - # radians(text_properties.orientation.z)))) ob.rotation_quaternion = (mom.matrix_world @ motor[0] @ q.to_matrix().to_4x4()).to_quaternion() scalor = 0.001