Blender Git Loki
Git Commits -> Revision 803f80c
Revision 803f80c by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) February 24, 2018, 17:00 (GMT) |
Add UV rotation option to Smooth and Noise modifiers To be consistent, the modifiers must work with UV rotation as the sculpt brushes do. |
Commit Details:
Full Hash: 803f80c673fd8c4794e354e7693113f476bb0553
Parent Commit: 71f0e59
Lines Changed: +29, -2
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+2, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+4, -2) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+10, -0) (Diff)
/source/blender/modifiers/intern/MOD_gpencilnoise.c (+10, -0) (Diff)
/source/blender/modifiers/intern/MOD_gpencilsmooth.c (+3, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+4, -2) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+10, -0) (Diff)
/source/blender/modifiers/intern/MOD_gpencilnoise.c (+10, -0) (Diff)
/source/blender/modifiers/intern/MOD_gpencilsmooth.c (+3, -0) (Diff)