mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
name by animname
This commit is contained in:
parent
0c81219af1
commit
ebc60ccce5
@ -38,7 +38,7 @@ class ActorInterval(Interval.Interval):
|
|||||||
"""__init__(name)
|
"""__init__(name)
|
||||||
"""
|
"""
|
||||||
# Generate unique id
|
# Generate unique id
|
||||||
id = 'Actor-%d' % ActorInterval.animNum
|
id = 'Actor-%s-%d' % (animName, ActorInterval.animNum)
|
||||||
ActorInterval.animNum += 1
|
ActorInterval.animNum += 1
|
||||||
# Record class specific variables
|
# Record class specific variables
|
||||||
self.actor = actor
|
self.actor = actor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user