Commit Graph

  • ab4166a279
    Merge pull request #1 from assimp/master yunqiangshanbill 2019-12-26 18:59:39 +0800
  • 2e79576be6 Update CCompilerTest.c rickomax 2019-12-25 22:48:22 -0300
  • ddc6f3407c Update defs.h rickomax 2019-12-25 22:14:52 -0300
  • 1eb3779617 Update defs.h rickomax 2019-12-25 18:24:16 -0300
  • 66df60f4cd Update defs.h rickomax 2019-12-25 17:53:39 -0300
  • 73dbde9cd5 Update Build.md rickomax 2019-12-25 17:04:18 -0300
  • b9086144cf Update Build.md rickomax 2019-12-25 16:58:20 -0300
  • 6d435c992b Fixed assbin path rickomax 2019-12-25 16:48:37 -0300
  • 61ef384869 Update AssbinExporter.cpp rickomax 2019-12-25 16:41:48 -0300
  • 6a41c9d42b Update MMDImporter.cpp rickomax 2019-12-25 16:35:10 -0300
  • cc3ece46d6 Update MMDImporter.cpp rickomax 2019-12-25 16:30:56 -0300
  • 4ed3ac3bfe Fixes rickomax 2019-12-25 15:44:17 -0300
  • d1212da9bc Update FBXImportSettings.h rickomax 2019-12-25 15:16:43 -0300
  • 2026d52df4 Improved comments in HL1MDLFile.h Marc-Antoine Lortie 2019-12-25 12:57:48 -0500
  • cdfd4e6fe5 Update Assimp.cpp rickomax 2019-12-25 14:41:02 -0300
  • 8b645145d3 Update Build.md rickomax 2019-12-25 14:36:42 -0300
  • 5256134a5f Update Build.md rickomax 2019-12-25 14:28:13 -0300
  • 79fff56025 Syncing with TriLib rickomax 2019-12-25 14:21:01 -0300
  • 5e0b5d698a
    Merge pull request #1 from assimp/master Ricardo Reis 2019-12-25 13:47:58 -0300
  • 7e957768db Removed dead code. Marc-Antoine Lortie 2019-12-25 08:13:20 -0500
  • 1e29329a84
    Merge branch 'master' into hl1-mdl-loader Kim Kulling 2019-12-25 10:13:42 +0100
  • 70f793f52e
    Merge pull request #2843 from 9739654/patch-1 Kim Kulling 2019-12-24 08:13:55 +0100
  • 97bc855e80
    Merge branch 'master' into patch-1 Kim Kulling 2019-12-23 23:27:21 +0100
  • b9ac4c3fda
    Merge pull request #2825 from bztsrc/master Kim Kulling 2019-12-23 23:26:52 +0100
  • ae92a34d91
    Update SMDLoader.cpp Mateusz Paluch 2019-12-22 09:57:02 +0100
  • 79aeb65ab4
    Merge branch 'master' into master Kim Kulling 2019-12-22 09:18:02 +0100
  • 66750588cf
    Merge pull request #2839 from apanteleev/vcruntime-fix Kim Kulling 2019-12-22 09:17:29 +0100
  • 4050f7601f
    Merge branch 'master' into hl1-mdl-loader Marc-Antoine Lortie 2019-12-19 09:47:19 -0500
  • e350650a93
    Merge branch 'master' into vcruntime-fix Kim Kulling 2019-12-19 14:26:26 +0100
  • 9f196f7d02
    Merge pull request #2813 from umlaeute/python-fixes Kim Kulling 2019-12-19 14:25:51 +0100
  • ce11ae2ec8
    Merge branch 'master' into python-fixes Kim Kulling 2019-12-19 10:41:00 +0100
  • 49839796e6
    Merge pull request #2841 from MalcolmTyrrell/fixTypos Kim Kulling 2019-12-18 20:18:16 +0100
  • 6a3f2e89f3
    Merge branch 'master' into hl1-mdl-loader Marc-Antoine Lortie 2019-12-18 12:40:59 -0500
  • 3b7e2bc3fa Fix typos Malcolm Tyrrell 2019-12-18 16:13:23 +0000
  • 607243448f Fixed int/unsigned int comparaisons. Marc-Antoine Lortie 2019-12-18 08:33:41 -0500
  • 5d79639a8a Removed unused variable. Marc-Antoine Lortie 2019-12-18 08:10:12 -0500
  • 87de50e1f3 Added missing parentheses around assignment in while condition. Marc-Antoine Lortie 2019-12-18 07:51:45 -0500
  • 02c2bfa2b8 Added missing member initializations. Marc-Antoine Lortie 2019-12-18 07:35:30 -0500
  • 7c2cec2182 Fixed member initialization order. Marc-Antoine Lortie 2019-12-18 07:28:52 -0500
  • 03a17f87fa Made the CMake config more submodule friendly. Alexey Panteleev 2019-12-17 17:51:23 -0800
  • 03e6e0c69e
    Merge pull request #2776 from dylankenneally/warning-level-max Kim Kulling 2019-12-18 01:00:29 +0100
  • 69902c99c8 Restored PACK_STRUCT on AnimValue_HL1 union and removed PACK_STRUCT on inner struct. Marc-Antoine Lortie 2019-12-17 18:22:22 -0500
  • 188ee6562e Moved/Added several includes to file HL1MDLLoader.h. Marc-Antoine Lortie 2019-12-17 17:47:26 -0500
  • fe2fdcf77c Removed unwanted PACK_STRUCT on union. Marc-Antoine Lortie 2019-12-17 17:27:21 -0500
  • 330d9ca916 Replaced strncpy by individual character assigments. Marc-Antoine Lortie 2019-12-17 16:37:32 -0500
  • e85776aaab Added missing null terminator. Marc-Antoine Lortie 2019-12-17 16:16:18 -0500
  • 1e1248d019
    Merge branch 'master' into warning-level-max Kim Kulling 2019-12-17 21:42:25 +0100
  • a45e13b183 Fixed compilation issue. Marc-Antoine Lortie 2019-12-17 15:12:19 -0500
  • 4144a222d3 Added HL1 MDL loader tests. Marc-Antoine Lortie 2019-12-16 11:31:41 -0500
  • eed0bd3ef6 Added support to load Half-Life 1 MDL files. Marc-Antoine Lortie 2019-12-16 10:26:46 -0500
  • 8a800e7aa5 Removed functionality and minor material-mapping fix bzt 2019-12-15 12:25:34 +0100
  • 487ce954db
    Merge pull request #2819 from RichardTea/partial-cleanup-m3d Kim Kulling 2019-12-14 22:39:11 +0100
  • 7244f53f5f
    Merge branch 'master' into partial-cleanup-m3d Kim Kulling 2019-12-14 19:22:19 +0100
  • a10b0d4de3 Requested modifications bzt 2019-12-14 08:52:48 +0100
  • 0ff04b9769
    Update ColladaParser.cpp Kim Kulling 2019-12-13 11:20:50 +0100
  • 512e6dff4f Fixed ANSI C compiler issue bzt 2019-12-13 09:16:41 +0100
  • 2fc72c8f72
    Merge branch 'master' into master Zoltan Baldaszti 2019-12-13 09:17:06 +0100
  • 453eeb65cd Merge branch 'master' of https://github.com/bztsrc/assimp bzt 2019-12-13 09:05:06 +0100
  • f151a5d11d MSVC2013 alternative to thread_local bzt 2019-12-13 09:04:40 +0100
  • 53bf442beb
    Update ColladaParser.cpp Kim Kulling 2019-12-13 08:30:40 +0100
  • 9ef2d7fb7d
    Merge branch 'master' into collada_modeller_metadata Kim Kulling 2019-12-13 08:28:50 +0100
  • 71d7ff63f5
    Update ColladaHelper.cpp Kim Kulling 2019-12-13 08:25:45 +0100
  • b2ea762b02
    Merge pull request #2829 from MalcolmTyrrell/fixTexcoord Kim Kulling 2019-12-13 08:23:30 +0100
  • 8be1060ec4
    Update m3d.h Kim Kulling 2019-12-13 08:21:45 +0100
  • 32835873f0
    Update m3d.h Kim Kulling 2019-12-13 08:19:39 +0100
  • 6b2fe41a3b Replaced mutex with thread-local variable bzt 2019-12-13 07:30:59 +0100
  • 30634ff56e Be more tolerant to invalid input bzt 2019-12-13 06:38:49 +0100
  • 7a83e89b02
    Merge branch 'master' into master Zoltan Baldaszti 2019-12-13 04:49:57 +0100
  • b6553b8a78
    Merge branch 'master' into fixTexcoord Malcolm Tyrrell 2019-12-12 12:19:02 +0000
  • 2124da8340 Add a texcoord unit test. Malcolm Tyrrell 2019-12-12 12:06:36 +0000
  • b70c05b4e0 Fix texcoords. Malcolm Tyrrell 2019-12-12 09:38:50 +0000
  • 13427c8d2b
    Merge branch 'master' into warning-level-max Kim Kulling 2019-12-11 19:16:30 +0100
  • 7223e0e3fc
    Merge pull request #2827 from muxanickms/3dsmax_pbr_materials Kim Kulling 2019-12-11 18:35:39 +0100
  • e17431b993 Added extra check for file size bzt 2019-12-11 06:21:35 +0100
  • fb95e49824 More MSVC workarounds bzt 2019-12-11 05:47:59 +0100
  • 08c5fa37bf Add a support for 3DSMax Physically Based Materials for FBX format Mike Samsonov 2019-12-10 12:04:35 +0000
  • 17aabc34cc MSVC workarounds bzt 2019-12-10 06:30:41 +0100
  • 6df5e10c88
    Merge pull request #2818 from RichardTea/backfacing-odd-negative-scale-2383 Gordon MacPherson 2019-12-09 19:06:32 +0000
  • 660f3571d8 added AnimMesh.mName member IOhannes m zmölnig 2019-12-09 17:23:52 +0100
  • 986b67801d Add Copyright common metadata to glTF importer/exporter RichardTea 2019-12-09 14:30:12 +0000
  • f498a395e4 Add common metadata to Collada RichardTea 2019-12-09 14:05:41 +0000
  • 4a8b7800ff Update M3D ASCII exporter ident and extension RichardTea 2019-12-09 11:23:57 +0000
  • 9cabeddf4f Odd Negative Scale: PretransformVertices RichardTea 2019-12-09 11:07:13 +0000
  • 193b02cdac Odd negative scale: OptimizeGraph RichardTea 2019-12-09 10:42:50 +0000
  • 463573c771 Apply clangformat RichardTea 2019-12-09 09:56:01 +0000
  • e93a13ba4c Fix cmake build and remove old complex transform test as this no longer works this way RevoluPowered 2019-12-08 15:16:07 +0000
  • fdddb6431c Implemented full pivot support without fake transforms RevoluPowered 2019-12-08 14:44:43 +0000
  • 6b5384afa6
    Merge branch 'master' into python-fixes Kim Kulling 2019-12-08 12:58:50 +0100
  • d8575b2b55
    Merge pull request #2814 from assimp/issue_2809 Kim Kulling 2019-12-08 12:58:28 +0100
  • e3da92f7d3 closes https://github.com/assimp/assimp/issues/2809: fix crash for special ifc file. Kim Kulling 2019-12-08 10:12:14 +0100
  • fbebeba2b0
    Merge pull request #2805 from RichardTea/partial-cleanup-m3d Kim Kulling 2019-12-08 09:02:06 +0100
  • 630f013a5e fix field name "Mesh.mAnimMesh" -> "Mesh.mAnimMeshes" IOhannes m zmölnig 2019-12-07 22:10:26 +0100
  • d24adbd32c aiString.length is really of type "ai_uint32" which corresponds to "c_uint32" IOhannes m zmölnig 2019-12-07 22:09:03 +0100
  • 298a89b4ee remove trailing whitespace IOhannes m zmölnig 2019-12-07 22:06:14 +0100
  • 71cac7ab8d lower-case PEP263 encoding declaration IOhannes m zmölnig 2019-12-07 22:04:04 +0100
  • 747e12465b
    Merge branch 'master' into partial-cleanup-m3d Kim Kulling 2019-12-07 19:43:05 +0100
  • e7ed315145
    Merge pull request #2801 from RichardTea/fix-2799-2785 Kim Kulling 2019-12-07 19:34:54 +0100
  • f9e861527b
    Merge branch 'master' into fix-2799-2785 Kim Kulling 2019-12-07 13:47:25 +0100
  • 016115628e
    Merge pull request #2810 from MalcolmTyrrell/ModellerMetaData Kim Kulling 2019-12-07 13:40:21 +0100
  • 9f3c26dbd8
    Update Importer.cpp Kim Kulling 2019-12-07 09:18:45 +0100