add NURBS_MODEL to maya2egg

This commit is contained in:
David Rose 2004-04-23 22:10:14 +00:00
parent eae4f00000
commit b5d662b439

View File

@ -254,6 +254,12 @@ $[TAB]maya2egg $[MAYA2EGG_OPTS] -o $[target] $[source]
$[target] : $[source]
$[TAB]maya2egg $[MAYA2EGG_OPTS] -p -a model -cn "$[CHAR_NAME]" -o $[target] $[source]
#endif
#if $[NURBS_MODEL]
#define target $[EGG_PREFIX]$[NURBS_MODEL].egg
#define source $[MAYA_PREFIX]$[or $[MODEL],$[NURBS_MODEL]].mb
$[target] : $[source]
$[TAB]maya2egg $[MAYA2EGG_OPTS] -a model -cn "$[CHAR_NAME]" -o $[target] $[source]
#endif
#end maya_char_egg