Commit Graph

  • 06e262f892 Added ability to export scenes with PyAssimp Steven Thompson 2016-04-03 13:03:16 +01:00
  • 87e7cf00a2 Fix spelling mistakes Eric Engestrom 2016-04-03 01:38:00 +01:00
  • d094dfc3a1 Merge pull request #800 from pkholland/master Kim Kulling 2016-04-01 10:01:23 +02:00
  • 49d60dc856 Merge pull request #832 from assimp/no-boost Kim Kulling 2016-03-31 15:42:53 +02:00
  • b573676a1b Update CMakeLists.txt Kim Kulling 2016-03-31 11:26:38 +02:00
  • c53903ff0b Update CMakeLists.txt Kim Kulling 2016-03-31 11:11:55 +02:00
  • 1d8dba13d5 Merge pull request #837 from stevenjt/python3-xrange-fix Kim Kulling 2016-03-30 00:12:14 +02:00
  • 0a002986e2 Merge pull request #839 from boxdot/master Kim Kulling 2016-03-30 00:11:38 +02:00
  • 0d44479399 Import reflectance factor from Blender. boxdot 2016-03-29 21:10:15 +02:00
  • 2c3bbe041a Set xrange to range for Python 3.0 and above Steven Thompson 2016-03-27 20:12:22 +01:00
  • 1592a18210 PLYLoader: fix review comments. Kim Kulling 2016-03-25 00:09:56 +01:00
  • 42d29b1bfe Merge branch 'master' of https://github.com/assimp/assimp Kim Kulling 2016-03-24 19:54:33 +01:00
  • 7c71f0b7a9 PLYLoader: improve readability by refactorings. Kim Kulling 2016-03-24 19:53:15 +01:00
  • 6be4d82a6b Merge pull request #835 from robertliebo/VCS-1030/ObjMtlFilenameFallback Kim Kulling 2016-03-22 20:35:41 +01:00
  • 23892a6ded FBX: add debugging tool to log class type + info. Kim Kulling 2016-03-22 20:30:25 +01:00
  • ca0fa2ba69 FBX-Importer: put debug printf into comments. Kim Kulling 2016-03-22 20:25:29 +01:00
  • 124fc9ae27 [VCS-1030] add log info about .mtl fallback Robert Liebo 2016-03-22 18:39:52 +01:00
  • abb3e6b854 [VCS-1030] fallback for non-found .mtl file: try file name of original obj with just the file extension replaced by "mtl" Robert Liebo 2016-03-22 18:38:28 +01:00
  • 397fa374a3 Removed usage of Boost static assert. Sherief Farouk 2016-03-18 17:02:39 -07:00
  • 76e4e82ecb FBX: fix https://github.com/assimp/assimp/issues/782 Kim Kulling 2016-03-16 20:26:33 +01:00
  • 644d6a9a67 Collada: refactorings. Kim Kulling 2016-03-15 21:17:38 +01:00
  • d89e7943ad FBX Close issue-806: support version 7400. Kim Kulling 2016-03-15 21:16:47 +01:00
  • 29067c0dfc Merge branch 'master' of https://github.com/assimp/assimp Kim Kulling 2016-03-15 19:29:14 +01:00
  • e3d7ca264c Collada: reset workaround. Kim Kulling 2016-03-15 19:28:57 +01:00
  • 2dd71acdfd Merge pull request #821 from Wietse/build-with-nmake-fix Kim Kulling 2016-03-15 00:30:03 +01:00
  • 8314a20c56 Update CMakeLists.txt Wietse 2016-03-14 23:14:31 +01:00
  • 3a7c3a5698 Test for issue-731: possible overflow. Kim Kulling 2016-03-14 21:00:08 +01:00
  • 7e9fe2d654 OpenGEX: use correct number of uv-coordinates for texture coordinates. Kim Kulling 2016-03-13 20:22:36 +01:00
  • 193f6059cf Merge pull request #820 from turol/master Kim Kulling 2016-03-13 19:58:04 +01:00
  • 555f533777 MD3: Check file is big enough to contain all the advertised surfaces Turo Lamminen 2016-03-13 00:54:23 +02:00
  • da0b180901 MD3: Fix crash on invalid vertex index Turo Lamminen 2016-03-12 21:50:34 +02:00
  • b0f453dba8 MD2: Check file is big enough to contain all the advertised frames Turo Lamminen 2016-03-13 00:41:39 +02:00
  • 8d2af995de MD2: Fix integer overflows on malformed input Turo Lamminen 2016-03-12 23:48:05 +02:00
  • e2361bf209 MDL: Fix read past end of buffer on malformed input Turo Lamminen 2016-03-12 21:23:22 +02:00
  • 6ee5fdf567 OpenGEX: fix review finding. Kim Kulling 2016-03-12 20:55:11 +01:00
  • b4b303ab55 OpenGEX: fix alloc for texture coordinates. Kim Kulling 2016-03-12 13:22:09 +01:00
  • 8872e96183 Merge pull request #819 from emvivre/master Kim Kulling 2016-03-11 13:40:27 +01:00
  • 93be0f69da PlyParser: fix invalid loading when comment is empty. emvivre 2016-03-10 17:47:07 +01:00
  • 98ba2d2310 Update Readme.md Kim Kulling 2016-03-04 16:45:40 +01:00
  • 80f4e69938 Merge pull request #813 from tgoulart/obj_loader_leak Kim Kulling 2016-03-04 16:41:57 +01:00
  • f774bde20b Merge pull request #814 from tgoulart/xcode6_builds_again Kim Kulling 2016-03-04 16:40:50 +01:00
  • 3c9e57fd73 Fix memory leak in OBJ loader when a mesh has no faces. Thiago Goulart 2016-03-04 03:33:45 -08:00
  • 1e5632b3b8 Add missing files (and required includes) so that xcode6 project builds succesfully. Thiago Goulart 2016-03-04 03:35:11 -08:00
  • 072e38403e Update Readme.md Kim Kulling 2016-03-04 11:13:07 +01:00
  • f51f5f8291 Update Readme.md Kim Kulling 2016-03-04 11:12:11 +01:00
  • 53370d0d31 FBXImporter: some refactorings to increase readability. Kim Kulling 2016-03-03 18:38:50 +01:00
  • 26fba14aaf Merge branch 'master' of https://github.com/assimp/assimp Kim Kulling 2016-03-03 15:20:22 +01:00
  • 2b09199f4a FBXImporter: move MeshGeometry declaration into its own header Kim Kulling 2016-03-03 15:19:38 +01:00
  • e7c3a733b6 Merge pull request #812 from tgoulart/fix_switch_warning Kim Kulling 2016-03-02 21:16:42 +01:00
  • 17f0e09bd1 Fix warning when compiling using -Wswitch-enum Thiago Goulart 2016-03-02 00:07:17 -08:00
  • 3079b90622 Importer: when the right importer was found log this info. Kim Kulling 2016-02-29 15:57:47 +01:00
  • e9f47b08c5 FBXImporter: fx build. Kim Kulling 2016-02-28 20:56:11 +01:00
  • 28d327b7ea FBXImporter: fix build. Kim Kulling 2016-02-28 20:27:31 +01:00
  • 2496e8a0a3 Lib: reduce number of header files included. Kim Kulling 2016-02-28 17:30:11 +01:00
  • 6cf639956a Merge branch 'master' into coverity_scan Kim Kulling 2016-02-26 12:29:21 +01:00
  • 58fc3940f2 Obj Importer: add missing semicolon to fix the build. Kim Kulling 2016-02-25 19:04:13 +01:00
  • e5f07dc96c License info: fix dates Kim Kulling 2016-02-25 18:22:59 +01:00
  • b09d9bdfe2 Merge branch 'master' of https://github.com/assimp/assimp Kim Kulling 2016-02-25 18:01:33 +01:00
  • 99f00834ec closes ssues/804: add statement to take care of emissive texture, new version. Kim Kulling 2016-02-25 18:00:09 +01:00
  • 23eab0dfab Merge pull request #798 from boxdot/master Kim Kulling 2016-02-23 21:21:47 +01:00
  • 406d9a10cb Merge pull request #10 from assimp/master Madrich 2016-02-23 10:07:23 +01:00
  • 13ee28bcf6 Merge pull request #803 from akazantsev/master Alexander Gessler 2016-02-22 23:21:57 +01:00
  • b8fbf3ad29 Resolves #802 Andrey Kazantsev 2016-02-22 22:24:03 +02:00
  • ff7deaa091 appveyor: add libs to build artifacts. Kim Kulling 2016-02-20 11:14:22 +01:00
  • 5c13b89724 appveyor: change path to build artifact. Kim Kulling 2016-02-19 20:42:56 +01:00
  • 767e8e0b6e appveyor: fix typo. Kim Kulling 2016-02-19 18:40:21 +01:00
  • 9df73a3f7d appveyor: define build artifacts. Kim Kulling 2016-02-19 18:32:16 +01:00
  • 6f429a63ed appveyor: remove VS 2012 from CI. Kim Kulling 2016-02-19 16:30:20 +01:00
  • 1558db0722 appveyor: remove buggy quotes. Kim Kulling 2016-02-19 11:44:02 +01:00
  • 8375cfe1ed anveyor: enable verbose output. Kim Kulling 2016-02-19 11:07:17 +01:00
  • acf8bf7325 Appveyor: use correct names for project generators. Kim Kulling 2016-02-19 10:45:00 +01:00
  • 122d93d013 Appveyor: fix path in setup. Kim Kulling 2016-02-19 10:31:26 +01:00
  • f20a5afcf0 can't add integer to string pointer Paul Holland 2016-02-18 12:17:47 -08:00
  • fe68765df9 Merge remote-tracking branch 'upstream/master' Paul Holland 2016-02-18 12:11:57 -08:00
  • 166d5d1d13 appveyor: Fix invalid path. Kim Kulling 2016-02-18 18:29:25 +01:00
  • 38d462f0b3 Merge pull request #764 from rmitton/sib_import Alexander Gessler 2016-02-18 11:58:26 +01:00
  • 88fee56cce Merge pull request #790 from ov/safe-normalizing-in-smoothing-groups Alexander Gessler 2016-02-18 11:53:57 +01:00
  • 909c5d5152 CI: Remove erroreous platform spec from appveyor file. Kim Kulling 2016-02-17 15:17:55 +01:00
  • 03af4b3dd4 Appveyor: add compiler setup script. Kim Kulling 2016-02-17 13:44:33 +01:00
  • 6de709410f Fix special case in aiMatrix3x3t::FromToMatrix. boxdot 2016-02-15 20:49:18 +01:00
  • d393ab11ec Appveyor: add support for VS2010. Kim Kulling 2016-02-15 10:20:34 +01:00
  • cb3454a3b5 Merge pull request #796 from afiskon/master Kim Kulling 2016-02-15 10:07:41 +01:00
  • bf74a5a662 Update pstdint.h to version 0.1.12 ( solve #795 ) afiskon 2016-02-14 22:39:37 +03:00
  • 4866191b21 Merge pull request #794 from turol/master Alexander Gessler 2016-02-13 22:51:54 +01:00
  • b71bd3df84 LWO: Fix division by zero Turo Lamminen 2016-02-13 23:37:08 +02:00
  • 322c959424 Merge pull request #791 from trond/collada_animation_clip Kim Kulling 2016-02-11 22:11:27 +01:00
  • f0717b1d7c Merge pull request #793 from AlexBobkov/master Kim Kulling 2016-02-11 22:10:21 +01:00
  • 55f285961e Merge pull request #792 from rdb/patch-1 Kim Kulling 2016-02-11 17:08:56 +01:00
  • a5f9d0d3fc Fixed installing pdb file Alexander Bobkov 2016-02-11 16:24:26 +03:00
  • 7d4a713a86 Fix loading of pk3 q3bsp maps rdb 2016-02-11 14:10:49 +01:00
  • ccd9f92533 Fixed a couple of nested template brackets that wasn't spaced out correctly. Trond Abusdal 2016-02-11 01:00:03 +01:00
  • 14e5cf380c Added regression test file for <library_animation_clips> support. Generated from Blender using 'Better Collada Exporter' from Godot team. Trond Abusdal 2016-02-11 00:14:23 +01:00
  • 4d5df6dc9a use NormalizeSafe to prevent NaN when normalizing zero vectors Vitaly Ovchinnikov 2016-02-11 12:19:06 +13:00
  • 7e58a47ba0 * Combining single-channel animations like the previous code did, except now it has been deferred until after all nodes have been read. This makes the regression tests pass for a database created before these code changes. * Changed name of ColladaParser::RebuildRootAnimationsFromClips to ColladaParser::PostProcessRootAnimations as it now does more than it did before. Trond Abusdal 2016-02-10 23:57:29 +01:00
  • d9017299a8 iObjParser: refactorings. Kim Kulling 2016-02-10 10:40:39 +01:00
  • 8681abe845 Obj_Importer: remove dead code. Kim Kulling 2016-02-09 17:50:08 +01:00
  • 1550191256 Closes https://github.com/assimp/assimp/issues/777: fix invalid skipping of line during face defintion parsing. Kim Kulling 2016-02-08 18:07:00 +01:00
  • c34717639e Collada: Importer generates animations from <library_animation_clips>, if the node is present. Trond Abusdal 2016-02-07 23:36:49 +01:00
  • 72b5ed50e9 Bump just to get AppVeyor to re-test it. rmitton 2016-02-07 13:21:58 -08:00
  • 2466ae6c2e Merge pull request #789 from assimp/revert-771-obj_load_forever_fix Kim Kulling 2016-02-07 20:03:38 +01:00