From a27384e3896eb58e2371f3a869221f74b86df955 Mon Sep 17 00:00:00 2001 From: Jesse Yurkovich Date: Fri, 18 Jul 2025 20:52:10 +0200 Subject: [PATCH] Fix: Typo in documentation for new POINT_UNIFORM_COLOR gpu shader Typo introduced with initial commit c56a855b9fbfc6997a4d37a187b055bc7dbf6565 --- source/blender/python/gpu/gpu_py_shader.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/python/gpu/gpu_py_shader.cc b/source/blender/python/gpu/gpu_py_shader.cc index 19c767b3c8e..d2c6f2c59d4 100644 --- a/source/blender/python/gpu/gpu_py_shader.cc +++ b/source/blender/python/gpu/gpu_py_shader.cc @@ -63,7 +63,7 @@ "``POINT_FLAT_COLOR``\n" \ " :Attributes: vec3 pos, vec4 color\n" \ " :Uniforms: float size\n" \ - "``POLYLINE_UNIFORM_COLOR``\n" \ + "``POINT_UNIFORM_COLOR``\n" \ " :Attributes: vec3 pos\n" \ " :Uniforms: vec4 color, float size\n"