mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
adjust parameter explanation
This commit is contained in:
parent
03c882f992
commit
a3cf589261
@ -44,15 +44,12 @@ XFileToEgg() :
|
|||||||
|
|
||||||
add_option
|
add_option
|
||||||
("a", "name", 0,
|
("a", "name", 0,
|
||||||
"Convert as an animatable model, converting Frames into Joints. "
|
"Specify the name of the animated character to generate. This option "
|
||||||
"Note that animation support in x2egg is currently experimental and "
|
"forces the model to be converted as an animatable character, even "
|
||||||
"likely to be broken.",
|
"if animation channels are not found in the file. Without this "
|
||||||
/*
|
"option, the model is converted as a static model (which "
|
||||||
"Convert as an animatable model, converting Frames into Joints. This "
|
"is usually more efficient to load within Panda), unless animation "
|
||||||
"should be specified for a model which is intended to be animated. The "
|
"channels are present in the .x file.",
|
||||||
"default is to convert the model as a normal static model, which is "
|
|
||||||
"usually more optimal if animation is not required.",
|
|
||||||
*/
|
|
||||||
&XFileToEgg::dispatch_string, &_make_char, &_char_name);
|
&XFileToEgg::dispatch_string, &_make_char, &_char_name);
|
||||||
|
|
||||||
add_option
|
add_option
|
||||||
|
Loading…
x
Reference in New Issue
Block a user