[Bf-blender-cvs] [2da631bca7d] temp-geometry-nodes-extrude-mesh: Fix debug name of normal field input

Hans Goudey noreply at git.blender.org
Sun Jan 9 01:22:08 CET 2022


Commit: 2da631bca7d2fe06661c382156acb4caff1690f8
Author: Hans Goudey
Date:   Sat Jan 8 18:21:46 2022 -0600
Branches: temp-geometry-nodes-extrude-mesh
https://developer.blender.org/rB2da631bca7d2fe06661c382156acb4caff1690f8

Fix debug name of normal field input

===================================================================

M	source/blender/blenkernel/intern/geometry_set.cc

===================================================================

diff --git a/source/blender/blenkernel/intern/geometry_set.cc b/source/blender/blenkernel/intern/geometry_set.cc
index a8280d414f9..93afcd8bd0b 100644
--- a/source/blender/blenkernel/intern/geometry_set.cc
+++ b/source/blender/blenkernel/intern/geometry_set.cc
@@ -594,7 +594,7 @@ GVArray NormalFieldInput::get_varray_for_context(const GeometryComponent &compon
 
 std::string NormalFieldInput::socket_inspection_name() const
 {
-  return TIP_("ID / Index");
+  return TIP_("Normal");
 }
 
 uint64_t NormalFieldInput::hash() const



More information about the Bf-blender-cvs mailing list