From 724746dba2deed8e336fc66b36bfc3b5b1858a8e Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Tue, 4 Dec 2012 22:33:45 +0000 Subject: A patch set by Bastien Montagne (many thanks!) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Removed the ../include and ../src include directories from scons/cmake files. These directories do not exist and are very noisy when building. * Coding style clean-up in Python scripts: 'string' is used for enum values, and "string" for usual stings. * UILayout.active is used instead of UILayout.enabled to grey out "inactive" settings. This still allows users to edit them, which can be handy sometimes. * Improved UI layout of the Line Style panel by means of: - The standard “column” paradigm is used in more places; - More compact layout where possible; and - Tweaks to the modifiers' header. * Improved UI layout of the Line Set panel by rearranging the "Selection by" options into a compact row of toggle buttons. --- source/blender/freestyle/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/freestyle/CMakeLists.txt') diff --git a/source/blender/freestyle/CMakeLists.txt b/source/blender/freestyle/CMakeLists.txt index 0bbccd0fca4..8a006c08b2c 100644 --- a/source/blender/freestyle/CMakeLists.txt +++ b/source/blender/freestyle/CMakeLists.txt @@ -29,7 +29,7 @@ file(GLOB_RECURSE SRC *.cpp *.h) set(INC ../blenkernel ../blenloader ../blenlib ../imbuf ../makesdna ../makesrna ../python ../python/intern - ../render/extern/include ../render/intern/include ../include ../src + ../render/extern/include ../render/intern/include ../../../extern/glew/include ../../../intern/guardedalloc ../freestyle ) -- cgit v1.2.3