Blender Git Commit Log
Git Commits -> Revision c9c0f89
Revision c9c0f89 by Chris Clyne (master) September 16, 2020, 13:55 (GMT) |
Action Constraint: Add manual time factor input control Adds an optional slider to the action constraint so that it can be driven without a constraint target. This is very helpful for more complex rigging and mechanical rigs, as it means the action constraint can be controlled with a driver/custom property directly, currently if we want to use a driver to control it we must add a "dummy" bone/object inbetween to act as a control. Reviewed By: Sebastian Parborg, Sybren A. St�vel, Demeter Dzadik, Julian Eisel Differential Revision: https://developer.blender.org/D8022 |
Commit Details:
Full Hash: c9c0f893073300d6898114cfc6cacd563c630750
Parent Commit: 569e2e6
Committed By: Sebastian Parborg
Lines Changed: +84, -43
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_constraint.py (+19, -7) (Diff)
/source/blender/blenkernel/intern/constraint.c (+41, -35) (Diff)
/source/blender/editors/object/object_constraint.c (+5, -0) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+4, -1) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+15, -0) (Diff)
/source/blender/blenkernel/intern/constraint.c (+41, -35) (Diff)
/source/blender/editors/object/object_constraint.c (+5, -0) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+4, -1) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+15, -0) (Diff)