Blender Git Commit Log

Git Commits -> Revision 36f7da7

Revision 36f7da7 by Ton Roosendaal (master)
November 28, 2007, 12:11 (GMT)
Tiny feature, but loadsa code, and big impact for the Blender riggers:

-> Constraint Influence Ipo now can be local, linked to constraint itself

You enable this in the IpoWindow header, with the Action icon to the left
of the Ipo Type menu. The button tooltips give the clue as well.

Tech note: the Ipo now can get directly linked to a constraint, and is
being called during regular pose constraint solving.
Actions (and drivers in actions) are being calculated *before* pose
constraint solving. Result of actions then is written in bones, which
then solves the entire pose.
This means you can have a driver on both the constraint, as on the action
channel for the constraint! Not that I'm going to debug that easily :)

Additional fix: Joshua added a copy/paste IpoCurve feature, but he broke
the functionality to be able to paste in an empty ipo channel. That now
works again

Commit Details:

Full Hash: 36f7da70466603643ec28b47e4ec0b082fa5226a
SVN Revision: 12703
Parent Commit: bb77ea8
Lines Changed: +174, -70

15 Modified Paths:

/source/blender/blenkernel/intern/armature.c (+3, -0) (Diff)
/source/blender/blenkernel/intern/constraint.c (+18, -9) (Diff)
/source/blender/blenkernel/intern/depsgraph.c (+15, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+3, -1) (Diff)
/source/blender/include/blendef.h (+1, -1) (Diff)
/source/blender/include/BSE_editipo.h (+2, -2) (Diff)
/source/blender/include/butspace.h (+0, -1) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+5, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -1) (Diff)
/source/blender/src/buttons_object.c (+11, -5) (Diff)
/source/blender/src/drawipo.c (+2, -2) (Diff)
/source/blender/src/drawnode.c (+1, -1) (Diff)
/source/blender/src/editipo.c (+76, -36) (Diff)
/source/blender/src/editkey.c (+2, -2) (Diff)
/source/blender/src/header_ipo.c (+34, -8) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021