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
path: root/doc
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-01-05 05:39:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-01-05 07:51:50 +0300
commita0db43cd7be9a1c594f1c43f131f5f719935c506 (patch)
treef7a17501523bf071f2c9fda07aa34e2cec887c52 /doc
parent6990b6ed3bdab971544a69c3950ac8897e62f41d (diff)
Fix T84388: Invalid operator reference in the quick-start
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/info_quickstart.rst2
1 files changed, 1 insertions, 1 deletions
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::