From cbf213952b7cd8e6f2f77d85931e8bc99c95ff1d Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Wed, 28 Sep 2022 22:45:03 +1000 Subject: [PATCH] Minor fix --- .../blenderbim/bim/module/pset/qto_calculator.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/blenderbim/blenderbim/bim/module/pset/qto_calculator.py b/src/blenderbim/blenderbim/bim/module/pset/qto_calculator.py index 1f9f685de5..cc873622b9 100644 --- a/src/blenderbim/blenderbim/bim/module/pset/qto_calculator.py +++ b/src/blenderbim/blenderbim/bim/module/pset/qto_calculator.py @@ -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}"