Blender Git Commit Log

Git Commits -> Revision 23da07b

Revision 23da07b by Joseph Eagar (sculpt-dev)
October 1, 2021, 02:11 (GMT)
Sculpt: Fixed tooltips for brush channes in RNA

* BrushChannel now uses its refine callback to
generate new structs for individual BrushChannelType's.
- It generates a .value member that's a copy of
one of the exisitng float_ bool_ enum_ etc_value members.
- Haven't figured out how to delete the XXX_value members
yet though.

Commit Details:

Full Hash: 23da07bf4510ddabac259053235ead408d68f70d
Parent Commit: d02b557
Lines Changed: +348, -147

13 Modified Paths:

/intern/ghost/intern/GHOST_Context.h (+8, -0) (Diff)
/intern/ghost/intern/GHOST_ContextWGL.cpp (+11, -9) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.cpp (+14, -14) (Diff)
/release/scripts/startup/bl_ui/properties_paint_common.py (+12, -37) (Diff)
/source/blender/blenkernel/BKE_brush_engine.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/brush_channel_define.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/brush_engine.c (+22, -22) (Diff)
/source/blender/blenkernel/intern/brush_engine_presets.c (+46, -37) (Diff)
/source/blender/blenkernel/intern/dyntopo.c (+4, -0) (Diff)
/source/blender/gpu/opengl/gl_shader.cc (+9, -1) (Diff)
/source/blender/makesdna/DNA_sculpt_brush_types.h (+18, -9) (Diff)
/source/blender/makesrna/intern/rna_brush_engine.c (+197, -16) (Diff)
/source/creator/creator.c (+3, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021