mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
mayaegg: Fix animations not being created during egg traversal
Closes #1004
This commit is contained in:
parent
fcfe3206eb
commit
1f504f6031
@ -1572,7 +1572,8 @@ void MayaEggLoader::TraverseEggNode(EggNode *node, EggGroup *context, string del
|
|||||||
mayaloader_cat.debug() << delim+delstring << "found an EggTable: " << node->get_name() << endl;
|
mayaloader_cat.debug() << delim+delstring << "found an EggTable: " << node->get_name() << endl;
|
||||||
}
|
}
|
||||||
} else if (node->is_of_type(EggXfmSAnim::get_class_type())) {
|
} else if (node->is_of_type(EggXfmSAnim::get_class_type())) {
|
||||||
//MayaAnim *anim = GetAnim(DCAST(EggXfmSAnim, node));
|
// Create a MayaAnim equivalent of the EggXfmSAnim
|
||||||
|
GetAnim(DCAST(EggXfmSAnim, node));
|
||||||
//anim->PrintData();
|
//anim->PrintData();
|
||||||
if (mayaloader_cat.is_debug()) {
|
if (mayaloader_cat.is_debug()) {
|
||||||
mayaloader_cat.debug() << delim+delstring << "found an EggXfmSAnim: " << node->get_name() << endl;
|
mayaloader_cat.debug() << delim+delstring << "found an EggXfmSAnim: " << node->get_name() << endl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user