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>2011-10-03 03:53:41 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-10-03 03:53:41 +0400
commit78968a0fc9851645db4466b918f9d96fcb70f92a (patch)
tree311d14f3927211b77062997072da0754118f6ed2 /doc/python_api/rst/change_log.rst
parenta80520804a5254acc5653e414b11385d68c823eb (diff)
fix for mistake in api changelog script with function names.
Diffstat (limited to 'doc/python_api/rst/change_log.rst')
-rw-r--r--doc/python_api/rst/change_log.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/python_api/rst/change_log.rst b/doc/python_api/rst/change_log.rst
index 8b2a74fc075..6ab2e98d6bd 100644
--- a/doc/python_api/rst/change_log.rst
+++ b/doc/python_api/rst/change_log.rst
@@ -919,7 +919,7 @@ bpy.types.Scene
Function Arguments
^^^^^^^^^^^^^^^^^^
-* :class:`bpy.types.Scene.fh_damping` (filepath, selected), *was (filepath)*
+* :class:`bpy.types.Scene.collada_export` (filepath, selected), *was (filepath)*
bpy.types.MultiresModifier
--------------------------
@@ -985,7 +985,7 @@ bpy.types.IDMaterials
Function Arguments
^^^^^^^^^^^^^^^^^^
-* :class:`bpy.types.IDMaterials.ndof_rotate_speed` (index, update_data), *was (index)*
+* :class:`bpy.types.IDMaterials.pop` (index, update_data), *was (index)*
bpy.types.Material
------------------