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

How to deal with node.type == "MIX_SHADER" #46

Open
hpc100 opened this issue Sep 17, 2024 · 1 comment
Open

How to deal with node.type == "MIX_SHADER" #46

hpc100 opened this issue Sep 17, 2024 · 1 comment

Comments

@hpc100
Copy link

hpc100 commented Sep 17, 2024

Thank's for sharing your work.

My question is about node.type == "MIX_SHADER". How to get rgba and material ? (like node.type == 'BSDF_PRINCIPLED') ?

Thank's.

@ln-12
Copy link
Owner

ln-12 commented Dec 29, 2024

There is a huge variety of shaders in Blender but only those described in the readme (BSDF_GLASS and BSDF_PRINCIPLED) are implemented. If you want to use other shaders, you will have to implement them yourself unfortunately.

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

No branches or pull requests

2 participants