Commit Graph

1355 Commits

Author SHA1 Message Date
Yorik van Havre
a210ec3733 Arch: fixed wrong copy/paste, duh... 2019-08-12 19:40:33 -03:00
Yorik van Havre
683397b187 Arch: Allow to turn off material color and object color syncing 2019-08-12 19:22:58 -03:00
Bernd Hahnebach
a4a7bc72b1 Arch: IFC import, add some comment 2019-08-10 13:04:38 +02:00
Bernd Hahnebach
fd8045d084 Arch: IFC import, move recycler class around 2019-08-10 13:04:38 +02:00
Bernd Hahnebach
ea4a7fdde3 Arch: IFC export, move into separate module 2019-08-10 13:04:38 +02:00
Daniel Angelov
b630dd7731 Remove extra indentation from webGL template. 2019-08-09 19:07:57 -03:00
Syres916
99f1798faf [Arch] Bugfix - Unknown command 'Draft_Edit' 2019-08-09 18:56:18 -03:00
Daniel Angelov
b6c8052bf8 Update translate in no GUIup case
If the `utf8_decode` is not added, when saving on server side, the following error occurs: 
```
  File "/usr/share/freecad/Mod/Arch/importWebGL.py", line 129, in export
    FreeCAD.Console.PrintMessage(translate("Arch","Successfully written", utf8_decode=True) + ' ' + filename + "\n")
TypeError: translate() got an unexpected keyword argument 'utf8_decode'
```
2019-08-09 18:54:11 -03:00
Yorik van Havre
2a139a89d4 Merge branch 'misc-typos' of https://github.com/luzpaz/FreeCAD into luzpaz-misc-typos 2019-08-09 18:52:31 -03:00
Bernd Hahnebach
c6e11c4ac1 Arch: IFC import, inform user if material color != shape color 2019-08-09 00:23:23 +02:00
luz.paz
d94f8635f4 Arch/ImportIFC.py: fix source comment typo 2019-08-07 20:18:14 -04:00
luz.paz
eb595acfec Fix misc. source comment typos
Found via `codespell -q 3 -I ../fc-word-whitelist.txt -S ./.git,*.po,*.ts,./ChangeLog.txt,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/CXX,./src/zipios++,./src/Base/swig*,./src/Mod/Robot/App/kdl_cp,./src/Mod/Import/App/SCL,./src/WindowsInstaller`  
Fix ./src/Tools/fcinfo grammar + whitesapce  
Fix typos in ./src/Mod/Mesh/App/Core/Evaluation.cpp
2019-08-07 20:16:45 -04:00
Bernd Hahnebach
362d523e00 Arch: IFC import, use inverse attributes for reading properties 2019-08-07 21:58:55 +02:00
Bernd Hahnebach
ad8a81642c Arch: IFC import, only merge materials if they have same name and color 2019-08-07 21:58:48 +02:00
hlg
110649621e handle projects without sites gracefully 2019-07-26 10:45:25 -03:00
hlg
0dd7aaaeab Arch: populate and read compass rotation from and to IFC RC true north 2019-07-26 10:45:25 -03:00
hlg
be661ad947 Arch: fix IFC import for groups with non-ascii names 2019-07-26 10:45:25 -03:00
luz.paz
fc7675d6ef Follow up fixes 2019-07-25 23:34:12 -03:00
donovaly
c32056cf86 preferences-ifc.ui; some more requested whitespace fixes 2019-07-25 23:34:12 -03:00
donovaly
b6da0b8108 preferences-ifc.ui: requested whitespace fixes 2019-07-25 23:34:12 -03:00
donovaly
91db048463 add, update and uniform tooltips for Arch preferences 2019-07-25 23:34:12 -03:00
Bernd Hahnebach
96b74022e3 Arch: ifc import, move getting the property relation table in separate method 2019-07-24 08:20:09 +02:00
Bernd Hahnebach
e1cb4f2093 Arch: ifc export, move get property data out of FreeCAD property schema in separate method 2019-07-24 07:53:04 +02:00
Bernd Hahnebach
1ab46c2e25 Arch: ifc import, move reading ifc attributes in separate method 2019-07-24 07:52:55 +02:00
Bernd Hahnebach
590c7fd9d3 Arch: ifc, some new lines 2019-07-24 07:52:46 +02:00
Yorik van Havre
82dd7f0344 Arch: Add right-click option to schedules to (re)generate result spreadsheet 2019-07-18 15:42:49 -03:00
Yorik van Havre
ecac855b34 Arch: Keep Schedule dialog above FreeCAD window 2019-07-17 23:34:35 -03:00
Yorik van Havre
d74cc3f50e Arch: Schedule UI moved to floating dialog 2019-07-17 22:36:02 -03:00
Yorik van Havre
125380ddd9 Arch: Added Area property to walls 2019-07-17 19:25:42 -03:00
Yorik van Havre
b6f964ede1 Arch: Misc improvements to Schedule tool 2019-07-17 18:00:29 -03:00
Yorik van Havre
5c9b0f90ab Arch: Material improvements
- allow to reorder materials alphabetically in group
- remember multimaterial editor column widths
- show total thickness in multimaterial editor
2019-07-16 22:53:48 -03:00
Yorik van Havre
50c8513398 Arch: Bugfixes to Site's solar diagram 2019-07-16 18:52:09 -03:00
Yorik van Havre
ed22aad084 Arch: Improvements to OfflineRenderingUtils (ability to generate shadows) 2019-07-16 18:50:51 -03:00
Yorik van Havre
8048f93627 Cleanup in doxygen stuff 2019-07-15 23:20:52 -03:00
paullee0
f39ffe5707 Change ArchWall WidthsOfWall attribute to OverrideWidth
- following discussion at github
2019-07-13 12:52:20 -03:00
paullee0
589a2ac4f5 ArchWall_DraftGeomUtils Multi-Width support added
Discussion:- https://forum.freecadweb.org/viewtopic.php?f=23&t=36772&p=319829#p319829
2019-07-13 12:52:20 -03:00
Yorik van Havre
7eccda34d0 Arch: Lightweight mode for Arch References 2019-07-11 19:37:10 -03:00
luz.paz
0a893e8b8a [Arch] typo fixes 2019-07-11 19:17:07 +02:00
luz.paz
752e74c396 Misc. typo fixes
Found via `codespell -q 2`
2019-07-11 19:17:07 +02:00
Yorik van Havre
45367edb6d Arch/Draft: Fixed remaining bugs from latest commits 2019-07-09 15:07:00 -03:00
Yorik van Havre
78239e48a5 Arch: panel layers with negative thickness are not drawn 2019-07-09 12:06:59 -03:00
Yorik van Havre
81988d6b9e Arch: wall layers with negative thickness are not drawn 2019-07-09 11:58:30 -03:00
Yorik van Havre
ee2306d085 Arch: Fixed bug in ArchIFC 2019-07-08 20:57:46 -03:00
Yorik van Havre
385771153a Arch: Added message to inform user of workaround against non-editable wall baselines 2019-07-08 19:10:00 -03:00
Yorik van Havre
802b3b62b1 Arch: Fixed bug in Join Walls command 2019-07-08 18:41:02 -03:00
Yorik van Havre
f86044eaf4 Arch: Allow to load and save full GuiDocument data from non-GUI mode 2019-07-08 17:30:50 -03:00
Yorik van Havre
4893dee1c4 Arch: Wording fixes 2019-07-06 20:22:47 -03:00
Yorik van Havre
68f4eccc58 Arch: Added View clipping abilities to BuildingParts, like SectionPlanes 2019-07-06 20:22:30 -03:00
Yorik van Havre
4bbee73f8d Arch: Bugfixes in IFC exporter
- Wrong colors of multi-solid cloned objects
- Wrong geometry for multilayer walls based on single lines
- Wrong geometry for rotated solids inside multi-solid objects
2019-07-06 13:51:11 -03:00
Yorik van Havre
07d3423add Arch: Misc bugfixes 2019-07-05 20:58:44 -03:00