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

viewport material export #2390

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

julienduroure
Copy link
Collaborator

New option to export simple material, based on viewport display information.

image

Exported values:

  • BaseColor (RGBA)
  • Metallic (float factor)
  • Roughness (float factor)

image

=> This is very fast, as we don't check the node tree.
=> Custom properties of the material can still be exported

@julienduroure
Copy link
Collaborator Author

Note: We are close to 4.3 release, so we can't make this (new feature) into it.
This is planned for 4.4

@julienduroure julienduroure added this to the Blender 4.4 milestone Oct 30, 2024
@HailToDodongo
Copy link

Thanks for looking into this so quickly!

I did gave the PR a test on the latest 4.3 beta, and it does seem to fix my issue.
Export works again, and the basic material + custom properties are still there for me to process.

The only thing i noticed is that certain older models have wrong vertex colors, but i can create a separate issue for that.
(As a test, .obj export has correct colors)

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.

2 participants