Commit Graph

  • 7c2f7c02ab Merge branch 'master' into moffsetmatrix_documentation Kim Kulling 2018-02-20 17:53:22 +01:00
  • a92dbabc25 Update FileSystemFilter.h Kim Kulling 2018-02-20 16:36:55 +01:00
  • c97d19fd6f Merge pull request #1802 from elect86/master Kim Kulling 2018-02-20 13:59:31 +01:00
  • 7c33d932e3 Merge branch 'master' into master Kim Kulling 2018-02-20 10:40:04 +01:00
  • 222c7b7d51 Merge pull request #1735 from Rohansi/fix-paint3d-vertexcolor Kim Kulling 2018-02-20 10:39:34 +01:00
  • d49c5b6ecf Merge branch 'master' into fix-paint3d-vertexcolor Kim Kulling 2018-02-20 09:23:53 +01:00
  • a84604f566 Merge branch 'master' into develop_kimkulling Kim Kulling 2018-02-20 09:04:11 +01:00
  • f0ccff70a4 Update FileSystemFilter.h Kim Kulling 2018-02-20 09:03:18 +01:00
  • 18539ef1ad Merge pull request #1790 from mabuchner/issue_1773 Kim Kulling 2018-02-20 08:54:27 +01:00
  • 5f4539db28 Merge branch 'master' into issue_1773 Kim Kulling 2018-02-19 22:55:11 +01:00
  • d9af87d52a Merge pull request #1792 from sacereda/globalscale-registry Kim Kulling 2018-02-19 22:54:46 +01:00
  • b9a34dbc50 Merge branch 'master' into globalscale-registry Kim Kulling 2018-02-19 20:19:17 +01:00
  • f78f273916 Merge branch 'master' into issue_1773 Kim Kulling 2018-02-19 15:54:46 +01:00
  • 385085f3e4 Merge pull request #1797 from assimp/develop_kimkulling Kim Kulling 2018-02-19 15:53:48 +01:00
  • 1de9b3232a Silence a clang warning. Tommy 2018-02-19 15:04:46 +01:00
  • 95f66f84ef Remove constexpr for MSVC. Tommy 2018-02-19 14:33:33 +01:00
  • 242b5d5874 Initial FBX Export Support, sponsored by MyDidimo (mydidimo.com). Tommy 2018-02-19 13:46:02 +01:00
  • 219702597f Merge branch 'master' into develop_kimkulling Kim Kulling 2018-02-19 11:47:41 +01:00
  • 24d452e27c Fix aiBone->mOffsetMatrix documentation, which was incorrect. Tommy 2018-02-19 11:34:26 +01:00
  • 8950504cf0 Fix import of materials. Kim Kulling 2018-02-18 21:30:23 +01:00
  • 0c8f574229 Merge pull request #1799 from mesilliac/streamwriter_improvements Kim Kulling 2018-02-17 17:26:26 +01:00
  • 58c653c874 Merge branch 'master' into streamwriter_improvements Kim Kulling 2018-02-17 16:35:33 +01:00
  • 58436068e7 Update BlenderScene.cpp Giuseppe Barbieri 2018-02-16 22:16:10 +01:00
  • 9e9c543cca Merge pull request #1800 from sacereda/pbrmaterial_h Kim Kulling 2018-02-16 16:08:04 +01:00
  • b9e60e674e define missing type,N params Sergio Acereda 2018-02-16 12:23:21 +01:00
  • c4ff978a2f Some StreamWriter improvements / additions. Tommy 2018-02-16 12:06:14 +01:00
  • 1b53c26943 Merge branch 'master' into globalscale-registry Kim Kulling 2018-02-15 18:04:38 +01:00
  • a7587cb526 Merge branch 'master' into issue_1773 Martin Buchner 2018-02-15 15:31:41 +01:00
  • 86645d344f Merge pull request #1795 from sacereda/pbrmaterial_h Kim Kulling 2018-02-13 21:02:49 +01:00
  • b01795e453 Merge branch 'master' into develop_kimkulling Kim Kulling 2018-02-13 20:37:02 +01:00
  • f9b121c415 Merge branch 'develop_kimkulling' of https://github.com/assimp/assimp into develop_kimkulling Kim Kulling 2018-02-13 20:36:59 +01:00
  • ccbcaa2ee8 fix some static-analysis findings. Kim Kulling 2018-02-13 20:36:22 +01:00
  • cdfe33e3f2 Merge branch 'master' into pbrmaterial_h Kim Kulling 2018-02-13 19:17:18 +01:00
  • 4fb0e85d9d Merge branch 'master' into issue_1773 Kim Kulling 2018-02-13 14:45:14 +01:00
  • ae88cab2ba Merge pull request #1789 from mabuchner/issue_1781 Kim Kulling 2018-02-13 14:44:19 +01:00
  • 5ac415ff62 Merge branch 'master' into issue_1781 Kim Kulling 2018-02-13 13:11:03 +01:00
  • e1b4ff0d18 Merge pull request #1794 from assimp/develop_kimkulling Kim Kulling 2018-02-13 13:09:31 +01:00
  • 11a3ee109e Update fast_atof.h Kim Kulling 2018-02-13 11:36:05 +01:00
  • 9a7611a93e AI_MATKEY_GLTF_... -> assimp/pbrmaterial.h Sergio Acereda 2018-02-12 22:33:51 +01:00
  • 331e67c32d 3mf: introduce first prototype for basematerial support. Kim Kulling 2018-02-12 22:07:12 +01:00
  • 8a4fd2f947 globalScale process not registered Sergio Acereda 2018-02-12 21:51:40 +01:00
  • 78173177e8 closes https://github.com/assimp/assimp/issues/1564: remove copy constructor. Kim Kulling 2018-02-12 21:45:47 +01:00
  • 1299905026 Make FileSystemFilter forward all virtual functions to wrapped IOSystem instance mbuchner 2018-02-12 11:20:03 +01:00
  • 76b981aa2a Make MemoryIOStream::Seek accept pos=length as valid mbuchner 2018-02-12 10:52:49 +01:00
  • f00d450d25 Update BlenderDNA.inl Giuseppe Barbieri 2018-02-11 17:43:49 +01:00
  • 78ec30b320 Merge pull request #1785 from turol/threadsafe Kim Kulling 2018-02-09 21:07:14 +01:00
  • c874fd8ae2 changed std::to_string to to_string. Marco Di Benedetto 2018-02-09 16:18:49 +01:00
  • 59ea3b6c85 fixed android zlib compile error. Marco Di Benedetto 2018-02-09 16:02:27 +01:00
  • affedc139e Merge https://github.com/assimp/assimp Marco Di Benedetto 2018-02-09 15:54:34 +01:00
  • ebdad4f883 Ogre: Avoid creating function-scoped static constants Turo Lamminen 2018-02-09 15:40:28 +02:00
  • 73621c46cb Merge pull request #1782 from assimp/issue_567 Kim Kulling 2018-02-08 21:46:04 +01:00
  • 4e4098f1fc Merge branch 'master' into issue_567 Kim Kulling 2018-02-08 20:29:47 +01:00
  • 674a47dd3e closes https://github.com/assimp/assimp/issues/567: prevend dependency cycle Kim Kulling 2018-02-08 20:24:18 +01:00
  • 91b9be8548 Merge pull request #1779 from assimp/issue_1386 Kim Kulling 2018-02-07 21:49:42 +01:00
  • c7ea536351 closes https://github.com/assimp/assimp/issues/1386: fix undefined behaviour in compare function. Kim Kulling 2018-02-07 20:21:05 +01:00
  • 8ecf3789d7 Merge pull request #1769 from elect86/patch-18 Kim Kulling 2018-02-07 18:53:29 +01:00
  • 92b909f330 Merge branch 'master' into patch-18 Kim Kulling 2018-02-07 18:11:20 +01:00
  • 5b5e8ef3a0 Merge pull request #1777 from maxvollmer/master Kim Kulling 2018-02-07 18:10:56 +01:00
  • b3d48d0e9a Issue #1776: Updated and fixed test in utBlenderIntermediate.cpp for Blender::ObjectCompare Max Vollmer 2018-02-07 11:02:08 +01:00
  • 990dc983ed Issue #1776 Fixed potential crash bug in ObjectCompare, because it didn't follow strict weak ordering. As counter-intuitive as it seems, a comparator must return false for equal values. The C++ standard defines and expects this behavior: true if lhs < rhs, false otherwise. Max Vollmer 2018-02-07 10:48:39 +01:00
  • 69f1838475 Merge pull request #1775 from turol/memleaks Kim Kulling 2018-02-07 01:13:55 +01:00
  • 277fa2da93 Merge branch 'master' into memleaks Kim Kulling 2018-02-07 00:38:23 +01:00
  • be7261c019 Merge pull request #1767 from assimp/issue_1729 Kim Kulling 2018-02-07 00:37:24 +01:00
  • 57c1fe5954 x-parser: fix the crash. Kim Kulling 2018-02-06 23:59:46 +01:00
  • 4736160b79 Update BlenderDNA.h Giuseppe Barbieri 2018-02-06 22:36:37 +01:00
  • 495ae70cc5 XFileParser: release x-file-based scene when throwing an exception. Kim Kulling 2018-02-06 19:21:56 +01:00
  • 17b26c91e2 OpenGEX: Use std::unique_ptr to fix some memory leaks Turo Lamminen 2018-02-06 20:20:16 +02:00
  • 5ce9ece0cc OpenGEX: Replace std::copy with explicit loop Turo Lamminen 2018-02-06 20:08:49 +02:00
  • aa434b9566 OpenGEX: Add comment about pointer ownership Turo Lamminen 2018-02-06 20:05:02 +02:00
  • ef891fb850 LWO: Move some assignments to make it clearer when the thing should be moved Turo Lamminen 2018-02-06 19:36:27 +02:00
  • 3b68ffe363 LWO: Use C++11 auto for easier refactoring Turo Lamminen 2018-02-06 19:32:34 +02:00
  • 9344074a04 MDLLoader: Replace raw pointer with vector to fix a memory leak Turo Lamminen 2018-02-06 19:22:32 +02:00
  • 1aed63afb7 OpenGEX: Replace another raw pointer with vector to fix a memory leak Turo Lamminen 2018-02-06 19:13:54 +02:00
  • 880be5403f OpenGEX: Replace raw pointer with vector to fix a memory leak Turo Lamminen 2018-02-06 19:03:47 +02:00
  • c42dd9104c BlenderLoader: Fix memory leak Turo Lamminen 2018-02-06 18:52:23 +02:00
  • d284d107e7 XGLLoader: Fix a memory leak Turo Lamminen 2018-02-06 18:43:51 +02:00
  • 2a7ebc570c Update Readme.md Giuseppe Barbieri 2018-02-05 17:13:53 +01:00
  • dceb7257dd Update XFileParser.cpp Kim Kulling 2018-02-05 13:53:06 +01:00
  • eb23946fe7 Update XFileParser.cpp Kim Kulling 2018-02-05 13:44:19 +01:00
  • ff556027ef X: fix some review findings. Kim Kulling 2018-02-05 00:33:41 +01:00
  • a8f940dd83 add missing test file. Kim Kulling 2018-02-05 00:05:08 +01:00
  • 862a145ea5 X: add unittest to ensure no exception will be thrown. Kim Kulling 2018-02-04 22:18:54 +01:00
  • 3685791e0d closes https://github.com/assimp/assimp/issues/1729: check for bit flip when unsigned int overflow happens in x-file parsing. Kim Kulling 2018-02-04 22:15:18 +01:00
  • 48d41b4bf9 Merge pull request #1766 from assimp/issue_774 Kim Kulling 2018-02-04 19:05:02 +01:00
  • 1a9f17e13d Merge branch 'master' into issue_774 Kim Kulling 2018-02-04 18:33:22 +01:00
  • 8284226efd fbx: add missing test file. Kim Kulling 2018-02-04 17:19:49 +01:00
  • c5157bc471 fbx: global settings use float instead of double. Kim Kulling 2018-02-04 17:13:58 +01:00
  • 37d352622b closes https://github.com/assimp/assimp/issues/774: use correct type for unitscale in fbx. Kim Kulling 2018-02-04 16:42:36 +01:00
  • c8afa8daec Merge pull request #1764 from assimp/issue_1583 Kim Kulling 2018-02-03 19:01:47 +01:00
  • 970554c906 Merge branch 'master' into issue_1583 Kim Kulling 2018-02-03 17:48:03 +01:00
  • 7b4f916b13 Merge pull request #1765 from turol/misc Kim Kulling 2018-02-03 17:47:25 +01:00
  • 61816837e5 Merge branch 'master' into issue_1583 Kim Kulling 2018-02-03 17:22:32 +01:00
  • 5278e1a5f8 CSM: Fix a possible memory leak by using std::unique_ptr Turo Lamminen 2018-02-03 17:52:25 +02:00
  • cfcaf3e97b BVH: Initialize all members of Node in constructor Turo Lamminen 2018-02-03 17:38:30 +02:00
  • da19ed0b2a BaseImporter: Remove dead condition Turo Lamminen 2018-02-03 17:25:31 +02:00
  • be865ae613 LimitBoneWeightsProcess: Initialize all members of Weight in constructor Turo Lamminen 2018-02-03 17:19:27 +02:00
  • 9397932e4f PretransformVertices: Rearrange some assignments to clarify things Turo Lamminen 2018-02-03 17:08:25 +02:00
  • 123b9ca71a Initialize all members of aiMeshKey in constructor Turo Lamminen 2018-02-03 16:54:19 +02:00
  • e21b79a8bf Mark Importer assignment operator deleted Turo Lamminen 2018-02-03 16:45:07 +02:00
  • b0b125dfe6 Initialize all members of aiVertexWeight in constructor Turo Lamminen 2018-02-03 16:34:40 +02:00