Blender Git Commit Log

Git Commits -> Revision 908dfbf

March 5, 2020, 16:35 (GMT)
GPencil: Modifier: Change Noise Modifier behavior

- Noise is applied using a different factor for each property.
- Move Extremes is replaced by a custom curve profile
- Each modifier will create a different result, making stacking possible.
- The result of the position noise will not make the stroke curl.
- Noise default instensity has been tweaked for every property type.

Commit Details:

Full Hash: 908dfbf61824444ff7e024084c1634c9cbdacdd3
Parent Commit: 6cfac67
Lines Changed: +175, -141

7 Modified Paths:

/release/scripts/startup/bl_ui/properties_data_modifier.py (+8, -9) (Diff)
/source/blender/blenloader/intern/readfile.c (+10, -0) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+28, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+7, -0) (Diff)
/source/blender/gpencil_modifiers/intern/MOD_gpencilnoise.c (+78, -106) (Diff)
/source/blender/makesdna/DNA_gpencil_modifier_types.h (+6, -1) (Diff)
/source/blender/makesrna/intern/rna_gpencil_modifier.c (+38, -25) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021