[Bf-blender-cvs] [6fe1b7158bb] blender2.8: Py API Docs: Fix wrong type

Jacques Lucke noreply at git.blender.org
Mon Nov 19 10:30:04 CET 2018


Commit: 6fe1b7158bb9b562e2213f9a976b293e3902545d
Author: Jacques Lucke
Date:   Thu Nov 15 17:21:04 2018 +0100
Branches: blender2.8
https://developer.blender.org/rB6fe1b7158bb9b562e2213f9a976b293e3902545d

Py API Docs: Fix wrong type

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

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

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

diff --git a/source/blender/python/gpu/gpu_py_matrix.c b/source/blender/python/gpu/gpu_py_matrix.c
index ea883bea465..6c77f2ee02b 100644
--- a/source/blender/python/gpu/gpu_py_matrix.c
+++ b/source/blender/python/gpu/gpu_py_matrix.c
@@ -329,7 +329,7 @@ PyDoc_STRVAR(bpygpu_matrix_scale_uniform_doc,
 ".. function:: scale_uniform(scale)\n"
 "\n"
 "   :param scale: Scale the current stack matrix.\n"
-"   :type scale: sequence of 2 or 3 floats\n"
+"   :type scale: float\n"
 );
 static PyObject *bpygpu_matrix_scale_uniform(PyObject *UNUSED(self), PyObject *value)
 {



More information about the Bf-blender-cvs mailing list