Yorik van Havre
6be77ef271
Arch Added extra panel tools for sliptonic:
...
* ArchPanelCut.getWires(): returns (outlines,holes,tags) of this panel
* ArchPanelSheet.getOutlines(): returns the outlines of inner panels
* ArchPanelSheet.getHoles(): returns the holes of inner panels
* ArchPanelSheet.getTags(): returns the tags of inner panels
2017-03-16 18:12:10 -03:00
triplus
c14a588264
Persistent toolbars for FreeCAD
2017-03-15 10:41:25 -03:00
Zheng, Lei
a289bdb1b3
Path: support plane select command G17,18,19
2017-03-15 10:38:58 -03:00
Zheng, Lei
7aec94c2fe
Path: ignore N command
2017-03-15 10:38:58 -03:00
Kurt Kremitzki
85c976aa28
Remove unused sketcher commands in PDN
2017-03-15 10:35:52 -03:00
Kunda
088800576f
Profiles for Arch pipes (fixes issue #2954 )
...
Submitting this PR for user simsiem
MantisBT ticket #2954
Forum thread: https://forum.freecadweb.org/viewtopic.php?f=3&t=21079
2017-03-15 10:34:25 -03:00
DeepSOIC
56d11aa628
PartDesign: fix non-selectable datum features
2017-03-15 10:32:43 -03:00
DeepSOIC
ccb7cd928c
TempoVis: fix container detection
2017-03-15 10:30:50 -03:00
DeepSOIC
56f4b823ac
Show: TempoVis: made to accept any iterable as list of objects
2017-03-15 10:30:50 -03:00
Kurt Kremitzki
12381a0fdb
Fix image installation for Start WB
2017-03-15 10:26:49 -03:00
DeepSOIC
cbf96d83a9
Part.BOPTools: fix wire making
...
Use Part.sortEdges instead of Part.getSortedClusters. Thanks
@realthunder!
2017-03-14 02:07:07 +03:00
DeepSOIC
a603402dc0
Part.BOPTools: drag-drop support
...
Drag-drop support for Connect, BooleanFragments and XOR.
2017-03-14 01:51:50 +03:00
Yorik van Havre
b3a440ca62
Web: misc fixes to sketchfab exporter
2017-03-13 19:37:17 -03:00
Yorik van Havre
f109859e17
Using sketchfab API v3
2017-03-11 16:32:51 -03:00
Yorik van Havre
7909cb0b8c
Web: Added sketchfab exporter
2017-03-11 15:27:12 -03:00
Kurt Kremitzki
9cda96043e
Fix startpage auto height and width
2017-03-11 14:56:27 -03:00
Kurt Kremitzki
322cdb20a0
Reorganize start WB
2017-03-11 14:56:27 -03:00
Kurt Kremitzki
21f4eb5ba8
Update getting started wiki link
2017-03-11 14:56:27 -03:00
Kurt Kremitzki
8886f7d17f
Remove commits list from Start WB
2017-03-11 14:56:27 -03:00
Kurt Kremitzki
cae1b116d4
Update background image reference
2017-03-11 14:56:27 -03:00
Kurt Kremitzki
c6da05293a
Remove commits from start wb
2017-03-11 14:56:27 -03:00
Kurt Kremitzki
652d1795f7
Break out html and js into files
2017-03-11 14:54:53 -03:00
Kurt Kremitzki
b7439b496a
Break translation texts out into own file
2017-03-11 14:54:53 -03:00
Kurt Kremitzki
970679b9cd
Break off css into separate file
2017-03-11 14:54:53 -03:00
Kurt Kremitzki
9b9ff54616
Delete unused html file
2017-03-11 14:54:53 -03:00
Kurt Kremitzki
74d98b6d67
Move start WB images to separate folder
2017-03-11 14:53:36 -03:00
triplus
a33e988605
Navigation indicator translations support
2017-03-11 14:43:56 +01:00
Yorik van Havre
ea274e59ed
Arch: Material improvements
...
* Fix in material editor when loading existing material
* Added some properties to Arch materials that reflect the contents of the material dictionary
* Added some similar properties to Arch equipment
* Fixed standard code button in Arch material panel to go to Omniclass website to pick a code
2017-03-08 20:39:38 -03:00
Yorik van Havre
93983d8b6a
Arch: small bugfix in IFC export
2017-03-08 16:41:05 -03:00
Yorik van Havre
94faa9dd2b
Arch: misc minor bugfixes
2017-03-08 15:55:07 -03:00
Yorik van Havre
002597b585
Part: Support subcomponent transparencies in compounds
2017-03-08 15:54:44 -03:00
wwmayer
b5ec07b505
Merge pull request #600 from triplus/macOS-Integration
...
Fine tune statusbar integration
2017-03-08 13:01:21 +01:00
Georges Dupéron
ab4cbbaedf
str(Sketcher.Constraint('Radius', 1, 2)) should not return "<Constraint '?'>"
...
str(Sketcher.Constraint('Radius', 1, 2)) should not return "<Constraint '?'>", it should return "<Constraint 'Radius'>"
2017-03-08 00:04:04 +01:00
triplus
d5d8ed5466
Fine tune statusbar integration
2017-03-07 23:31:38 +01:00
Sergo
a559078c7d
stop profile based and primitives if file is in undetermined workflow
2017-03-07 13:51:42 -03:00
Sergo
48ebbeb255
stop dressup features when applied to non-acitve body
2017-03-07 13:51:42 -03:00
Sergo
a2a497e8c6
fixing transformed features and guessworkflow
2017-03-07 13:51:42 -03:00
Sergo
516a979cf2
fixing dressup features
2017-03-07 13:51:42 -03:00
Sergo
eb48068420
fix pd tools from running when no active parts
2017-03-07 13:51:42 -03:00
Kunda
4671a4e12d
ascii weirdness
...
Upstreamed fixes to stepcode in https://github.com/stepcode/stepcode/pull/356 were accepted. Please merge as ongoing typo fix effort in issue #2914
2017-03-07 13:48:16 -03:00
Eivind Kvedalen
2714dd82c8
Spreadsheet: Fixed issue #2894 : Unit strings could be used as aliases.
2017-03-07 13:45:53 -03:00
Kunda
31b0233393
source typo fixes pt6
2017-03-07 13:43:46 -03:00
Bernd Hahnebach
f0416755b4
FEM: cmakes, object fem, init gui modules, sort by name
2017-03-07 13:40:18 -03:00
Bernd Hahnebach
11ec82d453
FEM: fluid section and elment fluid 1D object, make name fit in FEM name system
2017-03-07 13:40:18 -03:00
Bernd Hahnebach
bfb4ce823e
FEM: shell thickness and elment geometry 2D object, make name fit in FEM name system
2017-03-07 13:40:18 -03:00
Bernd Hahnebach
5215a7d751
FEM: beam sectiong and element geometry 1D object, make name fit in FEM name system
2017-03-07 13:40:18 -03:00
Bernd Hahnebach
9f3b7ebfe0
FEM: code formating, flake8
2017-03-07 13:40:18 -03:00
Bernd Hahnebach
dc1a46ceaf
FEM: icon file, sort by names
2017-03-07 13:40:18 -03:00
joha2
f90ed50fb4
FEM: fenics import/export: one line documentation, fixed make_femmesh call
2017-03-07 13:40:18 -03:00
Yorik van Havre
a6c880102e
Arch: Renaming Hires to HiRes
2017-03-07 13:36:33 -03:00