*** empty log message ***

This commit is contained in:
gregw 2000-11-10 07:12:35 +00:00
parent 0c29448ee1
commit 12499cf062

View File

@ -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 = {}