Draft: Small bugfix

This commit is contained in:
Yorik van Havre
2019-02-09 20:37:36 -02:00
parent ae3b57be3b
commit 2ac0851d4c

View File

@@ -600,6 +600,7 @@ class ghostTracker(Tracker):
def getNode(self,obj):
"returns a coin node representing the given object"
import Part
if isinstance(obj,Part.Shape):
return self.getNodeLight(obj)
elif obj.isDerivedFrom("Part::Feature"):