Commit Graph

6292 Commits

Author SHA1 Message Date
Власов Евгений
7d630e98da STLImporter::LoadBinaryFile add one child node to produce same scene structure as in STLImporter::LoadASCIIFile 2018-07-23 16:44:20 +03:00
Kim Kulling
c5514cda7d Merge pull request #2062 from LoicFr/master
Add support of 32-bit indices for the glTF2 export
2018-07-20 14:49:43 +02:00
FRICOTEAUX
a69e95bdc1 Add support of 32-bit indices for the glTF2 export 2018-07-19 11:29:04 +02:00
Kim Kulling
7c85929649 Merge pull request #2061 from assimp/issue_2056
closes https://github.com/assimp/assimp/issues/2056: use correc excep…
2018-07-18 21:01:18 +02:00
Kim Kulling
8a3daa1a24 closes https://github.com/assimp/assimp/issues/2056: use correc exception type in MMD-loader. 2018-07-18 20:29:05 +02:00
Kim Kulling
54f3043728 Merge pull request #2060 from assimp/fix-unique-names-fix-ci
Fix unique names fix ci
2018-07-18 12:51:05 +02:00
Kim Kulling
417fed1693 Merge branch 'master' into fbximport-fix-uniquename 2018-07-18 11:43:38 +02:00
Kim Kulling
fbc8b4c5d6 Merge pull request #2052 from Nimer-88/feature/join_vertices_processor_kill_unused_vertices
Feature/join vertices processor kill unused vertices
2018-07-17 08:34:19 +02:00
Sebastian Matusik
a5f95f993c Merge branch 'master' into feature/join_vertices_processor_kill_unused_vertices 2018-07-15 22:21:04 +02:00
Kim Kulling
bf1683ab7e Merge branch 'master' into fbximport-fix-uniquename 2018-07-15 19:19:33 +02:00
Kim Kulling
7cb467da11 Update FBXConverter.cpp
Try to trigger travis.
2018-07-15 14:55:52 +02:00
Kim Kulling
85ba6acfa5 Merge pull request #2049 from migenius/issue_2046
Implement support for non-indexed meshes in glTF importers
2018-07-14 22:29:53 +02:00
Kim Kulling
a4533770f4 Merge branch 'master' into issue_2046 2018-07-14 19:25:07 +02:00
Kim Kulling
89190dda97 Merge pull request #2050 from Nimer-88/feature/glTFv2_blendshapes_support
glTF v2 importer morph target support
2018-07-14 19:04:28 +02:00
Kim Kulling
b069e7d7d0 Merge branch 'master' into feature/glTFv2_blendshapes_support 2018-07-14 17:09:05 +02:00
Kim Kulling
72de09a562 Update FBXConverter.cpp
Remove dead code.
2018-07-14 17:08:04 +02:00
Kim Kulling
91b30e7e74 Update FBXConverter.cpp
simple change to retrigger CI
2018-07-14 12:10:59 +02:00
Kenneth Perry (thothonegan)
7967f0a33f FBXImporter: Fix GetUniqueName to return names properly 2018-07-13 15:25:04 -05:00
Kim Kulling
3c6ba8162b Merge pull request #2057 from assimp/issue_1340
closes https://github.com/assimp/assimp/issues/1340: Fix handling of …
2018-07-11 14:16:35 +02:00
Kim Kulling
e0a6ffbf4f Merge branch 'master' into issue_1340 2018-07-11 13:38:27 +02:00
Kim Kulling
659d777702 Merge pull request #2053 from brendanmig/build-minizip-2
Do not link to system zlib/minizip when building zlib from source
2018-07-11 11:34:04 +02:00
kimkulling
ee383fd8d2 Add missing files. 2018-07-11 11:09:53 +02:00
kimkulling
e13f6876bb closes https://github.com/assimp/assimp/issues/1340: Fix handling of empty nodes in openddl-parser. 2018-07-11 10:10:26 +02:00
Kim Kulling
797446aadf Merge branch 'master' into build-minizip-2 2018-07-10 14:34:46 +02:00
Kim Kulling
a4a609e218 Merge pull request #2047 from sbrodehl/patch-1
Add TARGET_INCLUDE_DIRECTORIES for assimp target
2018-07-10 14:32:15 +02:00
Kim Kulling
309c52b10f Merge branch 'master' into patch-1 2018-07-10 13:07:28 +02:00
Kim Kulling
f6eddbff6e Merge pull request #2045 from Norod/ios-build-script
Enhanced iOS build script + default build type to "Release" + Very minor update
2018-07-10 13:06:03 +02:00
Kim Kulling
c58aef4b4b Merge branch 'master' into ios-build-script 2018-07-10 11:28:54 +02:00
Brendan Hack
410b54d4b8 When building local zlib ensure we don't link to any system zlib or minzip. 2018-07-09 08:41:42 +10:00
Sebastian Matusik
992194b1b9 Removed signed int vs unsigned int comparison in for loops 2018-07-05 15:15:50 +01:00
Sebastian Matusik
0cc9240886 Build fix 2018-07-05 14:46:15 +01:00
Sebastian Matusik
ec1333bfdf JoinVerticesProcess should only try to deduplicate used vertices. 2018-07-05 14:38:58 +01:00
Sebastian Matusik
3e3a785750 glTF v2 importer morph targets support 2018-07-05 14:28:29 +01:00
Sebastian Matusik
624e5b4d1a Merge remote-tracking branch 'upstream/master' 2018-07-05 13:40:46 +01:00
Paul Arden
e43e30b726 Slight rework for fix to issue #2046 to remove some duplicated code. 2018-07-05 09:49:08 +10:00
Paul Arden
e7699ca585 Added support for non-indexed meshes in glTF importer. Addresses issue #2046. 2018-07-05 09:37:57 +10:00
Brendan Hack
5c6c87c7b1 Merge pull request #1 from assimp/master
pull from assimp
2018-07-05 09:27:28 +10:00
Seb Bro
cb1fc76859 Add TARGET_INCLUDE_DIRECTORIES for assimp target
With `TARGET_INCLUDE_DIRECTORIES` the `assimp` target can directly used in another CMake project, e.g. assimp can be used in a submodule with an `add_subdirectory()` call.
2018-07-04 22:56:35 +02:00
Kim Kulling
32abf9294a Merge pull request #2044 from loebl/bug/keep_small_triangles_in_triangulation
Keep small triangles in triangulation
2018-07-03 19:13:41 +02:00
Kim Kulling
1a0231f91e Merge branch 'master' into bug/keep_small_triangles_in_triangulation 2018-07-02 18:08:09 +02:00
Kim Kulling
eb21756eaa Merge pull request #2039 from maxvollmer/master
Fixed some gltf files being detected as OBJ
2018-07-02 18:07:54 +02:00
Doron Adler
0adc793eb4 Lipo the debug binaries by appending d to their name 2018-07-01 14:53:05 +03:00
Doron Adler
5b20ad3791 Fixed a mistake I Introduced in the build script where debug and shared-lib parameters were expecting a "="
Revert to default Release build type, but this time only for iOS
Do not attempt to use minizip if you are building for iOS shared dylib
Keep in mind that the "Shared" option only apply to the assimp library and not the other two built libraries
2018-07-01 14:48:20 +03:00
Doron Adler
6a45f84b73 Revert 2018-07-01 13:10:44 +03:00
Doron Adler
6e346a5504 Added comment 2018-07-01 11:35:56 +03:00
Daniel Löber
1feb0d1c60 Change order of PP steps to triangulate before searching for degenerates 2018-06-29 15:52:12 +02:00
Daniel Löber
3c5c0a0df3 Deactivate area based rejection of triangles in triangulation
Use FindDegenerates post processing step for that.
2018-06-29 15:52:09 +02:00
Doron Adler
1b7f3de636 assimp will now be correctly built with -O3 or -Og based on build type 2018-06-27 13:26:01 +03:00
Doron Adler
d79a82faa2 -Og for debug 2018-06-27 13:10:41 +03:00
Doron Adler
35871b6c37 Use -g or -O3 based on debug/release 2018-06-27 13:04:49 +03:00