Yorik van Havre
a8ab24abae
Arch: Fixed CTH profiles - fixes #2826
2018-01-12 14:07:46 -02:00
Yorik van Havre
39a34c1d27
Arch: Fixes in IFC exporter
2018-01-10 12:10:32 -02:00
Yorik van Havre
c95b366fd1
Arch: Better grouping of common Arch properties
2018-01-09 21:55:14 -02:00
Yorik van Havre
af7428dfaf
Arch: Fixed bug in MoveWithHost system
2018-01-09 21:50:24 -02:00
Amritpal Singh
41b71ee3a9
Export FreeCAD Rebar properties to IFC file and refactored code
2018-01-07 18:10:39 -02:00
Yorik van Havre
d16ef8763e
Arch: Fixed some missing objects in IFC export
2018-01-05 20:04:40 -02:00
Yorik van Havre
9469217347
Arch: Fixed wrong placement of structures
2018-01-05 20:04:13 -02:00
luzpaz
5107d86b60
Crowdin: Removing whitespace from widgets
...
Modified the code so that the whitespace was hardcoded since translators on Crowdin weren't adding the whitespace. Please review if correct.
+ found some other typos/grammar issues along the way.
CC @yorikvanhavre
2018-01-01 17:52:12 +01:00
Daniel Burr
9bd3b8f20d
Copy mesh data directly into the numpy arrays instead of creating a temporary local copy in order to save memory when dealing with very large meshes
2017-12-31 15:01:44 +01:00
Daniel Burr
7ec6d1b5a2
Fix insane memory usage when exporting Meshes to Collada format - MeshPy::getTopology() is an expensive function (since it iterates over all Points and Facets) and therefore it should not be called repeatedly
2017-12-31 15:01:44 +01:00
luzpaz
7e2fce45c2
Arch: Typos
...
Source comment documentation typos + misc.
2017-12-25 11:01:30 +01:00
Unknown
a8ecffb652
Misc. typo fixes
...
Various workbenches
2017-12-23 14:30:30 +01:00
Yorik van Havre
1db70a48ca
Arch: Fixed missing walls in IFC export
2017-12-17 16:32:18 -02:00
Yorik van Havre
4034851a5d
Arch: bugfix in Panel in non-GUI mode
2017-12-16 10:06:11 -02:00
Yorik van Havre
46505a7e2c
Arch: Fixed wrong wall/structure extrusion direction
2017-12-16 09:43:02 -02:00
Yorik van Havre
ca247d7ee4
Arch: fixed Arch Material not working in console mode
2017-12-15 16:06:42 -02:00
Yorik van Havre
77fab66ad3
Arch: Bugfix in stairs
2017-12-15 16:05:06 -02:00
wmayer
0d7831e196
move Placement.isNull to Placement.isIdentity
...
add isNull for backward compatibility
2017-12-13 19:13:18 +01:00
Yorik van Havre
28240a806e
Arch: Fixed creation of Spaces in no-GUI mode
2017-12-13 11:21:33 -02:00
Yorik van Havre
564f977dbd
Fixed gradient in last commit
2017-12-07 18:54:47 -02:00
Yorik van Havre
04e4e59ada
Bitacovir's new clone icon
2017-12-07 18:50:22 -02:00
Unknown
3d9ecab346
SVG cleanup: remove all redundant <dc:title> content
...
Removed duplicate mentions of `[agryson] Alexander Gryson`
2017-12-02 14:02:14 +01:00
Yorik van Havre
3e921cbda5
Draft: Added a utility command to add selected objects tothe construction group
2017-11-27 13:38:30 -02:00
Yorik van Havre
f33116c08c
Arch: fixed multiple-group bug in Arch addComponent
2017-11-27 11:54:44 -02:00
luzpaz
b24a9c9ad4
Misc. typos
...
- Tooltip uniformity
- source comment typo fixes
- remove double whitespaces
2017-11-24 09:45:08 -02:00
Yorik van Havre
83f7f85d08
Arch: Fixed axis property of components
2017-11-22 12:57:26 -02:00
Yorik van Havre
f41ff3a458
Arch: Fixed 'object in more than one group' bug in Arch
2017-11-22 12:12:43 -02:00
Amritpal Singh
c46893d537
Added TotalLength property in rebar object
2017-11-14 10:06:39 -02:00
Amritpal Singh
9017f18523
Added Length property in Rebar object
2017-11-14 10:06:39 -02:00
wmayer
74d1aa72ea
fix German translation
2017-11-11 22:47:12 +01:00
Yorik van Havre
d76cccac32
Arch: Fixed wrong strucutral presets
2017-11-03 12:28:29 -02:00
Yorik van Havre
e16c152da4
Draft/Arch: Support for Y situations in sketches - issue #3163
2017-10-27 16:41:31 -02:00
Yorik van Havre
cfe2d134a2
Updated translations from crowdin
2017-10-23 18:32:02 -02:00
Bernd Hahnebach
09fe85e8ff
Arch: import IFC, fix View Fit while importing
2017-10-23 08:14:03 +02:00
Markus Lampert
47b1360856
Create Scale property on the fly if older Arch.PanelSheet is loaded.
2017-10-22 11:24:58 -07:00
wmayer
85d0369c0a
ArchCommands.fixDAG has been removed in the past and now fails the unit tests
2017-10-19 14:13:36 +02:00
Bernd Hahnebach
891fa6e52c
Arch, import ifc, print debug for each obj in a new line
...
- use ,end='' for any print without continue in the next code line
- add a print('') at the end of the product loop
2017-10-19 13:30:53 +02:00
Bernd Hahnebach
5b84a264e9
Arch: ifc import, fix fit view on import since bb initializion seams to have changed to infinity
2017-10-19 13:30:53 +02:00
Unknown
15c0d38536
Capitalize beginning of tooltips + Typos
...
Capitalized all remaining uncapitalized tooltips.
+ Fixed typo in instantiate() function. Shouldn't have any repercussions on the code, AFAICT.
+ other typos
2017-10-13 00:26:53 +02:00
Yorik van Havre
49fdb1ca78
Arch: Fixed bug in 3DS importer - fixes #3182
2017-10-02 14:53:10 -03:00
Yorik van Havre
f3953a45e3
Arch: New UI for the survey tool
2017-09-22 16:10:51 -03:00
luzpaz
2b461e9cc3
Arch: fix grammatical error
...
Changed `equipments` to `equipment`
@yorikvanhavre is this OK with you?
2017-09-03 11:29:25 -03:00
Yorik van Havre
4cde30c181
Arch: Applied fix to cyclic dependency problem to windows
2017-09-02 17:24:34 -03:00
Yorik van Havre
fe3f671b81
Updated translation strings (and sent to crowdin)
2017-08-31 10:46:55 -03:00
Yorik van Havre
69c7b35a67
Arch: Grid command
2017-08-30 23:11:47 -03:00
luzpaz
409f5186ca
Arch: typo fix
...
continuation of #953
found today in https://crowdin.com/translate/freecad/6766/en-ja#6499525
2017-08-28 17:31:18 -04:00
luzpaz
467ef55788
Misc. typos discovered via crowdin
...
should close several crowdin issues.
2017-08-28 11:50:33 -03:00
Yorik van Havre
249d130051
Arch: Changed order of Rebar tools to match the wiki
2017-08-24 17:40:23 -03:00
Yorik van Havre
aa5db283cf
Arch: Fixed orienation bug in structure
2017-08-19 11:56:08 -03:00
Yorik van Havre
0942c150e9
Arch: Renamed Rebar -> Custom Rebar
2017-08-18 20:57:43 -03:00