Blender Git Loki

Git Commits -> Revision 87d2ac9

Revision 87d2ac9 by Bastien Montagne (master)
September 21, 2020, 12:43 (GMT)
Cleanup: move some paint helpers to ED_ 'namespace'.

Those two functions had `BKE_` prefix, were defined in BKE headers, but
implemented in ED code, yuck.

Moved everything to ED area for now, since those do not look fondamental
enough to belong to BKE, and none of their usages requires it currently.

Commit Details:

Full Hash: 87d2ac96812fd30bcfcef34a8b78b9df8a72982e
Parent Commit: 82aa300
Lines Changed: +28, -26

9 Modified Paths:

/source/blender/blenkernel/BKE_paint.h (+0, -5) (Diff)
/source/blender/editors/include/ED_paint.h (+5, -0) (Diff)
/source/blender/editors/mesh/mesh_data.c (+3, -3) (Diff)
/source/blender/editors/render/render_shading.c (+4, -4) (Diff)
/source/blender/editors/render/render_update.c (+2, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+3, -3) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+6, -6) (Diff)
/source/blender/editors/util/ed_util.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+4, -3) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021