[Bf-blender-cvs] [a0db43cd7be] master: Fix T84388: Invalid operator reference in the quick-start

Campbell Barton noreply at git.blender.org
Tue Jan 5 08:05:28 CET 2021


Commit: a0db43cd7be9a1c594f1c43f131f5f719935c506
Author: Campbell Barton
Date:   Tue Jan 5 13:39:32 2021 +1100
Branches: master
https://developer.blender.org/rBa0db43cd7be9a1c594f1c43f131f5f719935c506

Fix T84388: Invalid operator reference in the quick-start

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

M	doc/python_api/rst/info_quickstart.rst

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

diff --git a/doc/python_api/rst/info_quickstart.rst b/doc/python_api/rst/info_quickstart.rst
index ed529b0fb57..34d6ff7fbce 100644
--- a/doc/python_api/rst/info_quickstart.rst
+++ b/doc/python_api/rst/info_quickstart.rst
@@ -237,7 +237,7 @@ Examples:
    {'FINISHED'}
    >>> bpy.ops.mesh.hide(unselected=False)
    {'FINISHED'}
-   >>> bpy.ops.object.scale_apply()
+   >>> bpy.ops.object.transform_apply()
    {'FINISHED'}
 
 .. tip::



More information about the Bf-blender-cvs mailing list