Commit Graph

  • 0155a5ade1 - update docs. Alexander Gessler 2013-03-29 13:42:38 +0100
  • 94a012ae7a - add metadata.h to cmake. Alexander Gessler 2013-03-29 13:37:55 +0100
  • 10f8eda497 - Ifc: prevent infinite recursion due to cyclic back references which the new STEP backref tracker might produce. Alexander Gessler 2013-03-29 13:33:18 +0100
  • 03b8431d54 - IFC: add support for reading IfcProperties as node metadata. Alexander Gessler 2013-03-28 23:28:49 +0100
  • cded602950 - STEP: fix bug that caused back references contained in nested aggregates to be not tracked. Alexander Gessler 2013-03-28 23:28:20 +0100
  • fa5831f41a - add metadata support to aiScene. Some doc cleanup. Add const versions of aiScene::aiNode. Alexander Gessler 2013-03-28 20:54:12 +0100
  • 18feb628c1 update : add new boost versions to cmake-lookup. Kim 2013-03-28 20:24:58 +0100
  • 3ad7aea123 Merge branch 'master' of https://github.com/assimp/assimp Kim 2013-03-28 18:56:19 +0100
  • cca53d6a04 - fix [3595689] by requiring gcc 4.6 for the full magic in LogAux.h Alexander Gessler 2013-03-28 14:30:45 +0100
  • 5a0903668d - NDOLoader: fix ASSIMP_BUILD_NO_NDO_IMPORTER guard. Alexander Gessler 2013-03-28 13:41:58 +0100
  • bdfcb4b0cb - add ASSIMP_BUILD_NO_COMPRESSED_IFC option. Properly integrate Q3BSP's unzip dependency into the build configuration. Alexander Gessler 2013-03-28 13:38:42 +0100
  • 9379e63636 Merge branch 'master' of github.com:assimp/assimp Alexander Gessler 2013-03-27 13:53:22 +0100
  • 368092174b Merge branch 'master' of https://github.com/assimp/assimp ulf 2013-03-27 12:52:28 +0100
  • 1cfd3b93fe - Bugfix: Collada URL parser now does read 2 digits of a %xy char only, as the spec says. ulf 2013-03-27 12:52:22 +0100
  • 3713383b0f Added uv and colour support Kester Maddock 2012-12-24 17:58:09 +0000
  • eaf9cbc120 Added (basic) Blender 2.63 support. No uvs or colours supported yet. Kester Maddock 2012-12-24 15:11:46 +0000
  • 358cb9b4c7 - update readme.md Alexander Gessler 2013-03-24 23:05:57 +0100
  • c016198191 aiMesh: fix copy constructor so issue [3572335] (and any further instances of the same pattern in creating face arrays) is resolved. Alexander Gessler 2013-03-21 20:17:09 +0100
  • b4f666083a - collada: avoid unsafe float comparison against a magic number. Alexander Gessler 2013-03-21 20:00:33 +0100
  • 0b9d6bec0d - drop a few swear words from documentation. Some of these are years old and I think the authors (me included) don't want them associated with their commits. Alexander Gessler 2013-03-21 19:54:55 +0100
  • ae031733c2 Merge pull request #20 from rdiankov/master David Nadlinger 2013-03-18 05:25:46 -0700
  • d137cb53fc Merge 241c35abb2 into 8213805dc6 Rosen Diankov 2013-03-18 05:13:10 -0700
  • 241c35abb2 removed ASSIMP_LIBRARY_SUFFIX rdiankov 2013-03-18 21:11:49 +0900
  • fe19ba9da6 Ogre: Material nullptr-fix, Loader is hopefully no longer confused by 'submeshnames' tag Jonathan Klein 2013-03-16 20:59:47 +0100
  • 8213805dc6 bugfix : fix for Build problem on Mac OS 10.8.2. Kim 2013-03-17 14:44:24 +0100
  • 3587eef6eb bugfix : fix a w4 compiler warning. Kim 2013-03-11 22:44:53 +0100
  • 260568912c - Importer::ReadFileFromMemory/aiImportFileFromMemory() clarify wording in documentation Alexander Gessler 2013-03-10 19:15:14 +0100
  • e1cdb57eca Merge pull request #19 from rdiankov/master Kim Kulling 2013-02-27 01:02:48 -0800
  • 0aae95ce85 Merge 16744d78d7 into de7b1aaa50 Rosen Diankov 2013-02-26 00:27:32 -0800
  • 16744d78d7 fixed the broken cmake config files (assimp-cmake), adding version suffix libraries rdiankov 2013-02-26 14:02:35 +0900
  • de7b1aaa50 - IFCBoolean.cpp: fix capitalization error in filename Alexander Gessler 2013-02-18 16:10:47 +0100
  • c4a8193e4b - fix a typo. Alexander Gessler 2013-02-17 20:25:30 +0100
  • d893b95be6 - Ifc: further improvements on the IfcPolygonalBoundedHalfSpace code. Still causes artifacts sometimes. acgessler 2013-02-15 01:01:08 +0100
  • 196d1b54cb Merge branch 'master' of https://github.com/assimp/assimp ulf 2013-02-12 13:22:17 +0100
  • 18f01268e6 - rewrote the XFileLoader material management to handle meshes with dummy material names correctly. ulf 2013-02-12 13:13:12 +0100
  • c9cfbc2ae9 Merge pull request #18 from asmaloney/pass-by-ref Kim Kulling 2013-02-11 04:42:17 -0800
  • 14e1123dba Merge b20023ed3d into f95f7c03ce Andy 2013-02-10 19:23:49 -0800
  • b20023ed3d Pass by reference, not value Andy Maloney 2013-02-10 22:23:13 -0500
  • f95f7c03ce Merge pull request #17 from nicholasbishop/patch-1 Alexander Gessler 2013-02-09 16:06:45 -0800
  • e7805988eb Merge c2db6a0abd into 078150da57 Nicholas Bishop 2013-02-09 14:36:40 -0800
  • c2db6a0abd Fix array access when loading colored binary STLs Nicholas Bishop 2013-02-09 17:35:59 -0500
  • 078150da57 - better way to construct NULL-shared_ptr Alexander Gessler 2013-02-09 17:42:11 +0100
  • 667a51e0ab - fix various vc compile errors when building with boost. Alexander Gessler 2013-02-09 17:36:36 +0100
  • 6ac80ea901 - Ifc: further work on IfcPolygonalBoundedHalfSpace - always pick closest intersection points. Alexander Gessler 2013-02-09 17:22:26 +0100
  • e5ea457ade - Ifc: re-enable previously disabled code to determine more intersection points for polygonally bounded half splits. Alexander Gessler 2013-02-09 17:06:55 +0100
  • 5a24a91ea1 - Ifc: code cleanup. Alexander Gessler 2013-02-09 16:59:03 +0100
  • 7e78e141b2 - Ifc: implementation of IfcPolygonalBoundedHalfSpace now supports most of the possible geometric cases. Alexander Gessler 2013-02-07 22:42:13 +0100
  • 50861aa861 - Ifc: more work on polygonally bounded plane cuts. Alexander Gessler 2013-02-07 21:02:39 +0100
  • 16a635a961 - Ifc: support IfcPolygonalBoundedHalfSpace entities (WIP). Alexander Gessler 2013-02-07 16:31:43 +0100
  • f7680f7f28 - Ifc: refactor code, move opening generation and boolean clipping code to separate units. Alexander Gessler 2013-02-07 09:51:33 +0100
  • 2359a83132 - Ifc: get rid of erroneous error messages. Alexander Gessler 2013-01-30 13:01:16 +0100
  • 35128a7251 - update vc9 workspace. Alexander Gessler 2013-01-30 13:00:51 +0100
  • 250ca6837f - Ifc: rework geometry generation for openings to use 2D profiles for approximate boolean differentiation whenever possible. Also fix issues in 2D projection, which caused very spurious triangle artifacts. Alexander Gessler 2013-01-27 21:21:30 +0100
  • 2e6ad884bb - Ifc: append GUID to node names to preserve them. Alexander Gessler 2013-01-27 15:44:57 +0100
  • 6260221f0f Merge branch 'master' of github.com:assimp/assimp Alexander Gessler 2013-01-27 03:25:04 +0100
  • 9bb9868a93 - STEP: fix possible compilation error due to unwanted line continuation in a comment line. Alexander Gessler 2013-01-27 03:23:41 +0100
  • fbe408dd2e update : implement obj-support for normal maps. refactoring : some improvements for more readable code. Kim 2013-01-26 14:11:57 +0100
  • 0f781516bf Merge branch 'master' of https://github.com/albert-wang/assimp ulf 2013-01-25 19:08:10 +0100
  • e375a1c944 Merge branch 'master' of github.com:assimp/assimp Alexander Gessler 2013-01-25 08:09:57 +0100
  • b90882a4cb - Ifc: more opening tweaks, half a step back again. Alexander Gessler 2013-01-25 08:09:32 +0100
  • d4bcd3ab69 - Ifc: [openings] more fine-tuning and some debugging aid. Alexander Gessler 2013-01-25 07:42:51 +0100
  • 713894032a Merge pull request #16 from jdduke/master Alexander Gessler 2013-01-24 21:27:47 -0800
  • 1a60697282 - Ifc: more opening tweaks. Alexander Gessler 2013-01-25 05:55:32 +0100
  • 302fad13b0 - Ifc: [openings] don't accidentally mirror stuff when projecting onto 2D planes. Alexander Gessler 2013-01-25 05:16:02 +0100
  • a42fbbf513 Merge 528c7c7737 into bbe8763d9e Jared Duke 2013-01-24 19:50:20 -0800
  • 528c7c7737 Update code/STEPFileEncoding.cpp Jared Duke 2013-01-24 19:45:42 -0800
  • 20506ead3c Update code/FBXConverter.cpp Jared Duke 2013-01-24 19:44:08 -0800
  • af0d4ef3da - Ifc: clean up temporary wall points when switching from horizontal to vertical openings. Alexander Gessler 2013-01-25 04:35:30 +0100
  • 9647c87c7c - Ifc: no need to generate contour skiplist twice. Alexander Gessler 2013-01-25 04:19:12 +0100
  • bbd10cd748 - Ifc: fix normalization of base mesh normal for opening generation. Alexander Gessler 2013-01-25 03:48:06 +0100
  • bbe8763d9e - FBX: workaround to handle files using the 'b' typecode. Alexander Gessler 2013-01-24 22:25:44 +0100
  • 03c01685d3 - STEP: support UTF16, UTF32 and Mac/Roman escape sequences. Alexander Gessler 2013-01-24 19:51:46 +0100
  • da88ab4408 - STEP: support \S\ escaping for cp1252 characters. Alexander Gessler 2013-01-24 16:18:12 +0100
  • 19c9683b5f - update Ifc parser generator script to assert if !python3 Alexander Gessler 2013-01-24 15:16:38 +0100
  • 5ac2354da0 - Ifc: implement IfcIShapeProfileDef entity. Alexander Gessler 2013-01-24 15:16:03 +0100
  • 3b30a39fe1 - Ifc: add debug code for checking correctness of coordinate transforms. Alexander Gessler 2013-01-24 12:44:53 +0100
  • b42f279110 - Ifc: improve intersection check for openings. Alexander Gessler 2013-01-24 01:09:48 +0100
  • 650e515dd6 - Ifc: bix bug that caused some openings to be generated twice. This stops lots of the z noise. Alexander Gessler 2013-01-22 16:50:18 +0100
  • 2d01b9bdc9 - Ifc: pick average of all coordinates as projection plane. Alexander Gessler 2013-01-22 16:39:43 +0100
  • c2bd22507c - Ifc: check for self-intersecting contour lines to avoid duplicates. Alexander Gessler 2013-01-22 16:31:31 +0100
  • 8b823bd631 - Ifc: improve heuristic to detect unwanted crossing lines by not running it when the window is not the result of arbitrary boolean ops on rectangles. Alexander Gessler 2013-01-22 16:08:44 +0100
  • e9bbe64115 - Ifc: fine-tune epsilons. Correct epsilon approximation for a squared value is max(e^2 +- 2e). Alexander Gessler 2013-01-21 22:46:11 +0100
  • 6905229603 - Ifc: refactor border detection code. Alexander Gessler 2013-01-21 22:37:53 +0100
  • fcf86f1e0a - Ifc: add heuristic to detect remaining, unwanted "crossing caps" and to drop them silently. Testing this on some larger files, it typically reduces artifacts due to z-fighting on lower window caps. Alexander Gessler 2013-01-21 22:27:48 +0100
  • d20126f7a1 - Ifc: fine-tune some epsilons. Alexander Gessler 2013-01-21 21:56:55 +0100
  • 6e7722c92f Merge branch 'master' of github.com:assimp/assimp Alexander Gessler 2013-01-21 21:11:46 +0100
  • 58f087e04d - Ifc: fix boolean differentiation for 3D openings to avoid having duplicate contour lines or inner points in the contour data that gets used as input for window cap generation. This solves various instances of 'crossing' caps in windows. Alexander Gessler 2013-01-21 21:11:16 +0100
  • b47a3a5968 Deprecate README Alexander Gessler 2013-01-20 22:52:52 +0100
  • d3b951ecf7 Update Readme.md Alexander Gessler 2013-01-20 22:52:17 +0100
  • 470f4f3757 - Ifc: fix another indexing error. acgessler 2013-01-20 17:40:09 +0100
  • 0e5db8a369 - Ifc: fix loop indexing error in detection of overlapping window contours. Improve numerical robustness of intersection tests by explicitly catching a/b=inf. acgessler 2013-01-20 15:40:36 +0100
  • 23a2ff629c - Ifc: drop flawed assertion. acgessler 2013-01-20 15:16:20 +0100
  • 29a7126589 Merge git://github.com/bjowi/assimp acgessler 2013-01-20 13:33:03 +0100
  • bb769d423c Merge 4dcc2f4bf8 into c42db3e9db bjowi 2013-01-20 04:01:01 -0800
  • 4dcc2f4bf8 These variables should have the ASSIMP_ prefix Björn Wingman 2013-01-20 13:51:04 +0100
  • aca543176d - more vc12 fixes acgessler 2013-01-20 04:00:34 +0100
  • c42db3e9db Add FBX to Readme.md Alexander Gessler 2013-01-20 02:50:51 +0100
  • c50926b43b Merge pull request #10 from severin-lemaignan/for-upstream Alexander Gessler 2013-01-19 17:48:22 -0800
  • 9ec2d898d4 Merge 6bcc5db350 into e1b5a1db22 Séverin Lemaignan 2013-01-19 09:45:41 -0800
  • e1b5a1db22 Update Readme.md Alexander Gessler 2013-01-19 17:07:23 +0100