Commit Graph

12350 Commits

Author SHA1 Message Date
Markus Lampert
3afbbfa3da Dwngraded isHorizontal/isVertical error messages for unsuppported types to warnings and cache loop detection result to get a single message - rather than one per second. 2017-10-08 12:23:11 -03:00
Markus Lampert
2b19e69b2e Added explicit support for BSPlineCurve to isHorizontal/isVertical. 2017-10-08 12:23:11 -03:00
wmayer
88962a8c45 update expressions when relabelling a document object 2017-10-08 01:45:39 +02:00
wmayer
e3d8daac4c handle expression exception in property item, do not pass through event loop 2017-10-07 21:52:48 +02:00
wmayer
5373f7e2f4 when overriding an expression remove dependencies from old expression to avoid recompute failures due to invalid DAG 2017-10-07 20:39:16 +02:00
wmayer
187c398cd4 support of sub-properties when binding QuantitySpinBox via Python 2017-10-07 19:01:33 +02:00
Markus Lampert
b76f9d5423 Disabled debug printing. 2017-10-07 15:52:31 +02:00
Markus Lampert
b28e48c10b Added read-only 'expression' property to QunatitySpinBox and renamed 'boundTo' to 'binding'. 2017-10-07 15:52:31 +02:00
Markus Lampert
7a352fea52 Added boundTo as a property to QuantitySpinBox to enable binding from Python. 2017-10-07 15:52:31 +02:00
Unknown
50f30eb02a FEM: typo fixes
+ some whitespace formatting
2017-10-07 11:51:00 +02:00
Bernd Hahnebach
16a0d911af FEM: objects fem module, comment typo 2017-10-07 11:51:00 +02:00
Bernd Hahnebach
03d3d8ffe4 FEM: command modules, get rid of duplicate selection code 2017-10-07 11:51:00 +02:00
Bernd Hahnebach
b729f18084 FEM: nonlinear material command, only allow to add nonlinear material to solid material 2017-10-07 11:51:00 +02:00
Bernd Hahnebach
53505122ed FEM: analysis command, remove automatic mesh moving, it should work for all FEM objects or for no FEM object 2017-10-07 11:51:00 +02:00
Bernd Hahnebach
a800bcc906 FEM: icons, sort them in qrc file 2017-10-07 11:51:00 +02:00
Bernd Hahnebach
86b925744e FEM: objects fem module, fix comments 2017-10-07 11:51:00 +02:00
Bernd Hahnebach
8f0c057ff4 FEM: objects fem module, sort defs 2017-10-07 11:51:00 +02:00
Bernd Hahnebach
8a9fcd33df FEM: move observer into PyGui 2017-10-07 11:51:00 +02:00
Bernd Hahnebach
ec7669992a FEM: code formating, get rid of mixed line endings in one file, use unix ones (standard in FEM) 2017-10-07 11:51:00 +02:00
Eivind Kvedalen
1cf3667f62 Fix for issue #3200: Convert angle to degrees when used in an expression. 2017-10-07 11:28:02 +02:00
wmayer
c7886b3e36 fixes #0003164: Elements of an analysis including the mesh and constraints should be hidden when hiding the analysis (Space) 2017-10-06 22:24:54 +02:00
wmayer
d898ecc32e add missing header 2017-10-06 17:06:31 +02:00
wmayer
8c0258ac21 scroll to newly created group item 2017-10-06 16:29:21 +02:00
wmayer
941cc68efc add signal to scroll to view object 2017-10-06 16:28:30 +02:00
wmayer
5a2acd5645 avoid that transform children of a multi-transform stay touched after recompute 2017-10-06 14:56:18 +02:00
wmayer
16d4105a05 automatically set the tip after creating transform features to avoid messing up the history 2017-10-06 10:20:26 +02:00
wmayer
81e2480ca6 add new property rawValue to QuantitySpinBox to make it accessible from Python 2017-10-05 22:46:02 +02:00
wmayer
30379bc1ce re-enable sketcher to reference elements of other body 2017-10-05 15:20:39 +02:00
wmayer
74b7373e48 fixes #0002323: Workbench Start recent list of 3 files is - after a crash - not sync with recent list in File Menu Recent list of 4 files 2017-10-05 10:38:42 +02:00
wmayer
9d977b90a4 check for null string 2017-10-04 20:03:59 +02:00
wmayer
6df1ace5d5 include missing header 2017-10-04 18:58:40 +02:00
luzpaz
ab8f8919b6 Misc. typos
+ some are doxy others are just comment code.  
+ some minor whitespace and grammatical tweaks. 
+ app/SCL/* typos have also been submitted upstream (https://github.com/stepcode/stepcode/pull/366). So it's ok to merge them in to master.
2017-10-04 17:59:11 +02:00
Zheng, Lei
04530ff516 Path.Area: add line/grid/triangle tool radius compenstation 2017-10-04 17:47:04 +02:00
wmayer
cea54396e7 expose Attach/Detach of parameter group class to Python 2017-10-04 17:16:22 +02:00
Yorik van Havre
49fdb1ca78 Arch: Fixed bug in 3DS importer - fixes #3182 2017-10-02 14:53:10 -03:00
WandererFan
381a7375e7 Fix XXX is still touched after recompute in DPG 2017-10-02 13:48:45 -03:00
WandererFan
d6a5672f89 Allow Views of App::Parts 2017-10-02 13:48:45 -03:00
WandererFan
6b922acdd5 Change links to Global scope 2017-10-02 13:48:45 -03:00
WandererFan
f3758bed5b add missing logic for "true" dimensions 2017-10-02 13:48:45 -03:00
WandererFan
4b8d04f528 change isDeleting to isUnsetting
- DocumentObject::isDeleting was changed to isRemoving.
  This commit just prevents future confusion.
2017-10-02 13:48:45 -03:00
WandererFan
4b3ab9e74e Allow Section based on ViewMulti 2017-10-02 13:48:45 -03:00
Markus Lampert
86d9191023 Setting obj.removalshape to the first one if there are any for convenience. 2017-10-02 01:21:13 +02:00
Markus Lampert
af892cc44a Added more cleanup to the pocket shape face before extrusion - greatly improves stability. 2017-10-02 01:21:13 +02:00
Markus Lampert
f6d4160587 Disabling MinTravel - it being an experimental feature. 2017-10-02 01:21:13 +02:00
Markus Lampert
a6263f4c1a Fixed face combining and moved to PathGeom. 2017-10-02 01:21:13 +02:00
Peter Lama
842480d3e7 Use macOS 10.11 travis environment
Better supported by homebrew
2017-10-02 01:19:25 +02:00
Markus Lampert
5b0ea79726 Fixed tooltips for post processor and its arguments in job dialog again. 2017-10-02 01:16:26 +02:00
Markus Lampert
ddf820a089 Force page 0 for preferences. 2017-10-02 01:16:26 +02:00
Markus Lampert
9f9eb42b78 Placement preferences for stock. 2017-10-02 01:16:26 +02:00
Markus Lampert
d436239785 Basic stock preferences and usage if no job template is specified. 2017-10-02 01:16:26 +02:00