Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Plisson <damien.plisson@yahoo.fr>2009-10-23 16:12:44 +0400
committerDamien Plisson <damien.plisson@yahoo.fr>2009-10-23 16:12:44 +0400
commit068ab484aca1af7654d8a710d6a2636f13641a72 (patch)
tree30dcebd9ebf652ef66d49480f9e5bf167e258ff2 /source/creator
parent5133f75779eda6e9f8f8072dfee318b5877481fd (diff)
Cocoa / Mac:
- tablet : fix pressure retrieval => value sliding now works with tablet, UV-painting is pressure sensitive, and no more crash when clicking on window minimize button with the tablet - update CMake file to remove unneeded folders in the app bundle (the __MACOSX stuff). From Jens' patch
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 28985daf466..57a1f8e00a5 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -173,6 +173,7 @@ IF(WITH_INSTALL)
ADD_CUSTOM_COMMAND(
TARGET blender POST_BUILD MAIN_DEPENDENCY blender
COMMAND find ${TARGETDIR} -name .svn -prune -exec rm -rf {} "\;"
+ COMMAND find ${TARGETDIR} -name __MACOSX -prune -exec rm -rf {} "\;"
)