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