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

Open
Nathan Vegdahl wants to merge 4 commits from nathanvegdahl/blender-developer-docs:stored_object_transforms into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
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 parent-child relationship is created*. It is specifically *not* updated to
continuously match the parent's inverse. continuously match the parent's inverse.
The relevant code for applying this transform is in *blenkernel/intern/object.cc* in the function The relevant code for applying this transform is in
`BKE_object_apply_mat4_ex`. *blenkernel/intern/object.cc* in the function `BKE_object_apply_mat4_ex`.