mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
List "Pose" as "Static" to reduce student confusion (manual page updated as well)
This commit is contained in:
parent
58ec151891
commit
ee172d57cd
@ -1,8 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
MaxEgg.cpp
|
MaxEgg.cpp
|
||||||
Created by Steven "Sauce" Osman, 01/??/03
|
Created by Steven "Sauce" Osman, 01/??/03
|
||||||
odified and maintained by Ken Strickland, (02/25/03)-(Present)
|
Modified by Ken Strickland, 02/25/03
|
||||||
Carnegie Mellon University, Entetainment Technology Center
|
Carnegie Mellon University, Entertainment Technology Center
|
||||||
|
|
||||||
This file implements the classes that are used in the Panda 3D file
|
This file implements the classes that are used in the Panda 3D file
|
||||||
exporter for 3D Studio Max.
|
exporter for 3D Studio Max.
|
||||||
@ -500,7 +500,7 @@ void MaxEggPlugin::UpdateUI() {
|
|||||||
switch(eggList[i]->_anim_type) {
|
switch(eggList[i]->_anim_type) {
|
||||||
case MaxEggOptions::AT_chan: Item.pszText = "Animation"; break;
|
case MaxEggOptions::AT_chan: Item.pszText = "Animation"; break;
|
||||||
case MaxEggOptions::AT_both: Item.pszText = "Both"; break;
|
case MaxEggOptions::AT_both: Item.pszText = "Both"; break;
|
||||||
case MaxEggOptions::AT_pose: Item.pszText = "Pose"; break;
|
case MaxEggOptions::AT_pose: Item.pszText = "Static"; break;
|
||||||
case MaxEggOptions::AT_model: Item.pszText = "Model"; break;
|
case MaxEggOptions::AT_model: Item.pszText = "Model"; break;
|
||||||
default: Item.pszText = "Model"; break;
|
default: Item.pszText = "Model"; break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user