correct missing bpy doc references.

This commit is contained in:
Campbell Barton
2011-08-26 18:48:48 +00:00
parent f10f4f570d
commit a9dea3afe9
8 changed files with 27 additions and 27 deletions

View File

@@ -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: