Remove print spam
This commit is contained in:
parent
e13e3287e2
commit
c1dcc1ff48
@ -90,7 +90,6 @@ def selection_callback(scene):
|
|||||||
if attName in last_selection.data:
|
if attName in last_selection.data:
|
||||||
value = last_selection.data[attName]
|
value = last_selection.data[attName]
|
||||||
if attType == 'boolean':
|
if attType == 'boolean':
|
||||||
print(attName + ":" + str(value))
|
|
||||||
attributes[attName] = BoolProperty(name=attName, default=value, update=updateCustomProps )
|
attributes[attName] = BoolProperty(name=attName, default=value, update=updateCustomProps )
|
||||||
elif attType == 'int':
|
elif attType == 'int':
|
||||||
attributes[attName] = IntProperty(name=attName, default=value, update=updateCustomProps)
|
attributes[attName] = IntProperty(name=attName, default=value, update=updateCustomProps)
|
||||||
|
Loading…
Reference in New Issue
Block a user