Revert "EEVEE: AOVs not same as cycles."
This reverts commit 730a46e87d
.
This commit is contained in:
@@ -43,9 +43,8 @@ static int node_shader_gpu_output_aov(GPUMaterial *mat,
|
||||
{
|
||||
GPUNodeLink *outlink;
|
||||
NodeShaderOutputAOV *aov = (NodeShaderOutputAOV *)node->storage;
|
||||
/* Keep in sync with `renderpass_lib.glsl#render_pass_aov_hash` and
|
||||
* `EEVEE_renderpasses_aov_hash`. */
|
||||
unsigned int hash = BLI_hash_string(aov->name) << 1;
|
||||
/* Keep in sync with `renderpass_lib.glsl#render_pass_aov_hash`. */
|
||||
unsigned int hash = BLI_hash_string(aov->name) & ~1;
|
||||
GPU_stack_link(mat, node, "node_output_aov", in, out, &outlink);
|
||||
GPU_material_add_output_link_aov(mat, outlink, hash);
|
||||
|
||||
|
Reference in New Issue
Block a user