Commit Graph

  • 6e1959f061 Merge pull request #4991 from Jackie9527/1-4489 Kim Kulling 2023-03-10 16:20:36 +01:00
  • c9539f67e3 Merge branch 'master' into 1-4489 Kim Kulling 2023-03-10 16:10:51 +01:00
  • 60cefdd549 Jan's fedback Florian Born 2023-03-10 12:10:38 +01:00
  • e308474163 Merge pull request #5004 from assimp/kimkulling/capi-cleanup Kim Kulling 2023-03-10 11:42:33 +01:00
  • ffd222334f Fix: Remove buggy namespace declaration Kim Kulling 2023-03-10 09:00:37 +01:00
  • 2f7882cb8d Update: Small code cleanup Kim Kulling 2023-03-10 08:49:58 +01:00
  • 63dae0a7f2 Fix: Add security asserts. Kim Kulling 2023-03-10 08:48:11 +01:00
  • c82a6d05b0 Code cleanup Kim Kulling 2023-03-10 08:43:12 +01:00
  • dfd70b5c10 GLTF Importer: Build a list of the actual vertices so it works well with shared attribute lists Florian Born 2023-03-09 19:06:58 +01:00
  • 0ed957f70a Merge pull request #4978 from Jackie9527/draco_1.5.6 Kim Kulling 2023-03-09 14:09:30 +01:00
  • 348e672567 Merge branch 'master' into draco_1.5.6 Kim Kulling 2023-03-09 13:45:44 +01:00
  • f3767a4eb2 Use unordered_map for subdivision process edge map Turo Lamminen 2023-03-08 16:18:10 +02:00
  • b534584198 Improve unit tests which load subdivision models Turo Lamminen 2023-03-08 16:10:40 +02:00
  • 980e156251 Merge branch 'master' into draco_1.5.6 Kim Kulling 2023-03-08 13:52:38 +01:00
  • 366243f7ef Merge pull request #4999 from FlorianBorn71/UseNewMetaDataTypesInFBXConverter Kim Kulling 2023-03-08 11:54:29 +01:00
  • 05249353d4 Merge branch 'master' into UseNewMetaDataTypesInFBXConverter Kim Kulling 2023-03-08 10:53:00 +01:00
  • 8476a2c832 Merge pull request #4994 from urshanselmann/master Kim Kulling 2023-03-08 10:17:26 +01:00
  • 8c9580cfd3 Merge branch 'master' into UseNewMetaDataTypesInFBXConverter Kim Kulling 2023-03-07 21:32:37 +01:00
  • 8fb83af079 Merge branch 'master' into master Urs Hanselmann 2023-03-07 19:45:45 +01:00
  • 3a73ce37e4 Merge pull request #4986 from assimp/kimkulling/fix_sample_utf8_encoding Kim Kulling 2023-03-07 19:27:06 +01:00
  • 4f48348af8 Fix: Move c++ include to c++ section Kim Kulling 2023-03-07 18:55:18 +01:00
  • 069b3ecdf8 After Kim's addition to meta data types, use it in the FBX converter Florian Born 2023-03-07 17:44:48 +01:00
  • 44c2785663 Make debug message more professional. Kim Kulling 2023-03-07 17:01:08 +01:00
  • 5082c940d0 Fix: Replace back_inserter usage. Kim Kulling 2023-03-06 21:13:40 +01:00
  • 8171e041fa Update utf82utf16. Kim Kulling 2023-03-06 20:56:09 +01:00
  • c089f11768 Update utf82utf16. Kim Kulling 2023-03-06 19:56:11 +01:00
  • c305b50f13 Merge branch 'master' into draco_1.5.6 Kim Kulling 2023-03-05 18:44:26 +01:00
  • dcb89cf107 fix scan_printf script error code handling Urs Hanselmann 2023-03-04 15:00:43 +01:00
  • 2efd48dee2 disable another debug print message Urs Hanselmann 2023-03-04 14:53:48 +01:00
  • 4fa433c8ff improve scan_printf ci script error message Urs Hanselmann 2023-03-04 14:52:49 +01:00
  • 1520aff680 fix scan_printf script in linux bash Urs Hanselmann 2023-03-04 14:41:10 +01:00
  • 74c406dd26 add ci script to scan for unexpected printf statements Urs Hanselmann 2023-03-04 14:27:58 +01:00
  • 424f53b4d6 bugfix remove duplicated data. Jackie9527 2023-02-25 10:08:40 +08:00
  • 011382424b remove debug message from MemoryIOStream (used by public Importer::ReadFileFromMemory method) Urs Hanselmann 2023-03-03 19:31:50 +01:00
  • 7916f87404 Merge branch 'master' into kimkulling/fix_sample_utf8_encoding Kim Kulling 2023-03-02 23:35:54 +01:00
  • a0c29202be Add build options to fix issues with clang 15. Jackie9527 2023-03-02 21:12:35 +08:00
  • 02a4276924 upgrade stb_image to v2.28. Jackie9527 2023-03-02 09:11:54 +08:00
  • 6ed433d011 Merge pull request #4989 from Jackie9527/SimpleTexturedDirectx11-build-error-with-VS2022 Kim Kulling 2023-03-01 22:21:33 +01:00
  • b82c193dfd Merge branch 'kimkulling/fix_sample_utf8_encoding' of https://github.com/assimp/assimp into kimkulling/fix_sample_utf8_encoding Kim Kulling 2023-03-01 21:41:28 +01:00
  • 1092f0d94e Fix:Use correct encoding Kim Kulling 2023-03-01 21:40:45 +01:00
  • 09dd0d0c2e Fix build error when building SimpleTexturedDirectx11 with VS2022. Jackie9527 2023-03-01 15:08:02 +08:00
  • f7f54036f2 bugfix the three vertices are collinear when converting a polygon to a triangle. Jackie9527 2023-02-25 10:10:03 +08:00
  • 39efe4c832 upgrade draco to 1.5.6 Jackie9527 2023-02-25 10:11:35 +08:00
  • 534ee288c5 Update UTFConverter.h Kim Kulling 2023-02-28 23:28:24 +01:00
  • 60da5e7e96 Update UTFConverter.cpp Kim Kulling 2023-02-28 23:27:46 +01:00
  • 7f2760fe2f Merge branch 'master' into kimkulling/fix_sample_utf8_encoding Kim Kulling 2023-02-28 21:54:35 +01:00
  • a1aace74e5 Fix: Use C++17 compliant utf8 encoding. Kim Kulling 2023-02-28 21:53:18 +01:00
  • f9fcf33aaa Bug fix: We should not be accessing mPrivate according to structs.Scene and fixes a crash when mPrivate points to invalid data. FeeshWyvern 2023-02-27 20:06:05 -08:00
  • 94d9773548 Bug fix: Correctly set the name of the attributes. PR #3940 did not seem to update in Master? FeeshWyvern 2023-02-27 20:02:34 -08:00
  • 90333340d6 Merge pull request #4977 from turol/lwo-fixes Kim Kulling 2023-02-27 16:10:27 +01:00
  • 437958ef91 bugfix fails to check if point in triangle. Jackie9527 2023-02-25 10:10:35 +08:00
  • e8f0eb930d Fix loading binary LWO files Turo Lamminen 2023-02-24 14:34:32 +02:00
  • 3bdc43a216 Add debug logging to LWO node graph generation Turo Lamminen 2023-02-24 14:22:44 +02:00
  • 657c1d8ad0 Use unique_ptr to store pivot nodes until moved to mapPivot Turo Lamminen 2023-02-24 13:44:40 +02:00
  • 3bdfecb0ed Destroy mapPivot nodes as we go Turo Lamminen 2023-02-24 13:26:34 +02:00
  • be28f0949b Whitespace Turo Lamminen 2023-02-24 13:20:40 +02:00
  • 53c6cc0966 Add a scope so mapPivot is destroyed when no longer used Turo Lamminen 2023-02-24 13:19:38 +02:00
  • 92f7c50c91 Remove dead code Turo Lamminen 2023-02-24 13:18:04 +02:00
  • 28d4e394c0 Use std::unique_ptr a bit Turo Lamminen 2023-02-24 13:17:32 +02:00
  • bb5a6abae0 Add more LWO files to unit tests Turo Lamminen 2023-02-24 12:43:06 +02:00
  • 46ae8534f7 Merge pull request #4963 from avaneyev/fix-fbx-document-duplicate-id-leak Kim Kulling 2023-02-23 10:53:40 +01:00
  • eb73464055 Merge branch 'master' into fix-fbx-document-duplicate-id-leak Kim Kulling 2023-02-23 10:39:52 +01:00
  • a14696b9ec Merge pull request #4940 from ockeymm123/master Kim Kulling 2023-02-23 10:39:09 +01:00
  • 2c3d52a5a1 Merge branch 'master' into master Kim Kulling 2023-02-23 10:15:07 +01:00
  • 408c41d687 Merge pull request #4971 from mjunix/patch-2 Kim Kulling 2023-02-22 21:47:01 +01:00
  • c8d50dc83f Merge branch 'master' into patch-2 Kim Kulling 2023-02-22 21:33:20 +01:00
  • 27225fadc1 Merge pull request #4970 from mjunix/patch-1 Kim Kulling 2023-02-22 21:32:56 +01:00
  • 4d6b7ff8b4 Merge branch 'master' into patch-1 Kim Kulling 2023-02-22 20:35:47 +01:00
  • 277e19106a Merge pull request #4974 from assimp/kimkulling/fix_minor_typo_in_doc_issue-4973 Kim Kulling 2023-02-22 09:38:16 +01:00
  • 009cd6c64a Merge branch 'master' into patch-2 Kim Kulling 2023-02-21 21:35:56 +01:00
  • 6aac7a2458 Fix: Fix typo in doc Kim Kulling 2023-02-21 21:34:49 +01:00
  • 2d448616d0 Move string definitions into conditional block to fix unused variable warnings Turo Lamminen 2023-02-20 14:53:45 +02:00
  • 7de21694e9 Merge pull request #4962 from assimp/kimkulling/skeleton_update_doc Kim Kulling 2023-02-21 10:04:34 +01:00
  • 65b0553b8d Merge branch 'master' into kimkulling/skeleton_update_doc Kim Kulling 2023-02-21 09:50:27 +01:00
  • fa4273ee1f Fix index out of bounds Johan Mattsson 2023-02-20 19:56:57 +01:00
  • f8132bf17c Fix index out of bounds Johan Mattsson 2023-02-20 19:50:06 +01:00
  • ad2f0682e7 Merge pull request #4965 from aaronmjacobs/implicit-conversion-fixes Kim Kulling 2023-02-19 20:18:45 +01:00
  • 1f0bcdf54c Merge branch 'master' into implicit-conversion-fixes Kim Kulling 2023-02-19 16:00:54 +01:00
  • c8a0119e45 Merge pull request #4967 from assimp/kimkulling/add_missing_metadatatypes_issue-4959 Kim Kulling 2023-02-19 16:00:40 +01:00
  • 3ad67771fe Add missing pod types. Kim Kulling 2023-02-18 17:09:14 +01:00
  • 53e5f19b14 Use C++ style casts Aaron Jacobs 2023-02-17 11:20:00 -08:00
  • e4386d3013 Fix implicit conversion errors on macOS Aaron Jacobs 2023-02-16 15:16:54 -08:00
  • 2cd3da4831 Fix a leak in FBXDocument when duplicate object IDs are found Anton Vaneev 2023-02-16 11:21:29 +01:00
  • 3585dd577d Fix: Add default parameter to constructor/destructor. Kim Kulling 2023-02-16 11:19:23 +01:00
  • 7877dab43a Fix: Fix typo Kim Kulling 2023-02-16 10:59:36 +01:00
  • bc8a122d88 Review finding: Use constexpr instead of macro Kim Kulling 2023-02-16 09:28:35 +01:00
  • 4950d02bac Merge pull request #4960 from shammellee/fix-pyassimp-readme-typo Kim Kulling 2023-02-15 21:22:16 +01:00
  • 9898138516 Update mesh.h Kim Kulling 2023-02-15 21:02:03 +01:00
  • 4c723a4ec8 Fix PyAssimp README typo Shammel Lee 2023-02-14 20:21:33 -05:00
  • e2fa181aa6 Merge branch 'master' of https://github.com/assimp/assimp Kim Kulling 2023-02-14 21:10:12 +01:00
  • bfa19f6900 Merge pull request #4946 from assimp/kimkulling/skeleton-doc Kim Kulling 2023-02-14 21:08:03 +01:00
  • 779912e84e Merge branch 'master' into kimkulling/skeleton-doc Kim Kulling 2023-02-13 21:29:32 +01:00
  • bb9b583bcf Merge pull request #4945 from jiannanya/MemoryIOStream-override-mark Kim Kulling 2023-02-13 10:03:51 +01:00
  • 156a393b84 Fix a typo Kim Kulling 2023-02-10 08:07:09 +01:00
  • bde9a6a3c3 Update mesh.h Kim Kulling 2023-02-09 22:36:06 +01:00
  • 7b3f70a08b Add skeleton doc Kim Kulling 2023-02-09 21:12:21 +01:00
  • 2390822baf Fix: the member function 'Flush()' of class 'MemoryIOStream' need to be marked as override for msvc clang compiling jiannanya 2023-02-09 21:30:36 +08:00
  • 4cf1ee98f6 Merge pull request #4943 from assimp/kimkulling/fix_leak_issue-3416 Kim Kulling 2023-02-08 22:18:01 +01:00
  • b7d08fc8f2 Fix review findings. Kim Kulling 2023-02-08 21:48:55 +01:00
  • b170370e5c Fix: Fix memleak when exiting method by exception Kim Kulling 2023-02-08 21:29:54 +01:00