Blender Git Commit Log
Git Commits -> Revision c694589
Revision c694589 by Campbell Barton (master) February 3, 2015, 20:16 (GMT) |
Hook Modifier: add falloff & radius options - Add falloff types & curves (matching warp-modifier) - Add uniform scale option, important when adding hooks to non-uniform scaled objects, especially for use with lattice objects which can't avoid uneven scaling. This uses relative transformation set when the hook is assigned, when measuring the distances. |
Commit Details:
Full Hash: c69458985cdb0cc1b388b81f61e5091c73461003
Parent Commit: a66a54c
Lines Changed: +273, -80
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+18, -8) (Diff)
/source/blender/blenloader/intern/readfile.c (+5, -0) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+14, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+4, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+23, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+40, -19) (Diff)
/source/blender/modifiers/intern/MOD_hook.c (+169, -53) (Diff)
/source/blender/blenloader/intern/readfile.c (+5, -0) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+14, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+4, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+23, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+40, -19) (Diff)
/source/blender/modifiers/intern/MOD_hook.c (+169, -53) (Diff)