mirror of
https://github.com/panda3d/panda3d.git
synced 2026-04-21 14:09:24 -05:00
fix bug with unicode animation names
This commit is contained in:
@@ -1813,7 +1813,7 @@ class Actor(DirectObject, NodePath):
|
||||
controls.append(anim.animControl)
|
||||
else:
|
||||
# get the named animation(s) only.
|
||||
if isinstance(animName, types.StringType):
|
||||
if isinstance(animName, types.StringTypes):
|
||||
# A single animName
|
||||
animNameList = [animName]
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user