Commit Graph

11585 Commits

Author SHA1 Message Date
wmayer
fb841d64c8 handle OCC exception in Feature::getPySubObjects and convert to Python exception 2017-07-15 17:16:44 +02:00
wmayer
1d83d179ca do not hide any drawing elements when entering edit mode of a sketch 2017-07-15 15:47:22 +02:00
wmayer
2b82bc6132 add export macro, extend enum of class AbstractMouseSelection 2017-07-15 15:46:13 +02:00
Yorik van Havre
a57ec19847 Merge pull request #875 from itain/PathToolUnitsFix
Use the UserString to set text of Gui::InputField from a quantity
2017-07-14 10:51:16 -03:00
Itai Nahshon
2ba4bfb45a When refreshing the pathToolController ui, use UserStrings and not just plain values.
Fixes Symptom: If I open the PathToolController, Press "Edit Local Copy..." and then "Ok" the units for the feedrates were gone.
2017-07-14 05:13:17 +03:00
wmayer
aa07c77745 remove unused variables 2017-07-13 22:02:11 +02:00
wmayer
5bc9581113 fix whitespaces 2017-07-13 21:46:24 +02:00
Yorik van Havre
01eaca1efa Merge pull request #874 from mlampert/feature/arch-panel-scale
Arch: Added Scale property to PanelSheet.
2017-07-13 15:25:40 -03:00
Markus Lampert
870f3eb0c1 Added Scale to PanelSheet. 2017-07-12 10:37:31 -07:00
Yorik van Havre
828793f8f4 Merge pull request #873 from luzpaz/typo-fixes
Typo fixes [skip ci]
2017-07-12 11:50:50 -03:00
luzpaz
e3066d1424 FEM: typo 2017-07-11 13:25:05 -04:00
luzpaz
87e5472a60 FEM: typo 2017-07-11 13:22:12 -04:00
luzpaz
17a60d3121 CAM: typo 2017-07-11 13:15:14 -04:00
luzpaz
ba9b2a82b2 Sketcher: typo 2017-07-11 13:12:14 -04:00
luzpaz
dd137506c4 Sketcher: typo 2017-07-11 13:08:29 -04:00
looooo
a689403407 travis: build freecad with py3 2017-07-11 11:26:34 -03:00
Jean-Marie Verdun
9ec695557a Fix compiler Warnings 2017-07-11 11:24:49 -03:00
Jean-Marie Verdun
8ab063aaa5 Final fix for hierarchical STEP exporter 2017-07-11 11:24:49 -03:00
Jean-Marie Verdun
1b36dc2437 Fix keepExplicitPlacement 2017-07-11 11:24:49 -03:00
Jean-Marie Verdun
5362650c3b Improve hierarchical exporter 2017-07-11 11:24:49 -03:00
Jean-Marie Verdun
a120a1cbbe Add initial code for hierarchical STEP exporter 2017-07-11 11:24:49 -03:00
Jean-Marie Verdun
4095fdbb57 Fix bug 3076 about color issue when opening a hierarchical step file
with Compound.
2017-07-11 11:24:49 -03:00
Jean-Marie Verdun
c839a88110 Add Vertices and Edges support to STEP Compound Importer 2017-07-11 11:24:49 -03:00
Jean-Marie Verdun
2645b79db8 Introduce relative placement for STEP importer instead of absolute placement 2017-07-11 11:24:49 -03:00
Yorik van Havre
165dcc9e1e Merge pull request #869 from kkremitzki/pdtests4
PDN: Restructure tests and add cases for dressup features, linear/polar patterns
2017-07-11 10:10:23 -03:00
Kurt Kremitzki
4331a8073c Add missing assertions for PartDesign Datum tests 2017-07-11 06:23:25 -05:00
Kurt Kremitzki
58d0b31752 Revise PartDesign Draft base test approach 2017-07-11 06:22:52 -05:00
Kurt Kremitzki
544e6587cb Add linear and polar pattern tests 2017-07-11 02:27:38 -05:00
Kurt Kremitzki
d9277c4567 Flesh out basic dressup feature tests 2017-07-11 02:27:38 -05:00
Kurt Kremitzki
fb5aeeaa7b Add dressup feature test structure 2017-07-11 02:27:38 -05:00
Kurt Kremitzki
4eb59453e7 Break out PartDesign tests into own folder 2017-07-11 02:27:38 -05:00
luzpaz
1b56637c6f typo fix 2017-07-10 19:29:55 -03:00
luzpaz
2badea8c37 TechDraw: typo fix 2017-07-10 19:29:55 -03:00
luzpaz
9343f5c616 Path: typo fix 2017-07-10 19:29:55 -03:00
luzpaz
928749d0a3 typo fix 2017-07-10 19:29:55 -03:00
luzpaz
17b637beb3 typo fix 2017-07-10 19:29:55 -03:00
luzpaz
960b7c175d fix typo 2017-07-10 19:29:55 -03:00
luzpaz
d5d45e2661 fix typos 2017-07-10 19:29:55 -03:00
Markus Hovorka
d65d3d9572 FEM: Change tool-bar organization
Split the tool-bar into multiple smaller ones. Also make the ordering a
little more consistent: Initial conditions first, followed by boundary
conditions followed by constraints on whole bodies.
2017-07-10 19:21:40 -03:00
Markus Hovorka
1a0c19327d FEM: Change menu-bar organization
Split the menu-bar into multiple smaller ones. Group constraints by the
physics they are involed into. Also make the ordering a little more
consistent: Initial conditions first, followed by boundary conditions
followed by constraints on whole bodies.
2017-07-10 19:21:40 -03:00
Markus Hovorka
f2c0f9c977 FEM: Adjust names of constraint menu items 2017-07-10 19:21:40 -03:00
Markus Hovorka
7ec6459284 FEM: Use short names for VTK post commands 2017-07-10 19:21:40 -03:00
Bernd Hahnebach
2e118be334 FEM: unit tests, temporary workaround for py3 2017-07-10 19:21:40 -03:00
Bernd Hahnebach
8e3bab6997 FEM: unit test, fix unit test if not all stats are used 2017-07-10 19:21:40 -03:00
Markus Lampert
d079741949 Added grbl post processor. 2017-07-10 19:19:46 -03:00
Markus Lampert
a7cb0627e8 Added support for imperial shopbot output and some standard post processor arguments. 2017-07-10 19:19:46 -03:00
sliptonic
465155b43c Path: option for drilling return level
fix #3098
2017-07-10 19:17:41 -03:00
Markus Lampert
104eb53a8b Fixed Contour.Direction and simplified Dogbone.Side determination. 2017-07-10 19:17:41 -03:00
Markus Lampert
1bda01646d Fixed strongarming 'Side' for dogbnoe. 2017-07-10 19:17:41 -03:00
Markus Lampert
d99950010e Fixed Dogbone creation to work for PathContour again. 2017-07-10 19:17:41 -03:00