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

Collada: added import property to disable unit size scaling #5193

Merged

Conversation

martinweber
Copy link
Contributor

I needed the option to ignore the unit size scaling for Collada imports.

This PR adds a property AI_CONFIG_IMPORT_COLLADA_IGNORE_UNIT_SIZE which controls if the unit size scaling is applied to the root node's transform or not. It works similar to the existing AI_CONFIG_IMPORT_COLLADA_IGNORE_UP_DIRECTION property.

The default value is false, so the behavior for Collada imports will not change unless explicitly requested.

@turol
Copy link
Member

turol commented Aug 10, 2023

There's no need to merge master branch, we will do that when we're ready to merge. If you want to update your branch prefer rebase and force push to avoid excessive amount of merge commits.

@martinweber
Copy link
Contributor Author

Ah sorry. I thought I hit the rebase option through the Github web interface. I will refrain from further updates.

@kimkulling
Copy link
Member

So, I have merged the current master. Now I will start doing the code review.

Copy link
Member

@kimkulling kimkulling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine!

@kimkulling kimkulling merged commit 97227d7 into assimp:master Aug 29, 2023
11 checks passed
@kimkulling
Copy link
Member

Merged, thanks a lot for your contribution.

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

Successfully merging this pull request may close these issues.

None yet

3 participants