Commit Graph

5984 Commits (6a311210e77aa285079463f72d9dfca726a70c11)

Author SHA1 Message Date
kimkulling 6a311210e7 fix another bug of misusage of the log macros. 2018-04-26 17:01:22 +02:00
kimkulling 8626b185fb Fix misused log macros + compiler warnings. 2018-04-26 16:38:42 +02:00
kimkulling c299755721 DXF: fix macro issues. 2018-04-26 16:13:57 +02:00
kimkulling a5e14db19b fix invaid macro usage. 2018-04-26 15:41:31 +02:00
kimkulling 68288782e4 Merge branch 'use_log_macros' of https://github.com/assimp/assimp into use_log_macros 2018-04-26 15:18:24 +02:00
kimkulling 75c7b15b55 Fix c++11 usage. 2018-04-26 15:05:49 +02:00
kimkulling 3d79472172 fix the build. 2018-04-26 14:36:59 +02:00
Kim Kulling 8f26b9d840
Merge branch 'master' into use_log_macros 2018-04-26 14:13:04 +02:00
kimkulling 30c20eb5fc INtroduce new log macros. 2018-04-26 14:10:18 +02:00
Kim Kulling 90b4b6a18d
Merge pull request #1916 from LoicFr/master
Add vertex color support to glTF2 export
2018-04-26 13:37:30 +02:00
Kim Kulling 1755dd325c
Merge branch 'master' into master 2018-04-25 21:27:28 +02:00
Kim Kulling f7be098bb2
Merge pull request #1915 from nuclearsandwich/use-install-prefix-as-root-dir
Use CMAKE_INSTALL_PREFIX as ASSIMP_ROOT_DIR.
2018-04-25 21:27:02 +02:00
Loïc Fricoteaux a8077baed5 Add vertex color support to glTF2 export 2018-04-25 11:37:56 +02:00
Kim Kulling 4ee34fbce6
Merge branch 'master' into use-install-prefix-as-root-dir 2018-04-24 20:29:02 +02:00
Kim Kulling a54d114245
Merge pull request #1913 from Binero/patch-1
Changed 'souces' to 'sources'.
2018-04-24 20:13:35 +02:00
Steven! Ragnarök 0fdb79871f Use CMAKE_INSTALL_PREFIX as ASSIMP_ROOT_DIR.
Since the ASSIMP_LIB_INSTALL_DIR where this CMake config file is
installed to may contain multiple nested directories, we should not use
it to back-calculate the location of the ASSIMP_ROOT_DIR unless we can
take the directory depth into account. Instead use the
CMAKE_INSTALL_PREFIX as the ASSIMP_ROOT_DIR at configure-time.

