Skip to content

Expose Principled BSDF full customization#37

Open
Gerard-Taulats wants to merge 1 commit into
aesc-silicon:mainfrom
Gerard-Taulats:Gerard-Taulats-custom-principled
Open

Expose Principled BSDF full customization#37
Gerard-Taulats wants to merge 1 commit into
aesc-silicon:mainfrom
Gerard-Taulats:Gerard-Taulats-custom-principled

Conversation

@Gerard-Taulats

@Gerard-Taulats Gerard-Taulats commented Jun 20, 2026

Copy link
Copy Markdown

Allows to use Blender's internal keywords to access any field inside the Principled BSDF, while preserving current mapped words.

In the YAML file, use the names you'd enter into the "node_bsdf.inputs[...]"
For example to access Transmission field, as per Blender docs the keyword is "Transmission Weight":

layers:
  met1:
    color: [0.63, 0.64, 0.65, 1.0]
    metallic: 0.8
    roughness: 0.3
    Transmission Weight: 0.5

@Gerard-Taulats Gerard-Taulats requested a review from dnltz as a code owner June 20, 2026 14:22
Allows to use Blender's internal keywords to access any field inside the Principled BSDF, while preserving current mapped words

Signed-off-by: Gerard-Taulats <gerardtaulats@gmail.com>
@Gerard-Taulats Gerard-Taulats force-pushed the Gerard-Taulats-custom-principled branch from ce244e8 to 11f502c Compare June 20, 2026 14:26
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