Blender : enable some features, cleanup (#2018)

* WIP

* WIP2

* Blender: add TBB, Alembic, OpenCollada

* WIP

* On my way to get Blender match to the official release feuture-set
This commit is contained in:
miqlas
2018-01-05 10:16:38 +01:00
committed by GitHub
parent 88002df0dd
commit 99b3c76c3e
2 changed files with 142 additions and 39 deletions

View File

@@ -1,4 +1,4 @@
From 5639109c264a7f27107a3046911b2fdb24a02b0e Mon Sep 17 00:00:00 2001
From adebe8a276834f24205c170b8b09466727519146 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= <zmizsei@extrowerk.com>
Date: Tue, 19 Sep 2017 23:03:48 +0200
Subject: Haiku patchset
@@ -151,10 +151,10 @@ index b819c51..9fb3fbf 100644
# include <sys/statvfs.h>
# define USE_STATFS_STATVFS
--
2.14.1
2.15.0
From c6ab784647b736fe25523c024ff6194465ad8490 Mon Sep 17 00:00:00 2001
From a28c6353e71223779f8e287ff7e37f4180d0400d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= <zmizsei@extrowerk.com>
Date: Tue, 19 Sep 2017 23:15:20 +0200
Subject: Haiku SDL2 check fix
@@ -174,10 +174,10 @@ index 2a835cf..61b7dee 100644
FIND_LIBRARY(SDL2_LIBRARY
--
2.14.1
2.15.0
From ff451389f3739d7917d3041a67174e8c9d138a81 Mon Sep 17 00:00:00 2001
From dfa0aa38f941503c196fb4c37a852eb3e1a177f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= <zmizsei@extrowerk.com>
Date: Tue, 19 Sep 2017 23:52:27 +0200
Subject: In-tree glog supporting patches
@@ -373,5 +373,35 @@ index 0000000..4e6703b
+# define NO_FRAME_POINTER
+#endif
--
2.14.1
2.15.0
From 93800955fcf29cb52b37d78c3bf28cfdcbd63af8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= <zmizsei@extrowerk.com>
Date: Sat, 16 Dec 2017 17:04:56 +0100
Subject: OpenCollada support
diff --git a/build_files/cmake/Modules/FindOpenCOLLADA.cmake b/build_files/cmake/Modules/FindOpenCOLLADA.cmake
index 63bc520..28cf0b9 100644
--- a/build_files/cmake/Modules/FindOpenCOLLADA.cmake
+++ b/build_files/cmake/Modules/FindOpenCOLLADA.cmake
@@ -67,6 +67,7 @@ SET(_opencollada_SEARCH_DIRS
/opt/local # DarwinPorts
/opt/csw # Blastwave
/opt/lib/opencollada
+ /system/develop
)
SET(_opencollada_INCLUDES)
@@ -84,6 +85,7 @@ FOREACH(COMPONENT ${_opencollada_FIND_INCLUDES})
include/opencollada/${COMPONENT}
include/${COMPONENT}/include
include/${COMPONENT}
+ headers/opencollada
HINTS
${_opencollada_SEARCH_DIRS}
)
--
2.15.0