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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2008-03-02 18:57:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-03-02 18:57:19 +0300
commit62584d78ebb6c0598979dfd60a2734c8a3c83235 (patch)
tree4a7a3c84bd89dd9a88eb6f2558650d360a9c104f /source/blender/python/api2_2x/doc
parent4165ae42cced3235be79628737489b332416266b (diff)
Py API - rename UndoPush to SaveUndoState
Diffstat (limited to 'source/blender/python/api2_2x/doc')
-rw-r--r--source/blender/python/api2_2x/doc/Blender.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/doc/Blender.py b/source/blender/python/api2_2x/doc/Blender.py
index f09b1a6cca5..40bf9001a76 100644
--- a/source/blender/python/api2_2x/doc/Blender.py
+++ b/source/blender/python/api2_2x/doc/Blender.py
@@ -240,7 +240,7 @@ def Quit ():
upon exiting) when this function is called, so the data in Blender isn't
lost.
"""
-def UndoPush (message):
+def SaveUndoState (message):
"""
Sets an undo at the current state.
@param message: Message that appiers in the undo menu