Kurt Kremitzki
72b33f5953
Fix tuple unpacking issue
2017-01-30 10:21:33 +01:00
Kurt Kremitzki
b46de3ba9d
Remove py3-incompatible tuple argument from Path
2017-01-30 10:21:28 +01:00
Kurt Kremitzki
be2a827a69
Update Path to py3-compatible printing
2017-01-30 10:21:22 +01:00
wmayer
762f1bcb9e
py3: ported Path to python3
2017-01-29 22:35:52 +01:00
Priit Laes
94fe93aeb7
python: Path: *.py: Fix python3 syntax
2017-01-29 22:35:36 +01:00
Alexander Gryson
3e7f03a612
Update Plot icon metadata
2017-01-29 20:21:22 +01:00
Alexander Gryson
83f43d2fd0
Align Plot Workbench icons to guidelines
2017-01-29 20:21:22 +01:00
Alexander Gryson
8250b204c6
Update Ship icon Metadata
2017-01-29 20:21:22 +01:00
Alexander Gryson
08a5a72eb0
Align Ship Workbench icons to guidelines
2017-01-29 20:21:22 +01:00
Alexander Gryson
73e6d48517
Correct outline color in sketcher icon
...
The select constraint icon incorrectly showed icon as having an orange outline. This was corrected, but after merge of PR.
2017-01-29 20:21:22 +01:00
Yorik van Havre
96f6154d74
Start: misc fixes in startpage
2017-01-29 15:33:00 -02:00
drallod
092ca9eaa7
Path: Issue #0002817 :
...
Check if default post processor hasn't been lost
2017-01-29 10:42:13 -06:00
Yorik van Havre
f02c9ecf04
Arch: Export rebars to IFC as SweptDiskSolids + fixed half-done py3 compatibility - fixes #2684
2017-01-29 14:27:42 -02:00
Abdullah Tahiri
5b4602be33
Sketcher: Documentation of delete functions
2017-01-29 00:25:34 +01:00
Abdullah Tahiri
3dc67c2547
Sketcher: Fix deletion of geometry having internal geometry inserted before the geometry
2017-01-28 23:08:27 +01:00
Markus Lampert
1f4d010f40
Restored exception masking - although i'm not sure it's a good thing.
2017-01-28 11:46:17 -08:00
Markus Lampert
8a7af5cd05
Import pivy only if gui is up.
2017-01-28 11:46:17 -08:00
Markus Lampert
19798c1e08
Refactored cmake file once again - exposing root exception.
2017-01-28 11:46:17 -08:00
Markus Lampert
bdeeee48b3
Fixed unit tests for the case where LineOld is not set to false.
2017-01-28 11:46:17 -08:00
Markus Lampert
4d91ed3992
Refactored cmake file and added TestPathCore.
2017-01-28 11:46:16 -08:00
ml
3ee613f79b
Fixed merge issues and re-enabled tests.
2017-01-28 11:46:16 -08:00
Markus Lampert
74d4a4322f
Hooked Path tests into global unit test target.
2017-01-28 11:46:16 -08:00
Markus Lampert
2fd6596e81
Fixed holding tags unit tests.
2017-01-28 11:46:16 -08:00
Alexander Gryson
f253171bee
Update Metadata
2017-01-28 09:29:20 +01:00
Alexander Gryson
45c0ddde40
Update xpm icons
2017-01-28 09:29:19 +01:00
Alexander Gryson
6ac4160776
Align Sketcher Workbench icons to guidelines
2017-01-28 09:29:19 +01:00
wwmayer
aab3cdbed4
Merge pull request #475 from abdullahtahiriyo/bspline_stage1b_2017_firstdeliverable
...
Bspline stage1b 2017 firstdeliverable
2017-01-27 18:20:16 +01:00
wwmayer
4b9e18c89c
Merge pull request #472 from looooo/python3-complete
...
py3: ported Complete to python3
2017-01-27 15:53:10 +01:00
wmayer
f40c9ece02
code cleanup
2017-01-27 15:48:27 +01:00
Jean-Marie Verdun
89e53d0e6a
STEP reader improvements
...
Create Global STEP Tree when assemblies are present
Make TBB usage dependant of its activation status at CMake Level
Fix hierarchy opening into STEP Assembly
2017-01-27 15:23:49 +01:00
Markus Lampert
020325de63
Changed comparison of adjecent edge points to use PathGeom.pointsCoincide to deal with the higher precision of doubles underneath.
2017-01-26 23:07:32 -02:00
Abdullah Tahiri
c1620e7a87
Sketcher: BSpline - avoid tiny circles on removal of equality
2017-01-26 23:41:02 +01:00
Abdullah Tahiri
675e6c4e41
Sketcher: BSpline Creation - as single command for one-step undo
2017-01-26 21:31:03 +01:00
Abdullah Tahiri
da5c5b22b4
Sketcher: BSpline Creation fix - Remove introduced pole if creation cancelled
2017-01-26 21:31:03 +01:00
Abdullah Tahiri
fe929559e1
Sketcher: BSpline Creation improvement - Add constraints by groups
2017-01-26 21:31:03 +01:00
Abdullah Tahiri
68d5a13b9a
Sketcher: BSpline Creation acceleration - pole constraining on pole creation
2017-01-26 21:31:02 +01:00
Abdullah Tahiri
4e19839bb9
Sketcher: BSpline Creation solver call reduction
2017-01-26 21:31:02 +01:00
Abdullah Tahiri
e18dc4147b
Sketcher: BSpline Creation - pole circle on click
...
=================================================
This method creates the pole circles on every click. This allows to properly detect the closing of the curve
2017-01-26 21:31:02 +01:00
Abdullah Tahiri
c809bfbed8
Sketcher: InternalAligment Python extension to InternalAlignmentIndex
...
=====================================================================
Extension of Constraint Python code to consider the case with 4 ints, where the last int is InternalAligmentIndex for InternalAligment constraint
2017-01-26 21:31:02 +01:00
Markus Lampert
287094cf83
Fixed moved dogbone to use logging module - and fixed a bug while I was at it.
2017-01-26 10:47:57 -08:00
Markus Lampert
f2ea9cb607
Fixed secondary debug logging in holding tags.
2017-01-26 10:47:57 -08:00
Markus Lampert
3f6b4a0b79
Path logging interface and bulk transfer of HoldingTags dressup to use module.
2017-01-26 10:47:57 -08:00
Yorik van Havre
9954cc63ac
Draft: Fixed small bug in SVG output
2017-01-25 21:29:33 -02:00
Yorik van Havre
009859ddf3
Draft: AutoGroup system
2017-01-25 14:55:14 -02:00
wmayer
843a36ccf8
py3: ported Complete to python3
2017-01-25 10:18:29 +01:00
wmayer
7b782e595f
fix crash when pressing cancel on pipe task panel
2017-01-24 15:00:41 +01:00
drallod
48228f66a7
Path: Fixed issue where GCodeEditorDialog wouldn't appear for some post processors
2017-01-24 10:30:14 -02:00
Zheng, Lei
1b197ae1ef
Draft: improved makeSketch backward compatibility
2017-01-24 10:25:58 -02:00
Zheng, Lei
00016543fa
Draft: various fixes and improvements of makeSketch
...
* Fixed extra conincidence constraint on closed wire
* Fixed Part::Feature arc handling
* Added support for Part.Shape
* Added radius and radius equal constraint
* Added support for auto deleting objects and all of its linked children
* Improved performance of autoconstraint
2017-01-24 10:25:58 -02:00
Bernd Hahnebach
934c059fc6
FEM: GMSH mesh object, in some cases the task panel did not open
2017-01-24 10:16:44 -02:00