From 8e41a21607231b733ef0f5469be90ca4715e9afa Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 19 Feb 2009 23:53:40 +0000 Subject: 2.5: * Image painting back. 2d paint, 3d paint and projection, undo, pressure, repeating paint operations, etc should all work. Drawing cursor needs a bit of work, only gets shown when enabling texture paint mode now. * Move sculpt, image paint, and vertex/weight paint into a single sculpt_paint module. Doesn't make much difference now, but nice to have it together for better integration and consistency in the future. --- source/blender/editors/uvedit/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/uvedit/Makefile') diff --git a/source/blender/editors/uvedit/Makefile b/source/blender/editors/uvedit/Makefile index bd19bfdacb2..b8a8f0bc8af 100644 --- a/source/blender/editors/uvedit/Makefile +++ b/source/blender/editors/uvedit/Makefile @@ -45,6 +45,7 @@ CPPFLAGS += -I../../blenlib CPPFLAGS += -I../../makesdna CPPFLAGS += -I../../makesrna CPPFLAGS += -I../../imbuf +CPPFLAGS += -I../../gpu CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include CPPFLAGS += -I$(NAN_OPENNL)/include -- cgit v1.2.3