tornavis/source/blender/editors/sculpt_paint
Brecht Van Lommel f40566e5a4 Fix #36577: sculpt area plane texture mapping + random angle did not work. 2013-09-10 13:25:33 +00:00
..
CMakeLists.txt fix [#33068] Can't paint weights of some vertices in some situations. 2013-06-26 18:40:55 +00:00
SConscript move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading) 2013-05-28 19:35:26 +00:00
paint_cursor.c code cleanup: remove unused struct 2013-06-02 02:25:40 +00:00
paint_hide.c replace hashes with sets where possible. 2013-08-25 20:03:45 +00:00
paint_image.c follow up on r59628, setting modes now ensures that other modes exit first, 2013-08-29 10:34:09 +00:00
paint_image_2d.c Fix #35469: image editor smear and soften paint tools not working correct for 2013-05-22 20:06:50 +00:00
paint_image_proj.c Code cleanup: use boolean instead of int for colormanagement 2013-09-05 17:13:43 +00:00
paint_intern.h fix [#33068] Can't paint weights of some vertices in some situations. 2013-06-26 18:40:55 +00:00
paint_mask.c remove redundant includes from cmake and scons. 2013-05-30 02:16:22 +00:00
paint_ops.c Ctr-Alt-F radial control operator for texture painting, controls the 2013-09-05 14:02:59 +00:00
paint_stroke.c Fix #36577: sculpt area plane texture mapping + random angle did not work. 2013-09-10 13:25:33 +00:00
paint_undo.c style cleanup: if(); 2012-10-07 09:48:59 +00:00
paint_utils.c code cleanup: some structs were declaring data when only typedef's were intended, make local vars and functions static. 2013-08-07 03:44:05 +00:00
paint_vertex.c replace sqrt(dot()) with length functions. 2013-09-03 22:32:03 +00:00
paint_vertex_proj.c optimization: only calculate the normals for passing into derivedMesh foreachMappedVert/foreachMappedFaceCenter when needed, 2013-07-22 22:59:47 +00:00
sculpt.c Ctr-Alt-F radial control operator for texture painting, controls the 2013-09-05 14:02:59 +00:00
sculpt_intern.h remove the pointer from BLI_bitmap's typedef, 2013-07-22 23:20:48 +00:00
sculpt_undo.c remove the pointer from BLI_bitmap's typedef, 2013-07-22 23:20:48 +00:00
sculpt_uv.c avoid double ghash lookups 2013-08-17 08:00:22 +00:00