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

Fix remaining importers and exporters #70

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

Conversation

SomaZ
Copy link
Contributor

@SomaZ SomaZ commented Sep 7, 2024

- There are no layers anymore, so I removed these.
- Matrix multiplications -> @
- Auto triangulates now and applies modifiers before
User wouldn't notice the following error except when they looked into the blender console, but better fix it.

- bpy.context.scene.update() is no longer -> removed
- applies modifiers automatically
- matrix multiplications -> @
- no new mesh in bpy data is created, so don't try to delete it
Implicit conversions are no more, so cast render fps to int manually.
and set default scale to 1. Maybe we should use percentage scaling here as well like in the g2 importers exporters?
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.

test all file formats on latest Blender
1 participant