Blender Git Commit Log
Git Commits -> Revision f050fa3
Revision f050fa3 by Germano Cavalcante (master) December 12, 2019, 01:31 (GMT) |
Modifier: New Weld Modifier Part of T70240 This is the initial implementation of Weld Modifier. New features will be added later. ToDo: - Seams: restrict welding to vertices along boundary edges. - Edge Collapse: collapse edges below the length threshold. - New icon. - Some customdata are not being correctly interpolated. Differential Revision: https://developer.blender.org/D6383 |
Commit Details:
Full Hash: f050fa325375ecf8931750baca7846cd830c7370
Parent Commit: dc3a165
Lines Changed: +1978, -2
1 Added Path:
/source/blender/modifiers/intern/MOD_weld.c (+1910, -0) (View)
8 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+7, -2) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+3, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+11, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+43, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/modifiers/CMakeLists.txt (+1, -0) (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 (+3, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+11, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+43, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/modifiers/CMakeLists.txt (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_util.c (+1, -0) (Diff)
/source/blender/modifiers/MOD_modifiertypes.h (+1, -0) (Diff)