Add docs for how object's stored transforms work #23

Merged
Nathan Vegdahl merged 4 commits from nathanvegdahl/blender-developer-docs:stored_object_transforms into main 2024-11-25 10:42:54 +01:00
Showing only changes of commit 711a6937d8 - Show all commits

View File

@ -186,5 +186,5 @@ automatically set to the inverse of the parent's transform *at the time the
parent-child relationship is created*. It is specifically *not* updated to
continuously match the parent's inverse.
The relevant code for applying this transform is in *blenkernel/intern/object.cc* in the function
`BKE_object_apply_mat4_ex`.
The relevant code for applying this transform is in
*blenkernel/intern/object.cc* in the function `BKE_object_apply_mat4_ex`.