This approach is more flexible with respect to install directories but
it means that assimp files are not relocatable after installation and I
don't think it works if a DESTDIR option is provided when running `make
install` after cmake configuration.
2018-04-24 10:12:30 -07:00
Jeroen Bollen 2d6782cc9f
Changed 'souces' to 'sources'.
There was a typo in the `CMakeLists.txt` where if zlib was not found, it would say "Compiling from souces" instead of "Compiling from sources". Added a 'r' to fix the typo.
2018-04-24 16:44:22 +02:00
Kim Kulling 620182770d
Merge pull request #1910 from sacereda/master
ImproveCacheLocality crashes if non triangular faces
2018-04-24 14:53:24 +02:00
Sergio Acereda 43dedb6e09 unit test: missing mNumIndices 2018-04-23 12:23:12 +02:00
Sergio Acereda ce6a5e5d56 ImproveCacheLocality crashes if non triangular faces 2018-04-23 11:33:48 +02:00
kimkulling 0e15b25cd1 Next log call changes. 2018-04-20 16:23:24 +02:00
kimkulling b6f29bf54f Add usage of log macros, next files. 2018-04-19 17:21:21 +02:00
kimkulling 066349f36b Add usage of log macros. 2018-04-19 16:48:43 +02:00
Kim Kulling bdbad4c64f
Merge pull request #1903 from assimp/issue_1784
closes https://github.com/assimp/assimp/issues/1784: change so.name t…
2018-04-19 09:48:50 +02:00
kimkulling f2833539d7 closes https://github.com/assimp/assimp/issues/1784: change so.name to keep track of the minor version of the lib. 2018-04-19 08:52:21 +02:00
Kim Kulling 3f26a35a16
Merge pull request #1902 from terziman/master
IFC fixes
2018-04-18 15:14:06 +02:00
Leo Terziman c797f16b0e In IFC, fixed parser to avoid interpretation of '##' in string as identifiers 2018-04-18 11:53:49 +02:00
Leo Terziman 6ca8423e24 Improved memory footprint of IFC loading by avoiding keeping in cache duplicated indices. 2018-04-18 11:12:40 +02:00
Kim Kulling fce4d0cee7
Merge pull request #1899 from arkeon7/ColladaTexture
Correction on Collada parser missing textures when the image is in CDATA
2018-04-13 16:32:03 +02:00
Arkeon f235646030 Correction on Collada parser missing textures when the image is in CDATA
<image id="image-1404706686">
<init_from><![CDATA[textures\burgundy.png]]></init_from>
</image>
2018-04-13 09:36:01 +02:00
Kim Kulling 45892d7fe9
Merge pull request #1898 from assimp/move_logtools
move log tools from blender to logger interface.
2018-04-12 22:00:28 +02:00
kimkulling e57394a772 move log tools from blender to logger interface. 2018-04-12 16:09:01 +02:00
Kim Kulling 9fd6744f93
Merge pull request #1884 from assimp/isue_1621
closes https://github.com/assimp/assimp/issues/1621: add file check f…
2018-04-12 00:29:15 +02:00
Kim Kulling 096f7e272a
Merge branch 'master' into isue_1621 2018-04-12 00:05:38 +02:00
Kim Kulling 42dcf8c14c Add missing test DXF-file. 2018-04-11 23:11:13 +02:00
Kim Kulling bb5607d1ae
Merge pull request #1896 from assimp/issue_1893
closes https://github.com/assimp/assimp/issues/1893: fix mem leak in …
2018-04-11 21:44:45 +02:00
Kim Kulling 5319974fe1 Use correct check to do a tokensearch. 2018-04-11 21:16:20 +02:00
Kim Kulling 0f9268bf01
Merge branch 'master' into issue_1893 2018-04-11 20:27:05 +02:00
Kim Kulling 2208a23410
Merge pull request #1895 from assimp/issue_1894
closes https://github.com/assimp/assimp/issues/1894: use mesh name to…
2018-04-11 20:26:53 +02:00
kimkulling da073f1270 closes https://github.com/assimp/assimp/issues/1893: fix mem leak in glft2Importer. 2018-04-11 17:22:31 +02:00
kimkulling 9ca32b2373 closes https://github.com/assimp/assimp/issues/1894: use mesh name to name exported obj node. 2018-04-11 17:04:49 +02:00
Kim Kulling 6a0dc071a9
Merge pull request #1887 from assimp/develop_kimkulling
add missing constructor to ensure RTTI
2018-04-08 23:59:21 +02:00
Kim Kulling b8a92a7e97
Merge branch 'master' into develop_kimkulling 2018-04-08 21:45:36 +02:00
Kim Kulling c41d459e21 add missing constructor to ensure RTTI 2018-04-08 21:27:18 +02:00
Kim Kulling 483541ee25
Merge branch 'master' into isue_1621 2018-04-06 20:54:01 +02:00
Kim Kulling 183224f045 closes https://github.com/assimp/assimp/issues/1621: add file check for dxf file without extensions. 2018-04-06 20:51:07 +02:00
Kim Kulling 4a645223f8
Merge pull request #1871 from assimp/develop_kimkulling
Add check for SSE2-support.
2018-04-06 18:49:21 +02:00
Kim Kulling 44c62042f3
Merge branch 'master' into develop_kimkulling 2018-04-06 18:13:04 +02:00
Kim Kulling 0a3fb04b04
Update ScenePrivate.h
add missing header
2018-04-06 16:23:59 +02:00
Kim Kulling c269e9329e
Merge pull request #1882 from assimp/issue_1881
closes https://github.com/assimp/assimp/issues/1881: make template-ba…
2018-04-06 13:01:05 +02:00