checkpoint

This commit is contained in:
sliptonic
2020-03-16 12:28:16 -05:00
parent baba091596
commit 4030e44e41
10 changed files with 127 additions and 89 deletions

View File

@@ -88,6 +88,7 @@ class ToolBitEditor(object):
self.model.setHorizontalHeaderLabels(['Set', 'Property', 'Value'])
for i, name in enumerate(self.props):
print(f"propname: {name}")
prop = self.proto.getProperty(name)
isset = hasattr(tool, name)
if isset: