Commit Graph

  • 16149348ed Merge pull request #4217 from umlaeute/bugfix/x3d-extension-check Kim Kulling 2021-12-01 16:07:12 +01:00
  • 0e2ac2a91c X3D: simplistic attempt to avoid crashes due to nullptr access IOhannes m zmölnig 2021-12-01 12:21:29 +01:00
  • c8cdf3009e X3D: replace 'here' debugging printout by an assertion. IOhannes m zmölnig 2021-12-01 12:17:23 +01:00
  • 23d7811276 X3D: consistent initialization with nullptr IOhannes m zmölnig 2021-12-01 11:35:06 +01:00
  • 836963428e Fix file-extension check for X3D-files IOhannes m zmölnig 2021-12-01 11:16:48 +01:00
  • 8c9a148776 Merge pull request #4216 from inhosens/master Kim Kulling 2021-12-01 00:24:15 +01:00
  • 834ec20008 Merge branch 'master' into master Kim Kulling 2021-11-30 23:44:42 +01:00
  • cc05b4c8f1 Merge pull request #4211 from ms-maxvollmer/ms-maxvollmer/crashfixes2 Kim Kulling 2021-11-30 23:44:00 +01:00
  • d6f3f292f2 Merge branch 'master' into ms-maxvollmer/crashfixes2 Kim Kulling 2021-11-30 23:17:59 +01:00
  • 4a37aa2ef8 Interpolate euler rotations for quaternion animations Inho Lee 2021-11-29 15:11:26 +01:00
  • 745f5e7e65 Merge pull request #4193 from PencilAmazing/BlenderCollections Kim Kulling 2021-11-28 23:51:06 +01:00
  • 095bd67e10 Fix memory leaks in CollectionObject by making ob a weak pointer and removing prev pointer. Something was cyclic in CollectionObject and we don't traverse backwards anyways Pencil Amazing 2021-11-26 15:41:50 -04:00
  • e831ecf3c2 Add a separate test case for Blender 276 and update Box.blend to be 293 Pencil Amazing 2021-11-19 09:11:17 -04:00
  • 44fa1ec6a7 Make Blender importer aware of collections, and use them when available. Also add the default startup file for Blender 2.93 Pencil Amazing 2021-11-11 22:33:51 -04:00
  • 70c1aec7c7 Merge pull request #4212 from assimp/kimkulling-remove_deprecated_data v5.1.2 Kim Kulling 2021-11-26 19:34:02 +01:00
  • 34daf87428 Delete test/models/3DS/UVTransformTest directory Kim Kulling 2021-11-26 19:17:42 +01:00
  • 5e1188c44e Check that positions exist before accessing them Max Vollmer (Microsoft Havok) 2021-11-26 13:01:38 +00:00
  • 0015823bef Reject files with an invalid byteLength value Max Vollmer (Microsoft Havok) 2021-11-26 13:01:15 +00:00
  • 38382715f7 Ensure we don't access the vector with an out of bounds index Max Vollmer (Microsoft Havok) 2021-11-26 13:01:00 +00:00
  • da8772c57b Merge pull request #4207 from jakrams/msft-jakras-fix-corrupted-accessor Kim Kulling 2021-11-26 09:02:17 +01:00
  • 1a5d66714f Prevent out-of-range memory writes by sparse accessors Jan Krassnigg 2021-11-25 11:20:26 +01:00
  • 690e558b88 Update IOSystem.cpp Kim Kulling 2021-11-25 09:32:52 +01:00
  • 8b78a63b50 Allow dlclose of so library by avoiding unique symbols. Thomas Nicky Thulesen 2021-11-23 20:39:48 +01:00
  • d18709b899 Small float values should be true RichardTea 2021-11-23 14:15:32 +00:00
  • 5143044cc8 redefine AI_MATKEY_GLTF_PBRSPECULARGLOSSINESS RichardTea 2021-11-23 13:55:27 +00:00
  • 2fdf52488f float and integer material property bool conversion RichardTea 2021-11-23 13:53:58 +00:00
  • 42766af702 Merge branch 'master' into deprecated_gltfpbr_macros RichardTea 2021-11-23 12:03:23 +00:00
  • 889e559696 Merge pull request #4195 from ruyo/fix-gltf2-sparse-indicesType Kim Kulling 2021-11-22 22:43:43 +01:00
  • b22098c234 Merge branch 'master' into fix-gltf2-sparse-indicesType Kim Kulling 2021-11-22 22:02:05 +01:00
  • 85ea57dcdb Merge pull request #4196 from Rodousse/fix_mingw_compile_flags Kim Kulling 2021-11-22 22:01:05 +01:00
  • 6819b84b8b Use adviced c++ flag to supress warning on mingw Robin Dousse 2021-11-22 09:20:59 +01:00
  • 60bfde78eb Fixed an incorrect indeiciesType in the glTF2 sparse accessor. ruyo 2021-11-21 23:23:22 +09:00
  • bf1f142a72 Fix warnings Kim Kulling 2021-11-20 18:40:38 +01:00
  • aeba7a43a0 Merge pull request #4185 from rhabacker/win_dll_so_version v5.1.1 Kim Kulling 2021-11-20 16:53:21 +01:00
  • 9ebd74bd26 Merge branch 'master' into win_dll_so_version Kim Kulling 2021-11-20 14:16:32 +01:00
  • 9267f4c5b8 Merge pull request #4184 from RichardTea/deprecated_gltfpbr_macros Kim Kulling 2021-11-20 14:01:57 +01:00
  • 0d857bcf9f Merge branch 'master' into deprecated_gltfpbr_macros Kim Kulling 2021-11-20 12:35:56 +01:00
  • 2ceb18746b Append '-SOVERSION' to DLL base file name for mingw builds to match common style Ralf Habacker 2021-11-17 08:28:07 +01:00
  • 3db1592f7e Merge pull request #4187 from RichardTea/collada_value_not_attrib_4179 Kim Kulling 2021-11-17 19:16:10 +01:00
  • 74b3be194d Read the Value, not the Attribute RichardTea 2021-11-17 17:10:10 +00:00
  • bab8b8dbab apply clangformat RichardTea 2021-11-17 17:08:19 +00:00
  • 33845cd019 Only issue compile warning on gcc and msvc RichardTea 2021-11-17 15:44:16 +00:00
  • b1c83f437f Merge pull request #4173 from jdumas/jdumas/ziplib Kim Kulling 2021-11-17 14:09:07 +01:00
  • ce3101ea4e Merge branch 'master' into jdumas/ziplib Kim Kulling 2021-11-17 13:46:16 +01:00
  • c24f99cd0e Redefine deprecated glTF-specific PBR material macros RichardTea 2021-11-16 11:42:59 +00:00
  • c174575cf8 Merge pull request #4181 from assimp/kimkulling-prepare_installer Kim Kulling 2021-11-15 11:05:34 +01:00
  • 1ee8c1b51f Update script_x86.iss Kim Kulling 2021-11-15 08:41:23 +01:00
  • 595799b1bc Update script_x64.iss Kim Kulling 2021-11-15 08:39:31 +01:00
  • a5a091c138 Merge pull request #4180 from assimp/kimkulling-remove_irrxml_notes Kim Kulling 2021-11-15 08:37:49 +01:00
  • e8732341f4 Delete irrXML_note.txt Kim Kulling 2021-11-15 08:23:56 +01:00
  • b0d564467e Merge branch 'master' into jdumas/ziplib Jérémie Dumas 2021-11-14 08:25:59 -08:00
  • 78d72bff59 Fix 3MF presence test. Jérémie Dumas 2021-11-13 08:56:52 -08:00
  • 05115b07b4 Merge pull request #4174 from ifree/master v5.1.0 Kim Kulling 2021-11-13 09:30:32 +01:00
  • b1c336799c Merge branch 'master' into master Kim Kulling 2021-11-13 09:16:27 +01:00
  • c3ac5569c5 Merge branch 'master' into jdumas/ziplib Kim Kulling 2021-11-13 08:46:46 +01:00
  • 4fa3648132 Merge pull request #4172 from assimp/kimkulling-diable_m3m_issue-4126 Kim Kulling 2021-11-13 08:45:51 +01:00
  • f48731622b Disable m3d tesat Kim Kulling 2021-11-13 08:30:29 +01:00
  • fc0617280e Disable m3d-export Kim Kulling 2021-11-13 08:16:34 +01:00
  • b9937994ca Fix glTF2 skinning bone weight exporting issue freizhang 2021-11-13 12:07:29 +08:00
  • 6e6807ee6c Verbose processor bone weight count fix freizhang 2021-11-13 11:56:15 +08:00
  • 1407491a67 glTF2 exporter buffer overrun issue fix. freizhang 2021-11-13 11:52:49 +08:00
  • 57d22e4dbf Merge branch 'master' into jdumas/ziplib Jérémie Dumas 2021-11-12 10:13:21 -08:00
  • 159fadebbf Update M3DExporter.cpp Kim Kulling 2021-11-12 17:53:46 +01:00
  • 0beacc3854 Merge branch 'master' into kimkulling-diable_m3m_issue-4126 Kim Kulling 2021-11-12 16:02:51 +01:00
  • f03dcc27c0 Update M3DExporter.h Kim Kulling 2021-11-12 15:39:21 +01:00
  • fe73213420 Merge pull request #4111 from MalcolmTyrrell/MalcolmTyrrell/jsonSchemaSupport Kim Kulling 2021-11-12 13:12:31 +01:00
  • e2ccd17494 Fix typo Kim Kulling 2021-11-12 11:20:22 +01:00
  • 157e032bde Fix small findings Kim Kulling 2021-11-12 11:08:19 +01:00
  • 37c81e7a28 Merge branch 'master' into MalcolmTyrrell/jsonSchemaSupport Kim Kulling 2021-11-12 10:37:19 +01:00
  • 2e5e176bf3 Merge pull request #4147 from alpire/master Kim Kulling 2021-11-12 10:36:44 +01:00
  • c22524351a Merge branch 'master' into master Kim Kulling 2021-11-12 09:56:56 +01:00
  • 97b8e41997 Fix formatting Kim Kulling 2021-11-12 09:56:45 +01:00
  • a7a6b96ca8 Merge pull request #4150 from kovacsv/readme_add_assimpjs Kim Kulling 2021-11-12 09:31:39 +01:00
  • 6f853be88c Merge branch 'master' into readme_add_assimpjs Kim Kulling 2021-11-12 09:18:22 +01:00
  • b43a84a496 Merge pull request #4159 from RichardTea/3ds_export_4157 Kim Kulling 2021-11-12 09:17:49 +01:00
  • ece61c6c68 Update M3DWrapper.cpp Kim Kulling 2021-11-12 09:17:32 +01:00
  • 608bccd9cf Update M3DWrapper.h Kim Kulling 2021-11-12 09:13:48 +01:00
  • 13731b37c4 Merge branch 'master' into 3ds_export_4157 Kim Kulling 2021-11-12 07:06:52 +01:00
  • 4abf37ace6 Update CMakeLists.txt Kim Kulling 2021-11-11 23:22:06 +01:00
  • 4854978108 Disable m3d for 5.1 Kim Kulling 2021-11-11 22:15:56 +01:00
  • 1f8edd5959 Merge pull request #4160 from RichardTea/fix_gltf_warning_4126 Kim Kulling 2021-11-11 21:30:07 +01:00
  • 43b0ef181a Merge branch 'master' into fix_gltf_warning_4126 Kim Kulling 2021-11-11 20:30:07 +01:00
  • add7f1355e Merge pull request #4163 from RichardTea/fix_aiMesh_abi_4162 Kim Kulling 2021-11-11 20:27:40 +01:00
  • 7120504c46 Merge branch 'master' into fix_aiMesh_abi_4162 Kim Kulling 2021-11-11 20:02:46 +01:00
  • 8a1563d61a Merge pull request #4170 from assimp/Artenuvielle-x3d_pugi_migration_artenuvielle Kim Kulling 2021-11-11 19:19:33 +01:00
  • eafb79e7dc Merge branch 'Artenuvielle-x3d_pugi_migration_artenuvielle' of https://github.com/assimp/assimp into Artenuvielle-x3d_pugi_migration_artenuvielle Kim Kulling 2021-11-11 19:06:33 +01:00
  • 952f0a53c9 Try to fix a leak Kim Kulling 2021-11-11 19:06:25 +01:00
  • b6994c5e1f Merge branch 'master' into readme_add_assimpjs Viktor Kovacs 2021-11-11 07:38:42 +01:00
  • 9f28ef4c25 Merge branch 'master' into Artenuvielle-x3d_pugi_migration_artenuvielle Kim Kulling 2021-11-10 20:43:39 +01:00
  • a31c979abc Use helloworld as X3D-Testcase Kim Kulling 2021-11-10 20:40:05 +01:00
  • 8ed18621db Fixes Kim Kulling 2021-11-10 20:37:27 +01:00
  • fe511fddc4 Merge pull request #4165 from irajsb/master Kim Kulling 2021-11-10 11:06:22 +01:00
  • 39664d608d Merge branch 'master' into master Kim Kulling 2021-11-10 10:51:18 +01:00
  • baf3f00644 Merge branch 'master' into master Kim Kulling 2021-11-10 10:37:49 +01:00
  • d4755648b4 Merge pull request #4167 from assimp/kimkulling-fix_uninitialized_attribs_issue-4158 Kim Kulling 2021-11-10 09:34:52 +01:00
  • 5fd2a5559c Update mesh.h Kim Kulling 2021-11-10 09:19:29 +01:00
  • c01d33a77a Update anim.h Kim Kulling 2021-11-10 09:12:35 +01:00
  • 83950845ee Merge pull request #4166 from assimp/kimkulling-fix_version_issue-4161 Kim Kulling 2021-11-10 09:08:23 +01:00
  • 8a613a8655 Fix unittest Kim Kulling 2021-11-09 23:27:58 +01:00
  • e206d699da Change version to 5.1.0 Kim Kulling 2021-11-09 23:26:20 +01:00