Re: Export FBX file Units
Posted: Fri Dec 01, 2017 6:09 pm
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.
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.