From 0faed781d9dad2d202fc2ddcbd4a6003a85f1124 Mon Sep 17 00:00:00 2001 From: Rafal Jaroszkiewicz Date: Thu, 25 Apr 2024 11:28:44 -0400 Subject: [PATCH] Fix the 'creatematrix' shader default output value (#1788) The 'nodedef' elements for the ND_creatematrix_vector3_matrix44 and ND_creatematrix_vector4_matrix44 shader definitions have a typo in their default value for the "out" output. The last vector currently is (1,0,0,0) but should be (0,0,0,1), to form an identity matrix. This pull request fixes that. --- libraries/stdlib/stdlib_defs.mtlx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/stdlib/stdlib_defs.mtlx b/libraries/stdlib/stdlib_defs.mtlx index b007fd983c..00a74813da 100644 --- a/libraries/stdlib/stdlib_defs.mtlx +++ b/libraries/stdlib/stdlib_defs.mtlx @@ -4539,7 +4539,7 @@ - + @@ -4547,7 +4547,7 @@ - +