claygl icon indicating copy to clipboard operation
claygl copied to clipboard

Conversion Tool: AttributeError: 'FbxTime' object has no attribute 'SetSecondDouble'

Open Tangelo1 opened this issue 7 years ago • 1 comments

I'm attempting to convert a fbx file and I come up with this error. I'm running python 3.6 because 3.3 is EOL. I'm not sure if this is the issue or not. Not sure where the issue lies.

Traceback (most recent call last):   File "/Users/rsfpgd/Desktop/HololensStuff/claygl/tools/fbx2gltf.py", line 1461, in     lPoseTime.SetSecondDouble(float(args.pose)) AttributeError: 'FbxTime' object has no attribute 'SetSecondDouble'

Tangelo1 avatar Jan 30 '18 19:01 Tangelo1

Only python3.3 can be used because the FBX SDK is compiled in this version. Can do nothing about this limitation :(

pissang avatar Jan 31 '18 02:01 pissang