Files
test2/source/blender/editors
Jeroen Bakker 5c1d2c5a9d Brush: Wrap mtex/mask_tex around functions.
`Brush` has two attributes for holding texture information (`MTex`).
One for color textures (`mtex`) and one for mask textures (`mask_mtex`).

Unfortunately sculpt mode due to reasons used `mtex` to store mask textures.
Changes like brush asset/paint mode require modes/tools to read the mask/color texture from
one place.

To start sanatizing this we isolate the attributes in functions.
`BKE_brush_color_texture_get` and `BKE_brush_mask_texture_get`. All object
paint modes should use these functions.
2022-10-18 16:06:40 +02:00
..
2022-10-07 22:55:03 +11:00
2022-10-13 23:07:12 +13:00
2022-10-07 22:55:03 +11:00
2022-10-07 22:55:03 +11:00
2022-09-14 21:34:38 +02:00
2022-10-13 23:07:12 +13:00
2022-02-15 12:32:15 +01:00