Browse Source

*** empty log message ***

gregw 25 years ago
parent
commit
12499cf062
1 changed files with 2 additions and 2 deletions
  1. 2 2
      direct/src/actor/Actor.py

+ 2 - 2
direct/src/actor/Actor.py

@@ -747,7 +747,7 @@ class Actor(PandaObject, NodePath):
         Actor model loader. Takes a model name (ie file path), a part
         Actor model loader. Takes a model name (ie file path), a part
         name(defaults to "modelRoot") and an lod name(defaults to "lodRoot").
         name(defaults to "modelRoot") and an lod name(defaults to "lodRoot").
         """
         """
-        Actor.notify.warning("in loadModel: %s , part: %s, lod: %s" % \
+        Actor.notify.info("in loadModel: %s , part: %s, lod: %s" % \
             (modelPath, partName, lodName))
             (modelPath, partName, lodName))
 
 
         # load the model and extract its part bundle
         # load the model and extract its part bundle
@@ -789,7 +789,7 @@ class Actor(PandaObject, NodePath):
         to 'lodRoot' for non-LOD actors) and dict of corresponding
         to 'lodRoot' for non-LOD actors) and dict of corresponding
         anims in the form animName:animPath{}"""
         anims in the form animName:animPath{}"""
         
         
-        Actor.notify.warning("in loadAnims: %s, part: %s, lod: %s" %
+        Actor.notify.info("in loadAnims: %s, part: %s, lod: %s" %
                           (anims, partName, lodName))
                           (anims, partName, lodName))
 
 
         animDict = {}
         animDict = {}