Skip to content

simple fbx creation / export #4348

Answered by flugi
flugi asked this question in Q&A
Jan 20, 2022 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

Thanks for the help!

The first xml is the dump of the desired content which I want to mimic in format, so the length is not interesting, I don't want to reproduce the content but the format only.

I tried to connect the nodeanim instance, you are right it was missing, but adding the following right before the export part:

    anim->mChannels = &nodeanim;
    anim->mName = "anim";
    anim->mNumChannels = 1;
    anim->mTicksPerSecond = 30;

did not solve the issue.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@flugi
Comment options

Answer selected by kimkulling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants