Blender Git Loki
Git Commits -> Revision 2255892
Revision 2255892 by Joseph Eagar (sculpt-dev) November 20, 2021, 16:49 (GMT) |
Sculpt-dev: add random_[hue/sat/value] color filter options from sculpt-mode-features * Follows comment in mesh filter's randomize and uses BLI_hash_int_3d. * Added a seed parameter. * Also renamed SCULPT_get_mdyntopo to SCULPT_get_sculptvert. |
Commit Details:
Full Hash: 2255892f5b7c4bbe86ede77d41a56f90f027b9d0
Parent Commit: 7753fda
Lines Changed: +80, -24
8 Modified Paths:
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+3, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt_brushes.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt_filter_color.c (+67, -14) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_paint_color.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_smooth.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+3, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt_brushes.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt_filter_color.c (+67, -14) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_paint_color.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_smooth.c (+2, -2) (Diff)