Catching new warnings due to merge

This commit is contained in:
Markus Lampert
2019-06-30 20:13:02 -07:00
parent f34ac89266
commit 2a25993483
3 changed files with 30 additions and 30 deletions

View File

@@ -70,7 +70,6 @@ class ObjectPocket(PathPocketBase.ObjectPocket):
if not hasattr(obj, 'HandleMultipleFeatures'):
obj.addProperty('App::PropertyEnumeration', 'HandleMultipleFeatures', 'Pocket', QtCore.QT_TRANSLATE_NOOP('PathPocket', 'Choose how to process multiple Base Geometry features.'))
obj.HandleMultipleFeatures = ['Collectively', 'Individually']
pass
def opOnDocumentRestored(self, obj):
'''opOnDocumentRestored(obj) ... adds the properties if they doesn't exist.'''