diff --git a/source/blender/python/gpu/gpu_py_shader.cc b/source/blender/python/gpu/gpu_py_shader.cc index d2c6f2c59d4..7b53793ede4 100644 --- a/source/blender/python/gpu/gpu_py_shader.cc +++ b/source/blender/python/gpu/gpu_py_shader.cc @@ -59,7 +59,7 @@ " :Uniforms: vec2 viewportSize, float lineWidth\n" \ "``POLYLINE_UNIFORM_COLOR``\n" \ " :Attributes: vec3 pos\n" \ - " :Uniforms: vec2 viewportSize, float lineWidth\n" \ + " :Uniforms: vec2 viewportSize, float lineWidth, vec4 color\n" \ "``POINT_FLAT_COLOR``\n" \ " :Attributes: vec3 pos, vec4 color\n" \ " :Uniforms: float size\n" \