|
@@ -20,7 +20,7 @@ del asList
|
|
|
#####################################################################3333
|
|
#####################################################################3333
|
|
|
|
|
|
|
|
def getTightBounds(self):
|
|
def getTightBounds(self):
|
|
|
- from pandac import Point3
|
|
|
|
|
|
|
+ from pandac.PandaModules import Point3
|
|
|
|
|
|
|
|
if self.getNumPaths() == 0:
|
|
if self.getNumPaths() == 0:
|
|
|
return (Point3.Point3(0), Point3.Point3(0))
|
|
return (Point3.Point3(0), Point3.Point3(0))
|