Commit Graph

  • 66171de915 Successful lib build, unit testing still WIP BuildTools 2018-01-05 16:18:33 -08:00
  • 9b5df71150 Not using external bin file for glb2 Alexis Breust 2018-01-05 10:28:12 +01:00
  • 988acd00f1 Using relative buffers URI Alexis Breust 2018-01-05 10:08:17 +01:00
  • abb09cc1d8 Merge pull request #1679 from assimp/issue_1460 Kim Kulling 2018-01-04 13:45:43 +01:00
  • 96b9626601 FBX: add missing test file. Kim Kulling 2018-01-04 13:17:42 +01:00
  • a5e2a40d75 FBX: add simple unittest with a simple box. Kim Kulling 2018-01-04 13:10:13 +01:00
  • f376a3e8cd move data declaration after test if elements are in current scope. Kim Kulling 2018-01-04 13:09:43 +01:00
  • 9efa4282fe closes https://github.com/assimp/assimp/issues/1460: skip uv- and color-components if these are not defined. Kim Kulling 2018-01-04 12:37:35 +01:00
  • 2f6dab53f4 Merge branch 'master' into remove_ctest Kim Kulling 2018-01-04 00:28:04 +01:00
  • 840416831d Merge pull request #1676 from terziman/master Kim Kulling 2018-01-04 00:27:17 +01:00
  • c66c7d7ae6 remove ctest to make workspace more readable. Kim Kulling 2018-01-03 17:22:07 +01:00
  • d0bee866c0 Merge remote-tracking branch 'github/master' into contrib Leo Terziman 2018-01-03 16:15:07 +01:00
  • 712a7ee779 Fixed bug in IFC where SweptDiskSolid tessellation would fail for polylines with only 2 points. Indeed, the EstimateSampleCount is not always accurate in this case, as the number of generated curvature pointer is greater by one. Moreover, it is redundant to call EstimateSampleCount, as the SampleDiscrete method will provide the (correct) number of points anyway. This commit fix the described bug, but also increase the efficiency of the ProcessSweptDiskSolid method, as EstimateSampleCount is only called once now, instead of two times. Leo Terziman 2018-01-03 16:14:20 +01:00
  • 32dfd423db Fixed bug in IFC when dimensional exponent parameters in IfcSIUnits is not defined. Usually, the value of this parameter is derived from parents, but it is not always the case for some files. Leo Terziman 2018-01-03 16:08:18 +01:00
  • fd91acdfc4 Merge pull request #1673 from assimp/kimkulling-patch-2 Kim Kulling 2018-01-03 01:24:21 +01:00
  • cf59c7d153 Update o3dgcTimer.h Kim Kulling 2018-01-03 00:56:32 +01:00
  • 837baabd36 Merge pull request #1671 from assimp/aiVector3_Reviewfindings Kim Kulling 2018-01-02 23:16:10 +01:00
  • 0be6c9efcd Merge branch 'master' into aiVector3_Reviewfindings Kim Kulling 2018-01-02 21:56:34 +01:00
  • d2a6bb15c2 Merge pull request #1672 from turol/memfixes Kim Kulling 2018-01-02 21:56:07 +01:00
  • 8a505398a3 MMD: Fix memory leak Turo Lamminen 2018-01-02 20:35:06 +02:00
  • aac41cf2c3 MMD: Fix delete / delete[] mismatch Turo Lamminen 2018-01-02 20:28:08 +02:00
  • 7ebd8e7543 glTFAsset: Use std:unique_ptr for Image data Turo Lamminen 2018-01-02 20:09:22 +02:00
  • d308cfcb43 glTF: Fix delete / delete[] mismatch Turo Lamminen 2018-01-02 19:23:21 +02:00
  • bb8527a671 Merge branch 'master' into aiVector3_Reviewfindings Kim Kulling 2018-01-01 22:16:52 +01:00
  • 085a85569e Merge pull request #1670 from assimp/update_gtest_to_1_8_0 Kim Kulling 2018-01-01 20:58:33 +01:00
  • bd81869794 Fix some minor findings. Kim Kulling 2018-01-01 20:57:59 +01:00
  • fb660823fc new gtest version: 1.8.0 Kim Kulling 2018-01-01 19:42:01 +01:00
  • fe5277e117 Merge pull request #1668 from rspencer01/master Kim Kulling 2017-12-31 16:06:59 +01:00
  • 02c0cba0dc Merge branch 'master' into master Kim Kulling 2017-12-31 14:04:07 +01:00
  • 5920526b7a Merge pull request #1666 from aavenel/fix_obj_crash Kim Kulling 2017-12-31 14:03:56 +01:00
  • da120b03b4 Merge branch 'master' into fix_obj_crash Kim Kulling 2017-12-31 12:09:19 +01:00
  • 3407889ec9 Merge pull request #1663 from assimp/issue_1655 Kim Kulling 2017-12-31 12:08:57 +01:00
  • ced6e8ce43 Use std::unique_ptr in ObjFileParser Alexandre Avenel 2017-12-30 13:22:30 +01:00
  • d3150eedfb Version bump pyassimp Robert Spencer 2017-12-29 19:46:16 +02:00
  • 606fd6b1a1 Replace assertion by an exception in Obj parsing Alexandre Avenel 2017-12-29 18:07:41 +01:00
  • 7de7c548fb Add unit test to OBj importer for homogeneous coord Alexandre Avenel 2017-12-29 18:06:20 +01:00
  • 20ef807982 Remove assertion in ObjFileImporter Alexandre Avenel 2017-12-29 17:56:30 +01:00
  • 58c38022ab Merge branch 'master' into issue_1655 Kim Kulling 2017-12-29 17:09:38 +01:00
  • dc5726bd0f Merge pull request #1664 from JLouis-B/QtViewer-fixes Kim Kulling 2017-12-28 21:33:57 +01:00
  • 04d5f49f6d Use QString::number Jean-Louis Boudrand 2017-12-28 15:10:55 +01:00
  • 6a9df80f68 closes https://github.com/assimp/assimp/issues/1655: add typedef for android NDK. Kim Kulling 2017-12-28 14:52:41 +01:00
  • e030d374b9 Qt Viewer : Fixes for failed imports Jean-Louis Boudrand 2017-12-28 13:55:41 +01:00
  • f8eeaf176a Merge pull request #1661 from JLouis-B/master Kim Kulling 2017-12-28 09:35:55 +01:00
  • e5891e5a09 Qt viewer : Improve exports Jean-Louis Boudrand 2017-12-27 19:08:20 +01:00
  • bc541e56af Merge pull request #1656 from turol/misc turol 2017-12-25 10:16:56 +02:00
  • 096056b899 Q3BSP: Fix build with clang libc++ Turo Lamminen 2017-12-24 22:17:45 +02:00
  • dc94e5921e MDLImporter: Use unique_ptr Turo Lamminen 2017-12-24 22:17:11 +02:00
  • 55e69272bd MMD: Remove bogus assert Turo Lamminen 2017-12-24 22:15:19 +02:00
  • 90cdd0f20c RemoveComments: Fix out-of-bounds read when file ends with a comment Turo Lamminen 2017-12-24 22:14:39 +02:00
  • 0cc25491a4 irrXML: Remove horrible hack Turo Lamminen 2017-12-24 15:25:42 +02:00
  • 4078543827 OpenGEX: Throw exception on malformed color4 instead of crashing Turo Lamminen 2017-12-24 14:57:14 +02:00
  • 7932a85ca1 Raw: Fix unitialized values in scene Turo Lamminen 2017-12-24 14:38:26 +02:00
  • 1ad789bae9 Raw: Reformat code, no functional change Turo Lamminen 2017-12-24 14:26:53 +02:00
  • 885c32e8cc Merge pull request #1654 from faulesocke/master Kim Kulling 2017-12-23 19:05:54 +01:00
  • 4a65e76ca7 Fix buffer overflow in obj loader Faule Socke 2017-12-23 17:34:39 +01:00
  • dd3cb74b21 Merge pull request #1652 from assimp/loebl-iosystem-patch Kim Kulling 2017-12-22 19:31:51 +01:00
  • 5a30bccdae closes https://github.com/assimp/assimp/issues/1612: make wstaring handling depend from encoding of the filename. Kim Kulling 2017-12-22 16:45:07 +01:00
  • 2294390917 Merge branch 'master' into iosystem-patch Kim Kulling 2017-12-20 09:57:54 +01:00
  • 95661e8662 Merge pull request #1648 from elect86/patch-17 Kim Kulling 2017-12-20 09:56:29 +01:00
  • 06179cee04 Update FBXDocument.cpp Giuseppe Barbieri 2017-12-19 22:53:59 +01:00
  • 72edaf7f20 Merge pull request #1647 from turol/analyze turol 2017-12-19 21:08:32 +02:00
  • bb5495f99a Q3BSP: Add assertion to silence a static analyzer warning Turo Lamminen 2017-12-19 19:39:04 +02:00
  • c44522d4db ObjImporter: Fix possible memory leak Turo Lamminen 2017-12-19 19:38:38 +02:00
  • 47b725a8c8 MDCLoader: Fix horrible pointer casting hack Turo Lamminen 2017-12-19 18:55:14 +02:00
  • 0cf772a4d4 MDCLoader: Replace min and strlen with strnlen Turo Lamminen 2017-12-19 18:46:48 +02:00
  • 65ffeaa81e ObjImporter: Use unique_ptr Turo Lamminen 2017-12-19 18:24:03 +02:00
  • 1e9f329e6d MMD: Add virtual destructor to a class which already has virtual functions Turo Lamminen 2017-12-19 18:18:14 +02:00
  • b6800a9992 X3DImporter: Add virtual destructors to some classes which already have virtual functions Turo Lamminen 2017-12-19 18:16:41 +02:00
  • 889f49aaf0 Merge pull request #1646 from rickomax/master Kim Kulling 2017-12-19 14:47:22 +01:00
  • 9c9e7a2e82 Fixed char comparision rickomax 2017-12-18 19:18:11 -02:00
  • 987d315089 Fixed config file rickomax 2017-12-18 18:53:25 -02:00
  • 4623c2f14c FBX Embedding Fix rickomax 2017-12-18 18:14:54 -02:00
  • 04dc52fcf0 Merge branch 'master' into iosystem-patch Kim Kulling 2017-12-18 08:59:14 +01:00
  • 5ddc281c4b Merge pull request #1644 from mesilliac/nonascii_chars_in_fbxmaterial_cpp Kim Kulling 2017-12-18 08:58:49 +01:00
  • 39e36371f9 Merge branch 'master' into nonascii_chars_in_fbxmaterial_cpp Kim Kulling 2017-12-17 20:41:52 +01:00
  • 8761ab0efd Merge pull request #1641 from assimp/fix_clang5_issue Kim Kulling 2017-12-17 20:40:03 +01:00
  • 76dd48d64f Update FBXDocumentUtil.h Giuseppe Barbieri 2017-12-17 18:43:23 +01:00
  • 47c422ea49 Fix non-ascii encoding in comments in FBXMaterial.cpp. Tommy 2017-12-17 16:40:09 +01:00
  • d081b4ab4e Merge branch 'master' into fix_clang5_issue Kim Kulling 2017-12-17 16:11:44 +01:00
  • 13dba835a0 Merge pull request #1640 from wanadev/gltf2-exporter-improvements Kim Kulling 2017-12-17 16:09:24 +01:00
  • efc893a139 Merge branch 'master' into gltf2-exporter-improvements Kim Kulling 2017-12-17 09:39:14 +01:00
  • 99f2721611 Merge pull request #1636 from aavenel/fix_1623 Kim Kulling 2017-12-17 09:38:55 +01:00
  • 3d743151ce Merge branch 'master' into fix_1623 Kim Kulling 2017-12-17 09:04:08 +01:00
  • cb17a7d81e Merge pull request #1635 from turol/unique_ptr Kim Kulling 2017-12-17 09:03:03 +01:00
  • 0bcf5c22db Merge branch 'master' into unique_ptr Kim Kulling 2017-12-17 02:16:48 +01:00
  • 144e325a4d Merge pull request #1643 from mesilliac/fix_gltf_exporter_define_name Kim Kulling 2017-12-17 02:16:02 +01:00
  • 74319a6a50 Merge branch 'master' into fix_gltf_exporter_define_name Kim Kulling 2017-12-17 00:30:56 +01:00
  • d46f8ee625 Merge pull request #1626 from elect86/master Kim Kulling 2017-12-17 00:30:20 +01:00
  • 05f8af950a Merge branch 'master' into master Kim Kulling 2017-12-16 19:56:41 +01:00
  • 2c3b2285ed Merge pull request #1637 from turol/clang Kim Kulling 2017-12-16 19:56:27 +01:00
  • 463dec5c7e Change StreamReader::IncPtr argument to signed Turo Lamminen 2017-12-16 15:19:53 +02:00
  • 2f082340fc MDLLoader: Add workaround for clang 5.0 build issue Turo Lamminen 2017-12-16 14:57:59 +02:00
  • 87462165b5 Fix bad pointer arithmetic in aiVector2 Turo Lamminen 2017-12-13 11:28:22 +02:00
  • 45ad63f373 Remove packed attribute from aiVector2 Turo Lamminen 2017-12-13 11:27:44 +02:00
  • 276fc5f466 Remove packed attribute from aiUVTransform Turo Lamminen 2017-12-13 11:27:05 +02:00
  • 068d4aa4cb Disable clang static analysis for now Turo Lamminen 2017-12-13 10:55:32 +02:00
  • 379562055b Fix incorrect NO_GLTF_IMPORTER define name in glTFExporter.h Tommy 2017-12-15 23:18:45 +01:00
  • 32e5e3a576 Forgot to uncomment isBinary Alexis Breust 2017-12-15 15:40:31 +01:00
  • 5e63ba9a9d typo. Kim Kulling 2017-12-14 18:10:42 +01:00
  • dec3e2ba42 XGLLoader: fix const issue when seeting vec2. Kim Kulling 2017-12-14 18:06:28 +01:00