Blender Git Loki

Git Commits -> Revision b080de7

Revision b080de7 by Sybren A. Stüvel (master)
March 9, 2020, 17:27 (GMT)
Alembic: constraint for transform animation is using world matrix again

In rB7c5a44c71f13 I changed the way transform matrices are loaded from
Alembic. Instead of having the Alembic importer convert matrices from
local (in the Alembic file) to World (to pass to the constraint handling
the animation of transforms), I set the constraint space to
`CONSTRAINT_SPACE_LOCAL`.

This worked thanks to rB7728bfd4c45c. However, that commit was reverted,
which meant that for parentless objects `CONSTRAINT_SPACE_LOCAL` no
longer means "local space".

The situation is resolved by setting the constraint to world space
again, and computing the world matrix in the Alembic importer.

Commit Details:

Full Hash: b080de79db301da32efc766122b433077fa560e9
Parent Commit: e672cf1
Lines Changed: +34, -6

4 Modified Paths:

/source/blender/blenkernel/intern/constraint.c (+0, -3) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+9, -0) (Diff)
/source/blender/io/alembic/ABC_alembic.h (+4, -1) (Diff)
/source/blender/io/alembic/intern/alembic_capi.cc (+21, -2) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021