Minor fix

This commit is contained in:
Dion Moult
2022-09-28 22:45:03 +10:00
parent b7c76048ab
commit cbf213952b
@@ -722,11 +722,11 @@ class QtoCalculator:
# # Following code is here temporarily to test newly created functions:
qto = QtoCalculator()
o = bpy.context.active_object
sel = bpy.context.selected_objects
nl = '\n'
#qto = QtoCalculator()
#o = bpy.context.active_object
#sel = bpy.context.selected_objects
#
#nl = '\n'
# print(
# f"get_linear_length: {qto.get_linear_length(o)}{nl}{nl}"
# f"get_width: {qto.get_width(o)}{nl}{nl}"