mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 08:15:18 -04:00
*** empty log message ***
This commit is contained in:
parent
0c29448ee1
commit
12499cf062
@ -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 = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user