Blender Git Loki
Git Commits -> Revision 9e140a2
June 1, 2015, 17:14 (GMT) |
Support for an optional semantics argument when interpolating cached properties. This is necessary to distinguish e.g. vector semantics (linear vs. slerp interpolation for positional/normal vectors). It would be simpler to do this based purely on types, but the typing of common Alembic properties is not sufficiently unique. Semantics arguments are enum values, that can be omitted if the default interpolation should be used. |
Commit Details:
Full Hash: 9e140a2c39f902c4004fea86a67db38578df504a
Parent Commit: e499f9d
Lines Changed: +97, -35