Commit Graph

333 Commits

Author SHA1 Message Date
Yorik van Havre
b56e9a4923 Updated ts files 2014-05-11 14:49:24 -03:00
Yorik van Havre
d2e86b7566 Arch: Big cleanup - fixes #1524
* Removed redundant code in Arch objects
* Supports wandererfan's Units code in Draft module
* Cleanup of the IFC exporter
* Better support of extruded profiles in IFC export
2014-05-11 14:40:39 -03:00
Yorik van Havre
20264383c5 Arch: Fixed OBJ exporter to work with curves - fixes #1527 2014-05-04 13:04:52 -03:00
Yorik van Havre
0c4bb217d1 Arch: Turned jreinhardt's fix to webGL into an option 2014-05-02 17:20:17 -03:00
Johannes Reinhardt
7a3fdf94e8 fix export of circular edges 2014-04-29 16:00:42 -03:00
Johannes Reinhardt
eb10394b23 added webGL export option for faceloop linewidth 2014-04-29 16:00:42 -03:00
Yorik van Havre
39cd059e1b Arch: fixed importWebGL to work from command line 2014-04-27 10:49:46 -03:00
Yorik van Havre
d8de96470f Arch: allow to set a custom camera position in webgl export 2014-04-27 00:00:10 -03:00
Yorik van Havre
b999a6574b Arch: Place polylines in the XY plane by default in IFC export 2014-04-26 13:37:31 -03:00
Yorik van Havre
6a64cde3cb Arch: made importWebGL easier to use in python scripts 2014-04-26 13:09:43 -03:00
Yorik van Havre
85db14a823 Arch: added pref setting to disable aggregation of windows into their host walls 2014-04-24 20:44:59 -03:00
Yorik van Havre
abe6adb169 Arch: changed download folder to use the macros folder pref setting 2014-04-24 18:53:06 -03:00
Yorik van Havre
a94416359e Arch: Added alternative to export multi-solids objects to IFC 2014-04-23 17:20:57 -03:00
Yorik van Havre
fbcfb37b21 Arch: Support of circle-based extrusions in IFC export 2014-04-23 15:51:59 -03:00
Yorik van Havre
60f027006b Arch: Better sticking to standards in IFC import/export 2014-04-21 23:06:44 -03:00
Yorik van Havre
47589a86f4 Arch: Allow to skip entities in IFC importer
import importIFC
importIFC.open("/path/to/myfile.ifc",skip=[14,577,5447])
2014-04-20 21:46:50 -03:00
Yorik van Havre
474203dcda Arch: more exceptions catched in IFC importer 2014-04-20 19:55:53 -03:00
Yorik van Havre
4bed68f6ec Draft: Added Layer tool - issue #1504 2014-04-17 18:18:51 -03:00
Yorik van Havre
e733846cd5 Arch: IFC importer now supports latest IfcOpenShell with separate openings and placements 2014-04-17 12:02:45 -03:00
Yorik van Havre
8b1d853acf Arch: Better IFC export of walls 2014-04-16 18:43:01 -03:00
Yorik van Havre
ce2f0b009b Arch: Added pref options for window transparency and collada export scaling - fixes #1379 2014-04-16 17:21:21 -03:00
Yorik van Havre
569e6ce4a2 Arch: Fixed face normals in IFC export 2014-04-16 16:36:52 -03:00
Yorik van Havre
07596f5b4e Arch: Fixed in IFC import 2014-04-16 10:56:46 -03:00
Yorik van Havre
2017cb665d Arch: small fixes 2014-04-14 21:19:47 -03:00
Yorik van Havre
fcd6078f67 Draft: refinements in Arch & Draft Drawing views 2014-04-14 13:29:55 -03:00
Yorik van Havre
7548dfc544 Arch: small bugfix in Add tool 2014-04-14 11:58:33 -03:00
Yorik van Havre
64d0d15978 Arch: Fixed IFC importer to work with latest IfcOpenShell version 2014-04-12 20:43:23 -03:00
Yorik van Havre
b94e1b1415 Arch: fixed bug when using the IFC importer twice 2014-04-11 15:35:57 -03:00
Yorik van Havre
583d4f4525 Arch: Switched structure and window to Units system 2014-04-06 18:47:46 -03:00
Yorik van Havre
3b645362e6 Arch: cosmetic improvements in wall and prefs 2014-03-31 16:25:41 -03:00
Yorik van Havre
e83fcb3a88 Arch: fixed a text in Arch preferences 2014-03-31 15:44:46 -03:00
Yorik van Havre
8f1faa2829 Arch: Converted wall tool to units system 2014-03-31 15:40:52 -03:00
Yorik van Havre
6681272564 Arch: Axis-bbased structural systems are now a separate object - fixes #1486 2014-03-28 18:31:22 -03:00
Yorik van Havre
a83b4a016b Arch: Added a pref option to export everything as Brep in IFC files 2014-03-27 18:55:55 -03:00
Yorik van Havre
e03256427a Arch: Fixed toolbar mode - fixes #1473 2014-03-27 17:18:14 -03:00
Yorik van Havre
b5816d81ae Arch: Fixed null shape copy() bugs 2014-03-14 12:55:11 -03:00
Yorik van Havre
d3b5bc5642 Draft: Reorganized DXF preferences - fixes #1468 2014-03-13 14:09:16 -03:00
Yorik van Havre
5d31484cc6 Fixed other typo 2014-03-11 14:44:37 -03:00
Yorik van Havre
bc73f76a63 Updated ts files from source 2014-03-10 20:36:59 -03:00
Yorik van Havre
4ed157b350 Arch: Don't create a drawing view on section plane creation
This was very heavy and often caused unnecessary computations. Adding
a new Drawing view is now done manually, with the Draft to Drawing tool
2014-03-09 19:44:36 -03:00
Yorik van Havre
7d09ca7314 Arch: minor fixes around Arch & Draft 2014-03-07 20:44:22 -03:00
Yorik van Havre
05dc5a8355 Draft: added workingplane snap mode - fixes #1461 2014-03-07 15:58:51 -03:00
Yorik van Havre
dddfbac6aa Arch: Fixed SectionPlane direction 2014-03-04 13:51:18 -03:00
Yorik van Havre
edca9a19c4 Arch: temporary workaround to SoBrepFaceSet freeze 2014-03-04 12:51:44 -03:00
Yorik van Havre
48d63f8020 Arch: Small fixes around Arch and Draft 2014-02-26 18:01:24 -03:00
Yorik van Havre
4b0b483892 Arch: Fixed test suite - fixes #1442 2014-02-25 10:22:01 -03:00
Yorik van Havre
7c53861f4d Arch: small fix to Ifc Explorer 2014-02-24 22:00:13 -03:00
Yorik van Havre
b0f61652f4 Arch: Added BezCurve to Arch WB 2014-02-23 12:04:37 -03:00
Yorik van Havre
ca7da6c2e9 Arch: removed some debug output 2014-02-22 11:00:10 -03:00
Yorik van Havre
f8cd87a696 Fixed Draft utilities menu 2014-02-21 18:16:25 -03:00