[Bf-blender-cvs] [1541fbb4a08] master: PyDoc: Fix compliation warning

Aaron Carlisle noreply at git.blender.org
Tue Aug 31 00:26:16 CEST 2021


Commit: 1541fbb4a0863bdf063903a8b9afdadd613ed8cd
Author: Aaron Carlisle
Date:   Mon Aug 30 18:26:07 2021 -0400
Branches: master
https://developer.blender.org/rB1541fbb4a0863bdf063903a8b9afdadd613ed8cd

PyDoc: Fix compliation warning

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

M	source/blender/python/gpu/gpu_py_state.c

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

diff --git a/source/blender/python/gpu/gpu_py_state.c b/source/blender/python/gpu/gpu_py_state.c
index 757c787882b..26905c87de2 100644
--- a/source/blender/python/gpu/gpu_py_state.c
+++ b/source/blender/python/gpu/gpu_py_state.c
@@ -126,7 +126,7 @@ static PyObject *pygpu_state_blend_get(PyObject *UNUSED(self))
 PyDoc_STRVAR(pygpu_state_clip_distances_set_doc,
              ".. function:: clip_distances_set(distances_enabled)\n"
              "\n"
-             "   Sets number of `gl_ClipDistance`s that will be used for clip geometry.\n"
+             "   Sets the number of `gl_ClipDistance` planes used for clip geometry.\n"
              "\n"
              "   :param distances_enabled: Number of clip distances enabled.\n"
              "   :type distances_enabled: int\n");



More information about the Bf-blender-cvs mailing list