correct missing bpy doc references.
This commit is contained in:
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user