[Bf-blender-cvs] [c4a281e8018] master: PyDoc: Use explicit class names to refence class

Aaron Carlisle noreply at git.blender.org
Wed Oct 7 23:25:36 CEST 2020


Commit: c4a281e8018b4e2ee37628ea40b601daa138b921
Author: Aaron Carlisle
Date:   Wed Oct 7 17:25:19 2020 -0400
Branches: master
https://developer.blender.org/rBc4a281e8018b4e2ee37628ea40b601daa138b921

PyDoc: Use explicit class names to refence class

This fixes the link and makes it more clear which class the note is 
talking about

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

M	doc/python_api/rst/bgl.rst

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

diff --git a/doc/python_api/rst/bgl.rst b/doc/python_api/rst/bgl.rst
index 0c40f2092a8..36333919309 100644
--- a/doc/python_api/rst/bgl.rst
+++ b/doc/python_api/rst/bgl.rst
@@ -21,8 +21,8 @@ offers a set of extensive examples, including advanced features.
 
 .. note::
 
-   You can use the :class:`Image` type to load and set textures.
-   See :class:`Image.gl_load` and :class:`Image.gl_free`,
+   You can use the :class:`bpy.types.Image` type to load and set textures.
+   See :class:`bpy.types.Image.gl_load` and :class:`bpy.types.Image.gl_free`,
    for example.



More information about the Bf-blender-cvs mailing list