Commit: bd25df3d6805c613b1a3b9cfcdc7120355cd2440
Author: Bastien Montagne
Date:   Mon Mar 2 12:04:33 2020 +0100
Branches: master
https://developer.blender.org/rBbd25df3d6805c613b1a3b9cfcdc7120355cd2440

Fix T74335: Text.use_module "Online Manual" leads to TextCurve pages.

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

M       release/scripts/modules/rna_manual_reference.py

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

diff --git a/release/scripts/modules/rna_manual_reference.py 
b/release/scripts/modules/rna_manual_reference.py
index de2919cc883..a9a1c321ef9 100644
--- a/release/scripts/modules/rna_manual_reference.py
+++ b/release/scripts/modules/rna_manual_reference.py
@@ -1122,7 +1122,7 @@ url_manual_mapping = (
        ("bpy.types.menu*", 
"interface/controls/buttons/menus.html#bpy-types-menu"),
        ("bpy.types.mesh*", "modeling/meshes/index.html#bpy-types-mesh"),
        ("bpy.types.pose*", 
"animation/armatures/posing/index.html#bpy-types-pose"),
-       ("bpy.types.text*", "modeling/texts/index.html#bpy-types-text"),
+       ("bpy.types.text*", 
"editors/text_editor.html#bpy-types-spacetexteditor"),
        ("bpy.ops.brush*", "sculpt_paint/brush/brush.html#bpy-ops-brush"),
        ("bpy.ops.cloth*", "physics/cloth/index.html#bpy-ops-cloth"),
        ("bpy.ops.curve*", "modeling/curves/index.html#bpy-ops-curve"),

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to