Blender Git Loki
Git Commits -> Revision 6a0906c
Revision 6a0906c by Sebastian Parborg (master) May 20, 2021, 18:41 (GMT) |
Fix T87854: Add clamp option to Path Animation Previously, the "follow path constraint" and "follow parented curve" were clamped. This restriction was lifted in rBcf2baa585cc8 Add back an option to get the old behavior in the "Path animation" settings. Reviewed By: Sybren Differential Revision: https://developer.blender.org/D11263 |
Commit Details:
Full Hash: 6a0906c09a263f5fb17449407f5988c4bda53436
Parent Commit: 2e7d3ad
Lines Changed: +24, -2
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_curve.py (+1, -0) (Diff)
/source/blender/blenkernel/intern/constraint.c (+5, -1) (Diff)
/source/blender/blenkernel/intern/object.c (+4, -0) (Diff)
/source/blender/blenloader/intern/versioning_290.c (+5, -0) (Diff)
/source/blender/makesdna/DNA_curve_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_curve.c (+8, -0) (Diff)
/source/blender/blenkernel/intern/constraint.c (+5, -1) (Diff)
/source/blender/blenkernel/intern/object.c (+4, -0) (Diff)
/source/blender/blenloader/intern/versioning_290.c (+5, -0) (Diff)
/source/blender/makesdna/DNA_curve_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_curve.c (+8, -0) (Diff)