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>2011-08-26 22:48:48 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-08-26 22:48:48 +0400
commita9dea3afe9ca590e3d2d6788066d52dab3fd872c (patch)
tree17ae95b92d2a70440a4b2e9a37f897009ed7cec3 /doc
parentf10f4f570ddc0d7ea202963abc0359f2a4e27969 (diff)
correct missing bpy doc references.
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/info_gotcha.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/python_api/rst/info_gotcha.rst b/doc/python_api/rst/info_gotcha.rst
index da4ed75bfd7..1ce193ec436 100644
--- a/doc/python_api/rst/info_gotcha.rst
+++ b/doc/python_api/rst/info_gotcha.rst
@@ -82,7 +82,7 @@ No updates after setting values
Sometimes you want to modify values from python and immediately access the updated values, eg:
-Once changing the objects :class:`Object.location` you may want to access its transformation right after from :class:`Object.matrix_world`, but this doesn't work as you might expect.
+Once changing the objects :class:`bpy.types.Object.location` you may want to access its transformation right after from :class:`bpy.types.Object.matrix_world`, but this doesn't work as you might expect.
Consider the calculations that might go into working out the objects final transformation, this includes: