WIP: Shader: Add Artistic Conductor Fresnel type to Metallic BSDF #126871

Draft
Alaska wants to merge 3 commits from Alaska/blender:add-artisitc-conductor into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit 117ce19ddd - Show all commits

View File

@ -2114,8 +2114,8 @@ enum {
/* Conductive fresnel types */
enum {
SHD_PHYSICAL_CONDUCTOR = 0,
SHD_ARTISTIC_CONDUCTOR = 1,
SHD_CONDUCTOR_F82 = 2,
SHD_CONDUCTOR_F82 = 1,
SHD_ARTISTIC_CONDUCTOR = 2,
};
/* glossy distributions */