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 and fixes #26

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update and fixes #26

wants to merge 2 commits into from

Conversation

erondiel
Copy link

Purpose: Ensure that empty objects with children are included in the FBX export, preserving the parent-child relationship upon re-import.

Changes:

Handling Empty Objects:

Modified the do_export method to include empty objects in the export process.
Added 'EMPTY' to the ex_object_types set, ensuring that both empty objects and their children are exported together.
Parent-Child Relationship Preservation:

By including empty objects during export, the parent-child hierarchy is maintained when the FBX file is re-imported into Blender or another 3D software.
Material Handling:

Updated the remove_materials method to avoid errors when processing objects without mesh data, such as empty objects.

Update Version 0.7.0
Purpose: Ensure that empty objects with children are included in the FBX export, preserving the parent-child relationship upon re-import.

Changes:

Handling Empty Objects:

Modified the do_export method to include empty objects in the export process.
Added 'EMPTY' to the ex_object_types set, ensuring that both empty objects and their children are exported together.
Parent-Child Relationship Preservation:

By including empty objects during export, the parent-child hierarchy is maintained when the FBX file is re-imported into Blender or another 3D software.
Material Handling:

Updated the remove_materials method to avoid errors when processing objects without mesh data, such as empty objects.
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.

1 participant