Browse Source

there we go. getTightBounds should work now for nodepath collections

Zachary Pavlov 20 years ago
parent
commit
50a66c57c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/extensions_native/NodePathCollection_extensions.py

+ 1 - 1
direct/src/extensions_native/NodePathCollection_extensions.py

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