Commit Graph

  • 5bd8217d3f Fix double free in Video::~Video() Maksim Kostin 2023-11-13 12:06:56 +0300
  • 252be906da Fix buffer overflow in FBX::Util::DecodeBase64() Maksim Kostin 2023-11-13 11:27:44 +0300
  • a868a603f9
    Fix Link in Readme.md Jonathan Frederick 2023-11-12 16:06:28 -0600
  • 4535e37fc6 Fix namespaces. Kim Kulling 2023-11-11 21:13:47 +0100
  • 8cf2d6e588 Refactoring: Some cleanups Kim Kulling 2023-11-11 09:59:42 +0100
  • 2d99b38c61 Fix namespaces. Kim Kulling 2023-11-11 21:13:47 +0100
  • 4737c2d903 Refactoring: Some cleanups Kim Kulling 2023-11-11 09:59:42 +0100
  • aa3abb3c06 Fix warning: remove printf Kim Kulling 2023-11-09 22:42:24 +0100
  • 0b0ec713f6 Fix empty mesh handling Kim Kulling 2023-11-09 22:28:15 +0100
  • db4847f3ee Merge branch 'kimkulling/allow_empty_meshes_issue-797' of https://github.com/assimp/assimp into kimkulling/allow_empty_meshes_issue-797 kimkulling/allow_empty_meshes_issue-797 Kim Kulling 2023-11-09 22:43:45 +0100
  • f724105053 Fix warning: remove printf Kim Kulling 2023-11-09 22:42:24 +0100
  • e7d0a8b975
    Merge branch 'master' into kimkulling/allow_empty_meshes_issue-797 Kim Kulling 2023-11-09 22:40:28 +0100
  • 518c26ede6 Fix empty mesh handling Kim Kulling 2023-11-09 22:28:15 +0100
  • 54a86e6283
    Merge branch 'master' into uvwsrc_read Kim Kulling 2023-11-08 11:07:00 +0100
  • 28ab0a094a Fix incorrect deg->radian conversion julianknodt 2023-10-15 22:03:31 -0700
  • 264effe2de
    Merge branch 'master' into master Kim Kulling 2023-11-07 15:25:40 +0100
  • 46b19cc6a4 utf8 header not found Tárcio Vinícius 2023-10-15 17:48:38 -0300
  • 5c3caf66b1 Drop disabled zlib.h inclusion stubs IOhannes m zmölnig 2023-11-06 13:32:54 +0100
  • 4894fbd32a Always include "zlib.h" (rather than .../contrib/zlib/zlib.h) IOhannes m zmölnig 2023-11-06 13:32:35 +0100
  • 43f31c1172 always include "utf8.h" (instead of contrib/.../utf8.h) IOhannes m zmölnig 2023-11-06 11:09:22 +0100
  • 804df31e54
    Merge branch 'assimp:master' into master copycd 2023-11-06 19:03:41 +0900
  • 5f832c9a44
    Merge branch 'master' into utf-issue Kim Kulling 2023-11-06 09:56:13 +0100
  • a521b23ab5 link to external minizip with full path Martin Aumüller 2023-10-14 14:49:41 +0200
  • dc12c6312b
    Merge branch 'master' into external-minizip Kim Kulling 2023-11-06 08:22:08 +0100
  • 436e50da97
    Update Build.md ccn 2023-11-05 22:20:16 -0500
  • 3fbeb237da
    Update Readme.md ccn 2023-11-05 22:16:44 -0500
  • a41869bfbc
    Update Readme.md ccn 2023-11-05 22:14:41 -0500
  • 108e3192a2 Update FBXBinaryTokenizer.cpp Kim Kulling 2023-11-05 17:32:18 +0100
  • 35915f4eeb
    Update FBXBinaryTokenizer.cpp Kim Kulling 2023-11-05 17:32:18 +0100
  • 822e7fb28a Fix heap-buffer overflow in PLY parser Alexandre Avenel 2023-11-04 10:28:19 +0100
  • 836e0c5e9e Add as unit-test an invalid PLY model triggering heap-buffer-overflow Alexandre Avenel 2023-11-04 10:09:18 +0100
  • 58b80a8a52 Fix container overflow in MMD parser Alexandre Avenel 2023-11-04 09:59:13 +0100
  • 4fce9c8f1e Added support for basisu extension to GLTF2 importer Promit Roy 2023-11-03 18:44:10 -0400
  • a77bc8c050
    Merge branch 'assimp:master' into master copycd 2023-11-03 23:12:09 +0900
  • f844c3397d Fix add checks for indices Kim Kulling 2023-11-03 11:47:13 +0100
  • d8d73c7889 Fix add checks for indices Kim Kulling 2023-11-03 11:47:13 +0100
  • b2c80ea5ba
    Merge branch 'master' into external-minizip Kim Kulling 2023-11-02 16:20:19 +0100
  • a7cfa3264a Fix: Implicit Conversion Error Pavel Lukandiy 2023-10-11 11:44:22 +0700
  • 3cb206faa2
    Use the correct allocator for deleting objects in case of duplicate animation Ids Florian Born 2023-11-02 16:18:29 +0100
  • 062a6db89d
    Merge branch 'master' into ipomoea/implicit_conversion_fix Kim Kulling 2023-11-02 16:05:52 +0100
  • f474a52701
    Merge branch 'assimp:master' into master copycd 2023-10-29 23:12:26 +0900
  • c1deb808fa Fix: Remove incorrect final statements Kim Kulling 2023-10-29 09:47:02 +0100
  • 25aee03f66 Fix: Add missing transformation for normalized normals. Kim Kulling 2023-10-29 09:44:23 +0100
  • 8259362d36 Fix: Remove incorrect final statements kimkulling/dd_missing_pretransform_step_issue-5276 Kim Kulling 2023-10-29 09:47:02 +0100
  • b4371bccac Fix: Add missing transformation for normalized normals. Kim Kulling 2023-10-29 09:44:23 +0100
  • 1c94dd088c
    Merge branch 'assimp:master' into master copycd 2023-10-25 13:51:08 +0900
  • c44e3427aa use size in order to be compatible with float and double Sébastien Loriot 2023-10-10 12:44:34 -0700
  • f385d19dd8
    Merge branch 'master' into fix_use_double_compilation Kim Kulling 2023-10-24 10:38:21 +0100
  • 1169d3bc8c Fix spelling error julianknodt 2023-10-23 22:14:18 -0700
  • 6bd895d1e0
    Merge branch 'master' into spelling_error Kim Kulling 2023-10-24 09:10:44 +0100
  • c7cc8bdd1a Fix spelling error julianknodt 2023-10-23 22:14:18 -0700
  • 9c37b94bad Fix incorrect deg->radian conversion julianknodt 2023-10-15 22:03:31 -0700
  • 56cbe6d5db
    Merge branch 'master' into fix_use_double_compilation Kim Kulling 2023-10-23 16:49:59 +0100
  • 34a356ba52 fix mesh-name error. copycd 2023-10-23 20:55:02 +0900
  • 3345cfd0c6 Fix parsing <init_from> in <image>. Wojciech Matyjewicz 2023-10-23 10:50:52 +0200
  • 256d0a9bce Fix parsing <instance_image> in <sampler2D>. Wojciech Matyjewicz 2023-10-23 10:48:59 +0200
  • 945c77d699 Fix double free when the mesh contains duplicate bones. David Marčinković 2023-02-09 12:23:43 +0100
  • 0d187a23c9 Merge branch 'bone-double-free' of https://github.com/DeepARSDK/assimp into DeepARSDK-bone-double-free Kim Kulling 2023-10-21 08:28:02 +0200
  • 6f2d9244c1 Read int from uvwsrc julianknodt 2023-10-16 22:37:35 -0700
  • 078dd40c3b utf8 header not found Tárcio Vinícius 2023-10-15 17:48:38 -0300
  • 3a448ffaed link to external minizip with full path Martin Aumüller 2023-10-14 14:49:41 +0200
  • 020554e213 Update Readme.md Kim Kulling 2023-10-14 11:19:19 +0200
  • c0885380e1
    Update Readme.md Kim Kulling 2023-10-14 11:19:19 +0200
  • d9f79190b1
    Merge branch 'master' into sanchikuuus-add_more_Maya_materials Kim Kulling 2023-10-12 07:11:02 +0000
  • ff95a879f7 Fix: Implicit Conversion Error Pavel Lukandiy 2023-10-11 11:44:22 +0700
  • bbabafd110 use size in order to be compatible with float and double Sébastien Loriot 2023-10-10 12:44:34 -0700
  • fdfb6e0660
    Merge branch 'master' into jakras-progress Kim Kulling 2023-10-10 06:20:01 +0000
  • 2a347014f3 Update ImproveCacheLocality.cpp Kim Kulling 2023-10-07 15:12:13 +0200
  • a531c72f7f Update ImproveCacheLocality.cpp Kim Kulling 2023-10-07 14:54:35 +0200
  • 2b27f04bbf
    Merge branch 'master' into kimkulling/fix_format_and_refactorings_issue-5262 Kim Kulling 2023-10-08 15:50:56 +0000
  • 666ecd3f1f Bug Fix: Failed to get floating values (e.g. opacity) from scene material when ASSIMP_DOUBLE_PRECISION is defined, so they are not reflected to output fbx file. Kawashima Satoshi 2023-10-05 16:06:29 +0900
  • 4f7b1e0266
    Merge branch 'master' into master Kim Kulling 2023-10-08 14:55:35 +0000
  • 5d60cf228a Fix: Waning implicite cast Kim Kulling 2023-10-08 15:20:44 +0200
  • 2f78d48d6b Fix: Warning implicite convertion Kim Kulling 2023-10-08 14:25:11 +0200
  • 3c1423d5a5 Replace uint by unsigned int Kim Kulling 2023-10-07 18:43:05 +0200
  • 1ee13872b1 Update utglTF2ImportExport.cpp Kim Kulling 2023-10-07 18:04:25 +0200
  • 01322ec831 Fix Warning: Use float instead of double Kim Kulling 2023-10-07 17:49:29 +0200
  • 8fcc65a8af Extension of data export to GLB/GLTF format fvbj 2023-09-22 23:10:39 +0200
  • 5591086302
    Fix: Waning implicite cast Kim Kulling 2023-10-08 15:20:44 +0200
  • fce59324d7
    Fix: Warning implicite convertion Kim Kulling 2023-10-08 14:25:11 +0200
  • 73156040fa
    Replace uint by unsigned int Kim Kulling 2023-10-07 18:43:05 +0200
  • c95d368927
    Update utglTF2ImportExport.cpp Kim Kulling 2023-10-07 18:04:25 +0200
  • 8515388696
    Fix Warning: Use float instead of double Kim Kulling 2023-10-07 17:49:29 +0200
  • c653f70b54
    Update ImproveCacheLocality.cpp Kim Kulling 2023-10-07 15:12:13 +0200
  • b0e5b88d65
    Update ImproveCacheLocality.cpp Kim Kulling 2023-10-07 14:54:35 +0200
  • 354cf46b51
    Merge 2998ad82a1 into 5b8cfa920b master Kim Kulling 2023-10-07 12:36:19 +0000
  • 2998ad82a1 Fix verbose string + refactorings Kim Kulling 2023-10-07 14:21:59 +0200
  • 3ce8af18e2 Revert "Fix verbose string + refactorings" Kim Kulling 2023-10-07 14:20:55 +0200
  • 824db16a68 Fix verbose string + refactorings Kim Kulling 2023-10-07 14:17:39 +0200
  • 3dd83275c9 Merge branch 'master' of https://github.com/assimp/assimp Kim Kulling 2023-10-07 08:43:44 +0200
  • 97eff44c7a Bug Fix: Failed to get floating values (e.g. opacity) from scene material when ASSIMP_DOUBLE_PRECISION is defined, so they are not reflected to output fbx file. Kawashima Satoshi 2023-10-05 16:06:29 +0900
  • 75a966022f
    Merge branch 'assimp:master' into patch-6 mosfet80 2023-10-04 17:58:55 +0200
  • 0f1fa394bb
    Update sanitizer.yml mosfet80 2023-10-04 17:58:40 +0200
  • 5935bca90d Merge branch 'master' into exportGLTF fvbj 2023-10-03 15:31:38 +0200
  • 5b8cfa920b Replace an assert by a error log. Kim Kulling 2023-10-02 11:14:34 +0200
  • 9358abbbc6 Replace an assert by a error log. Kim Kulling 2023-10-02 11:14:34 +0200
  • d7cde43367 Fix: Add check for invalid input argument Kim Kulling 2023-10-02 10:24:43 +0200
  • ee0d8aa741
    Merge branch 'master' into kimkulling/add_md5_parser_check_issue-5257 kimkulling/add_md5_parser_check_issue-5257 Kim Kulling 2023-10-02 10:27:13 +0200
  • ccb19d868c Fix: Add check for invalid input argument Kim Kulling 2023-10-02 10:24:43 +0200
  • 7b6bf139cf include memory.h to fix compile error ockeymm 2023-09-27 16:20:56 +0800