Blender Git Commit Log
Git Commits -> Revision b8d89be
Revision b8d89be by Campbell Barton (master) December 14, 2012, 04:07 (GMT) |
UV Warp Modifier: Based on patch [#30837] UV Offset Modifier by Pawel Kowal (pkowal) - Allows you to setup a transformation between objects to apply to UV coords. - Option to select which axis apply to U/V. - Option to select the UV center (needed for transformations that scale or rotate). - Uses from/to objects in a similar way to the Warp modifier. - Vertex group can be used to adjust influence. |
Commit Details:
Full Hash: b8d89be64c419a075cf55a1e6e9aa9d021731ad3
SVN Revision: 52987
Parent Commit: 455693a
Lines Changed: +428, -6
1 Added Path:
/source/blender/modifiers/intern/MOD_uvwarp.c (+268, -0) (View)
8 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+42, -0) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+19, -2) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+92, -2) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/modifiers/CMakeLists.txt (+3, -2) (Diff)
/source/blender/modifiers/intern/MOD_util.c (+1, -0) (Diff)
/source/blender/modifiers/MOD_modifiertypes.h (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+19, -2) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+92, -2) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/modifiers/CMakeLists.txt (+3, -2) (Diff)
/source/blender/modifiers/intern/MOD_util.c (+1, -0) (Diff)
/source/blender/modifiers/MOD_modifiertypes.h (+1, -0) (Diff)