Blender Git Commit Log

Git Commits -> Revision eb9a5e8

Revision eb9a5e8 by Joseph Eagar (sculpt-dev)
September 24, 2021, 09:38 (GMT)
Sculpt: more brush stuff

* Move more dyntopo settings to brush channels
* Implemented the unprojected radius hack in
the new brush system. I'm not really happy
with it, but doing it properly is going to
take some thought.

Commit Details:

Full Hash: eb9a5e8f8b29cb22513666b71732215acf8f90cd
Parent Commit: 33cd635
Lines Changed: +779, -321

31 Modified Paths:

/intern/quadriflow/quadriflow_capi.cpp (+3, -3) (Diff)
/release/scripts/startup/bl_ui/properties_paint_common.py (+103, -34) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+177, -16) (Diff)
/source/blender/blenkernel/BKE_brush.h (+8, -3) (Diff)
/source/blender/blenkernel/BKE_brush_engine.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+69, -12) (Diff)
/source/blender/blenkernel/intern/brush_channel_define.h (+19, -3) (Diff)
/source/blender/blenkernel/intern/brush_engine.c (+43, -51) (Diff)
/source/blender/blenkernel/intern/brush_engine_presets.c (+77, -30) (Diff)
/source/blender/blenkernel/intern/colortools.c (+4, -6) (Diff)
/source/blender/blenkernel/intern/curvemapping_cache.c (+8, -9) (Diff)
/source/blender/blenkernel/intern/dyntopo.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/mesh_remesh_voxel.cc (+33, -30) (Diff)
/source/blender/blenloader/intern/versioning_300.c (+1, -1) (Diff)
/source/blender/blenloader/intern/versioning_cpp.cc (+2, -2) (Diff)
/source/blender/blenloader/intern/versioning_userdef.c (+1, -1) (Diff)
/source/blender/editors/interface/interface_handlers.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+14, -8) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+3, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+8, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+62, -64) (Diff)
/source/blender/editors/sculpt_paint/sculpt_detail.c (+9, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_smooth.c (+11, -11) (Diff)
/source/blender/editors/sculpt_paint/sculpt_transform.c (+1, -1) (Diff)
/source/blender/editors/transform/transform_snap_object.c (+4, -4) (Diff)
/source/blender/makesrna/intern/rna_access.c (+8, -8) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+14, -0) (Diff)
/source/blender/makesrna/intern/rna_brush_engine.c (+82, -6) (Diff)
/source/blender/python/intern/bpy_rna.c (+8, -8) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021