Inside Sabertooth
Learn how Sabertooth uses 3ds Max to create 3D interactive projects, including HBO Go’s Game of Thrones interactive experience
  • 1/3
You are here: Forum Home / Autodesk® FBX® / FBX Plug-ins Import-Export Discussions / maya plugin 12.1 exports a simple cylinder with no node attribute
  RSS 2.0 ATOM  

maya plugin 12.1 exports a simple cylinder with no node attribute
Rate this thread
 
57257
 
Permlink of this thread  
avatar
  • Total Posts: 52
  • Joined: 07 December 2007 02:15 PM

When I create a simple cylinder in maya 12 ultimate and export it via fbxplugin 12.1 it wont display in any fbxsdk compliant code.  There is no node attribute set for the default node, and thus I cannot interrogate the mesh.  Whatsup?

code snippet :

void CGLFBXLoader::ProcessFBXNode(KFbxNode* pNode, CGLMeshPart * pMesh )
{
KFbxNodeAttribute::EAttributeType lAttributeType;
int i;

if(pNode->GetNodeAttribute() == NULL)
{

TRACE("NULL Node Attribute\n\n");
//code exits here as there is no attribute for any mesh that may exist

}
else
{
lAttributeType = (pNode->GetNodeAttribute()->GetAttributeType());
... process attribute’s



Replies: 0
avatar

I am afraid its a bit more confusing.  The fbx file in question is not maya generated.  It was generated in cinema4d.  However it DOES load in maya 12, but wont load in FBXSDK compliant code.  Attached see the fbx file that does not have a default node attribute, yet it still loads in MAYA.  How can this be???



Attachment Attachment
Replies: 0