From 12499cf0622c1dbc4263d358ec9202aea5f7e699 Mon Sep 17 00:00:00 2001 From: gregw <> Date: Fri, 10 Nov 2000 07:12:35 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/actor/Actor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/direct/src/actor/Actor.py b/direct/src/actor/Actor.py index 6f89c3f080..1f614b7fe4 100644 --- a/direct/src/actor/Actor.py +++ b/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 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)) # 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 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)) animDict = {}