Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update API for Enums{EMode, EInterpolationType} #25

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tshrjn
Copy link

@tshrjn tshrjn commented Jun 22, 2023

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

@softcat477
Copy link
Owner

softcat477 commented Jul 1, 2023

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 softcat477 mentioned this pull request Jul 1, 2023
@tshrjn
Copy link
Author

tshrjn commented Jul 10, 2023

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

@xjli360
Copy link

xjli360 commented Jun 24, 2024

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
Copy link

xjli360 commented Jun 24, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants