Page 2 of 2

Re: Export FBX file Units

Posted: Fri Dec 01, 2017 6:09 pm
by daniel
Oh, I didn't really think about the fact you were calling it from inside a plugin :-(

You could define the 'CC_FBX_SUPPORT' macro, but I doubt it will work. Well, let's try this first (just call "#define CC_FBX_SUPPORT" before including the FBXFilter.h file) and tell me if it works. Sadly I doubt it will work in the end (Visual will compile, but the dialog may still appear). In which case we'll need to modify the filter code.

Re: Export FBX file Units

Posted: Fri Dec 01, 2017 6:40 pm
by Charlesw
Sorry about that, I did not realize this moved to a second page ;P

Defining before including seems to have worked. I will try it a few extra times in different scenarios to ensure.

Thank you !