From e13e3287e2ce7cf7e14982cad29229032b58e70d Mon Sep 17 00:00:00 2001 From: ABelliqueux Date: Tue, 10 Aug 2021 16:08:24 +0200 Subject: [PATCH] remove print spam --- 3dcam-engine-helper.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/3dcam-engine-helper.py b/3dcam-engine-helper.py index 1aaa8ce..2dfab0e 100644 --- a/3dcam-engine-helper.py +++ b/3dcam-engine-helper.py @@ -76,8 +76,6 @@ def updateCustomProps(self, context): def selection_callback(scene): global last_selection global store_att_names - print("1 " + str(last_selection)) - print("2 " + str(bpy.context.active_object)) if bpy.context.active_object != last_selection: last_selection = bpy.context.active_object for groupName, attributeDefinitions in bpy.propertyGroupLayouts.items():