Renamed BitTemplate to BitShape for clarity

This commit is contained in:
Markus Lampert
2019-11-01 14:04:34 -07:00
parent fee1ddf73a
commit db1f97b16e
21 changed files with 73 additions and 73 deletions

View File

@@ -86,7 +86,7 @@ def isValidBaseObject(obj):
# Can't link to anything inside a geo feature group anymore
PathLog.debug("%s is inside a geo feature group" % obj.Label)
return False
if hasattr(obj, 'BitBody') and hasattr(obj, 'BitTemplate'):
if hasattr(obj, 'BitBody') and hasattr(obj, 'BitShape'):
# ToolBit's are not valid base objects
return False
if obj.TypeId in NotValidBaseTypeIds: