Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2021-08-31 01:26:07 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2021-08-31 01:26:07 +0300
commit1541fbb4a0863bdf063903a8b9afdadd613ed8cd (patch)
treedb7e9695bb5694b57e7ebb3a0f2d7c6ab0ee2f69 /source/blender/python/gpu/gpu_py_state.c
parentd374ff5b8fa416b1eb082f635cc78e6e0a10478c (diff)
PyDoc: Fix compliation warning
Diffstat (limited to 'source/blender/python/gpu/gpu_py_state.c')
-rw-r--r--source/blender/python/gpu/gpu_py_state.c2
1 files changed, 1 insertions, 1 deletions
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");