Blender Git Commit Log
Git Commits -> Revision cc4defa
Revision cc4defa by Lukas Stockner (temp-udim-images) June 11, 2018, 21:07 (GMT) |
Support 2D painting onto tiled images Currently, a limitation is that strokes can not cross between tiles, only the tile in which the stroke started will be affected. |
Commit Details:
Full Hash: cc4defac041f3d9d2ff6ed38171ade38d9149b96
Parent Commit: 1d40503
Lines Changed: +63, -9
5 Modified Paths:
/source/blender/blenkernel/BKE_image.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/image.c (+23, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_image_2d.c (+36, -7) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/image.c (+23, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_image_2d.c (+36, -7) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -1) (Diff)