mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
allows for frame counts on animations with the same name, but not neccessarily the same channel name in the same directory
This commit is contained in:
parent
e841ceb67d
commit
2c15943a7c
@ -395,7 +395,10 @@ $[TAB]$[MAYA2EGG] $[MAYA2EGG_OPTS] -p -a model -cn "$[CHAR_NAME]" -o $[target] $
|
|||||||
#define source $[MAYA_PREFIX]$[anim]$[MAYA_EXTENSION]
|
#define source $[MAYA_PREFIX]$[anim]$[MAYA_EXTENSION]
|
||||||
#define begin 0
|
#define begin 0
|
||||||
#define end
|
#define end
|
||||||
#if $[$[anim]_frames]
|
#if $[$[CHAR_NAME]_$[anim]_frames]
|
||||||
|
#set begin $[word 1,$[$[CHAR_NAME]_$[anim]_frames]]
|
||||||
|
#set end $[word 2,$[$[CHAR_NAME]_$[anim]_frames]]
|
||||||
|
#elif $[$[anim]_frames]
|
||||||
#set begin $[word 1,$[$[anim]_frames]]
|
#set begin $[word 1,$[$[anim]_frames]]
|
||||||
#set end $[word 2,$[$[anim]_frames]]
|
#set end $[word 2,$[$[anim]_frames]]
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user