SMPL-to-FBX icon indicating copy to clipboard operation
SMPL-to-FBX copied to clipboard

Update API for Enums{EMode, EInterpolationType}

Open tshrjn opened this issue 1 year ago • 4 comments

Seems like due to updates to the FBX (Python) SDK, the API has changed and causes segmentation fault errors

Changes were made for the Enums according to the docs here

Tested using the following versions:

Package    Version
---------- --------
Python     3.10.11
fbx SDK    2020.3.4
numpy      1.25.0
packaging  23.1
pip        23.1.2
ply        3.11
scipy      1.10.1
setuptools 68.0.0
sip        6.6.2
toml       0.10.2
tqdm       4.65.0
wheel      0.38.4

tshrjn avatar Jun 22 '23 23:06 tshrjn

May I know what version of FBX Python SDK you're using and where to download it? I use 2020.0.1 downloaded from here: https://www.autodesk.com/developer-network/platform-technologies/fbx-sdk-2020-0 with python 3.7 and do not have segmentation fault.

softcat477 avatar Jul 01 '23 02:07 softcat477

I use the latest version FBX Python SDK 2020.3.4 from the AutoDesk website - "Get FBX SDK" which directs to the latest version.

tshrjn avatar Jul 10 '23 23:07 tshrjn

May I know what version of FBX Python SDK you're using and where to download it? I use 2020.0.1 downloaded from here: https://www.autodesk.com/developer-network/platform-technologies/fbx-sdk-2020-0 with python 3.7 and do not have segmentation fault.

In the version of FBX Python SDK 2020.0.1, there is only Python27 and no Python37, as you can see link. However, if I use FBX Python SDK 2020.3.4 + Python37, segmentation fault errors will occur. What should I do?

xjli360 avatar Jun 24 '24 08:06 xjli360

I use the latest version FBX Python SDK 2020.3.4 from the AutoDesk website - "Get FBX SDK" which directs to the latest version.

Excuse me, I would like to ask how you solved this problem?

xjli360 avatar Jun 24 '24 08:06 xjli360