Commit Graph

  • ab95b1a3c1 Replace tabs with whitespaces in CMake-file. Kim Kulling 2015-05-30 18:13:08 +02:00
  • 6cc32a946b Fix transformation parsing for OpenGEX-parser. Kim Kulling 2015-05-29 20:50:09 +02:00
  • 670278da82 Merge branch 'master' of https://github.com/assimp/assimp Kim Kulling 2015-05-29 20:46:10 +02:00
  • 5e1fc39448 Add parsing of texture nodes of OpenGEX-format importer. Kim Kulling 2015-05-29 20:45:31 +02:00
  • 9a9a121b2d Merge pull request #573 from jaimemachado/master Alexander Gessler 2015-05-26 19:37:21 +02:00
  • de6f0f2a7d Creating the functionality to list all Importer descriptions and the number of importers available. Jaime Machado Neto 2015-05-26 08:40:43 -03:00
  • 4d05dd913c Merge pull request #572 from asmaloney/fix/code_cleanup Kim Kulling 2015-05-24 12:17:27 -07:00
  • 4cbce374b6 Code Cleanups Andy Maloney 2015-05-24 11:48:15 -04:00
  • 8e24695f29 Merge pull request #571 from jdduke/fix_cmake Alexander Gessler 2015-05-24 00:52:13 +02:00
  • ef306d5666 Fix issue with CMAKE_CXX_FLAGS initialization Jared Duke 2015-05-23 13:46:35 -07:00
  • 9538b7ed42 Merge pull request #570 from wise86-android/colladaExportLightAndCamera Alexander Gessler 2015-05-23 12:06:23 +02:00
  • 26b3328f3b fix xml syntax + more deap test wise86Android 2015-05-23 11:03:56 +02:00
  • 7962897549 Change to what seems to be agreed upon (in line with PR #566) Andy Maloney 2015-05-21 09:00:34 -04:00
  • baddcc2f34 - use markdown for coding convention - rewrite it Andy Maloney 2015-05-18 09:40:40 -04:00
  • 5ad6179bc5 export the light in the collada file wise86Android 2015-05-19 23:15:18 +02:00
  • b1d085b6a9 fix the foruma for compute the mAngleOuterCone values wise86Android 2015-05-19 23:08:31 +02:00
  • 2c194f629a fix macro for be uesed with expression wise86Android 2015-05-19 21:57:51 +02:00
  • 4c0171a0e9 Merge pull request #563 from asmaloney/fix/overlapping_merge Alexander Gessler 2015-05-18 23:09:24 +02:00
  • 28cc934bb9 Fix overlapping merges Andy Maloney 2015-05-18 09:51:09 -04:00
  • 7cd8cc1b1f Merge pull request #560 from asmaloney/fixes/init_cleanup Kim Kulling 2015-05-18 09:49:59 +02:00
  • 4bdf23aece Merge pull request #561 from LegalizeAdulthood/warnings Kim Kulling 2015-05-18 09:48:01 +02:00
  • 9cbef8cba3 Refactor: Initialize members in declaration order; prefer initialization over assignment Richard 2015-05-17 20:50:58 -06:00
  • cac8707121 Refactor: Delete unused field Richard 2015-05-17 20:48:04 -06:00
  • 4a5e9352d6 Refactor: Delete unused functions Richard 2015-05-17 20:46:56 -06:00
  • a34adb8450 Refactor: Delete unused functions Richard 2015-05-17 20:45:16 -06:00
  • 814ef32dce Refactor: Delete unused fields Richard 2015-05-17 20:43:25 -06:00
  • 5bb09377cb Refactor: Delete unused variable Richard 2015-05-17 20:40:35 -06:00
  • 7b3fa5ebc2 Refactor: Delete unused forward decls, delete unused function Richard 2015-05-17 20:22:31 -06:00
  • 79c916daf4 Refactor: Remove unused variable Richard 2015-05-17 20:05:05 -06:00
  • 2de6dd4973 Refactor: Delete unused variable Richard 2015-05-17 20:02:58 -06:00
  • 6ae9797648 Refactor: Initialize members in declaration order; initialize POD arrays Richard 2015-05-17 20:01:51 -06:00
  • d25c36960a Refactor: Initialize all POD members Richard 2015-05-17 19:56:01 -06:00
  • 8c94e51e90 Refactor: Delete unused functions Richard 2015-05-17 19:47:13 -06:00
  • fbf90a28ff Fixed: Ensure variable is always initialized before use Richard 2015-05-17 19:46:01 -06:00
  • 63520d562a Refactor: Initialize members in declaration order; prefer initialization over assignment Richard 2015-05-17 19:42:30 -06:00
  • bf4a73e42e Refactor: Remove unused member variable Richard 2015-05-17 19:42:07 -06:00
  • 91ca983d5f - Workaround for Collada exporter in SketchUp 15.3.331 (possibly others) where it'll export the wrong "count" when exporting "lines". - When I encounter this condition I just print a warning and use the actual number of points in the file instead of the number they give, as opposed to throwing an exception and bailing on the whole file. - For an example of this kind of file see https://3dwarehouse.sketchup.com/warehouse/getpubliccontent?contentId=e4587719-2609-49ed-a2f6-20b98d1215f3&fn=Kartell-GE.zip - Some people have complained about this on http://forums.sketchup.com/t/bug-in-lines-exported-at-collada-format/8145 Wil Shipley 2015-05-17 18:36:17 -07:00
  • c014bb977c - add missing initialization of several class members - prefer check for empty() over check for size() in OptimizeGraph (empty() is guaranteed to be constant time, size() is not) - fix a couple of incorrect indentations Andy Maloney 2015-05-16 15:13:22 -04:00
  • 08499dbd0b add test file wise86Android 2015-05-17 21:25:47 +02:00
  • fb4eb83e84 add the ability to export cameras information in a collada file wise86Android 2015-05-17 20:54:45 +02:00
  • 93579ca734 Merge pull request #559 from shocker-0x15/fix_assbin_release_and_AddGTest_CMake Alexander Gessler 2015-05-17 12:59:27 +02:00
  • 6c01bcff53 Reverted AddGTest.cmake. Changes to the file caused CI build broken. shin_mbpr_late2013 2015-05-17 00:36:19 +09:00
  • 98b234020b Fixed AssBin loader. File reads were used in ai_assert. The function has side effects, so it should not be used in an assert. Fixed AddGTest.cmake. There was an issue regarding Xcode project file. The path of libgtest.a was incorrectly set. shin_mbpr_late2013 2015-05-16 23:27:55 +09:00
  • e1cf5150f1 Merge pull request #558 from wise86-android/fixImportTest Kim Kulling 2015-05-16 13:36:27 +02:00
  • af54bf4c42 test fail, fix file path wise86Android 2015-05-16 12:28:49 +02:00
  • d1f36bf947 - Removed '/Users/wjs' from a path (that snuck in). Wil Shipley 2015-05-12 16:10:09 -07:00
  • a1268bf864 Merge branch 'master' of https://github.com/assimp/assimp Alexander Gessler 2015-05-12 21:52:25 +02:00
  • 0fe8e739c3 Use "wb" when writing binary STL exports, fixes #556. Alexander Gessler 2015-05-12 21:51:27 +02:00
  • e3c29b7e4b Merge pull request #554 from assimp/fix-obj-material-name-spaces Alexander Gessler 2015-05-12 21:44:07 +02:00
  • 7771ce5db2 Update regression db. Alexander Gessler 2015-05-12 20:59:54 +02:00
  • faea2ecccc OBJ: Support spaces in material names, fixes #545. Alexander Gessler 2015-05-10 23:50:18 +02:00
  • 9e95fda002 - Turn off "-Wshorten-64-to-32" so we don't have TEN MILLION warnings when compiling with assimp. Wil Shipley 2015-05-08 17:50:31 -07:00
  • 696407f6c5 Merge pull request #552 from abma/master Alexander Gessler 2015-05-07 11:49:19 +02:00
  • b4f5c57b3e allow to compile only enabled loaders abma 2015-05-06 23:15:15 +02:00
  • 39c6622697 - Added a generic renderToImage() function to SCNRenderer, so we can share with StackOverflow / Goossens. Wil Shipley 2015-05-05 15:42:01 -07:00
  • 70722ad318 Merge branch 'master' of https://github.com/assimp/assimp Kim Kulling 2015-05-05 22:27:13 +02:00
  • fd3a0d4a9d fix name handling of geoemtryobjectname nodes Kim Kulling 2015-05-05 22:27:05 +02:00
  • 2c60da38f3 openddl-parser: V0.2.0 Kim Kulling 2015-05-05 22:26:40 +02:00
  • 01bd198a55 Merge pull request #549 from Madrich/master Alexander Gessler 2015-05-02 19:28:28 +02:00
  • b6d91ec11a Fix Path functions Fix XFilePrefix for mesh name Add Color for faces in Step Export Madrich 2015-05-02 12:19:20 +02:00
  • 2dde962f0d FilePath Functions in DefaultIOSystems Replacements in Exporters Madrich 2015-05-02 01:56:20 +02:00
  • 437706f20d Merge pull request #535 from assimp/regression-whitelist-travis-diff Alexander Gessler 2015-05-02 01:30:52 +02:00
  • 67fb135ce8 Fix syntax errors. Alexander Gessler 2015-05-02 00:59:21 +02:00
  • 068778953a Updated regression db for Collada. Alexander Gessler 2015-05-02 00:48:04 +02:00
  • 1851bf3acc Merge branch 'master' of https://github.com/assimp/assimp Alexander Gessler 2015-05-02 00:39:28 +02:00
  • 7eb5586c05 Output files in alphabetical order. Alexander Gessler 2015-05-02 00:33:29 +02:00
  • 8fb9e84aea Cleanup old messages. Alexander Gessler 2015-05-02 00:10:51 +02:00
  • 09d1e53955 Forgot semicolon. Alexander Gessler 2015-05-02 00:10:00 +02:00
  • 3ded2d9123 Add script to determine if regression suite failures are considered acceptable as per the whitelist or not. Alexander Gessler 2015-05-01 23:24:25 +02:00
  • 148207a073 Fix removed AssimpPCH Madrich 2015-05-01 23:16:44 +02:00
  • 71ae322e7b Merge pull request #5 from assimp/master Madrich 2015-05-01 23:01:33 +02:00
  • 58a72d9302 Fix Warnings Add Time in Step File Madrich 2015-05-01 22:19:40 +02:00
  • ca8a3909be Add StepExporter.cpp(stp) Export Fix XFile Madrich 2015-05-01 21:40:51 +02:00
  • 93bb63fdb4 Merge pull request #548 from Highlife1911/master Alexander Gessler 2015-05-01 17:14:22 +02:00
  • 4acb1d4c92 Removed FORCE attribute from CMake variable LIBRARY_SUFFIX Highlife1911 2015-05-01 14:13:28 +02:00
  • 2a7e49423a Merge pull request #547 from assimp/acgessler-patch-2 Alexander Gessler 2015-04-30 15:19:01 +02:00
  • 5357772cf5 fix build. Kim Kulling 2015-04-30 14:31:23 +02:00
  • d5699cc89f fox build: add missing include for ai_assert. Kim Kulling 2015-04-30 13:47:33 +02:00
  • 31cce98680 fix color handling in opengex importer. Kim Kulling 2015-04-30 12:54:59 +02:00
  • 78faabf0fa Fix one-off in STEPFileEncoding causing UTF32 character decoding to fail. Alexander Gessler 2015-04-30 02:37:35 +02:00
  • 880cb473b0 Merge pull request #546 from terziman/master Alexander Gessler 2015-04-30 02:35:52 +02:00
  • c99bd9825a Fixed bug introduced by misleading names in materials properties between "type" parameters of function referring to the "semantic" field of properties (and NOT the type field...) Léo Terziman 2015-04-29 18:13:16 +02:00
  • 380d4f53a0 fix build Kim Kulling 2015-04-29 17:34:30 +02:00
  • 2f8f0b1b02 Merge branch 'master' of https://github.com/assimp/assimp Kim Kulling 2015-04-29 13:18:51 +02:00
  • 995bc41d57 color node handling opengex Kim Kulling 2015-04-29 11:57:39 +02:00
  • ce939b5126 openddl-parser: latest greatest. Kim Kulling 2015-04-29 11:57:13 +02:00
  • ca2e47b205 Fixed some typos Léo Terziman 2015-04-29 09:26:11 +02:00
  • 825a58803d Removed some warning about const char* used as char* (not our choice, it depends of some external API) Léo Terziman 2015-04-28 17:30:15 +02:00
  • 07f3f4b487 Updated unit tests to use new SetProperty interface Léo Terziman 2015-04-28 17:27:20 +02:00
  • d809ca98c1 Fixed compilation issues with mingw Léo Terziman 2015-04-28 15:16:53 +02:00
  • 91c751a03a Added missing header Léo Terziman 2015-04-28 12:29:39 +02:00
  • 5b9af11f9b Merge remote-tracking branch 'official/master' into contrib Léo Terziman 2015-04-28 12:04:53 +02:00
  • 5c890c1a90 Merge pull request #544 from aru/cygwin-build-fix Alexander Gessler 2015-04-21 15:56:40 -07:00
  • fea13e22f1 Merge pull request #541 from Ang3lus/master Alexander Gessler 2015-04-21 13:06:24 -07:00
  • 956fde6e66 Renaming ByteSwap.h to ByteSwapper.h to let assimp compile under cygwin. U-ORADEV\albihern 2015-04-20 17:49:02 -05:00
  • 7043551068 Modifying files to let assimp build under cygwin. U-ORADEV\albihern 2015-04-20 17:36:47 -05:00
  • 55ae853c2e Fix compilation with libc++ Łukasz Twarduś 2015-04-19 10:55:58 +02:00
  • eb1ee61420 fix code reading findings: use of std::copy Kim Kulling 2015-04-18 19:17:48 +02:00
  • 68ca2ca427 Merge branch 'master' of https://github.com/assimp/assimp Kim Kulling 2015-04-18 19:17:19 +02:00
  • 08886e28d7 use <> include bracket style. Kim Kulling 2015-04-18 19:17:10 +02:00