Blender Git Commit Log
Git Commits -> Revision e492fad
Revision e492fad by Campbell Barton (master) September 7, 2013, 12:59 (GMT) |
shrink-wrap constraint, improve and remove some limitations. - ability to change the space the axis is projected in (so you can choose worldspace or -space, was always local-space before). - support projecting on a negative axis, without this some very simple clamping is not possible if the direction happened not to be positive. - add distance limit (same as modifier), without this single meshes surrounding an object would make the constraint impossible to use in some cases (it would snap to the wrong side). note: this removes the ability to project on multiple axes at once but this option only added up directions and didnt project on multiple axes as you might expect. |
Commit Details:
Full Hash: e492fad1308d5072a34abb3a90790a1106eea32b
SVN Revision: 59916
Parent Commit: 3da3c36
Lines Changed: +111, -61
8 Modified Paths:
/release/scripts/startup/bl_ui/properties_constraint.py (+6, -3) (Diff)
/source/blender/blenkernel/BKE_blender.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_shrinkwrap.h (+3, -3) (Diff)
/source/blender/blenkernel/intern/constraint.c (+48, -20) (Diff)
/source/blender/blenkernel/intern/shrinkwrap.c (+16, -16) (Diff)
/source/blender/blenloader/intern/readfile.c (+16, -3) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+4, -2) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+17, -13) (Diff)
/source/blender/blenkernel/BKE_blender.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_shrinkwrap.h (+3, -3) (Diff)
/source/blender/blenkernel/intern/constraint.c (+48, -20) (Diff)
/source/blender/blenkernel/intern/shrinkwrap.c (+16, -16) (Diff)
/source/blender/blenloader/intern/readfile.c (+16, -3) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+4, -2) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+17, -13) (Diff)