Yorik van Havre
37ebcd4e28
Draft: fixed #1664 again
2015-01-04 20:38:47 -02:00
Yorik van Havre
71febeecf7
Draft: Changed working plane button text to Auto - fixes #1879
2014-12-29 17:54:04 -02:00
Michael Georg Hansen
120394c386
Prevent pages and views from being put into the drawing sheet.
2014-12-20 22:18:43 +01:00
Michael Georg Hansen
a268574e2b
Remove leftover debug output and use named parameters.
2014-12-20 22:18:22 +01:00
Michael Georg Hansen
bb2958b24d
Reuse projection settings from an existing view when creating new draft views.
...
Select a draft object and a view on a drawing page, then the view created for
the draft object will have the same projection settings as the selected view.
2014-12-20 22:17:08 +01:00
wmayer
d14f1aeda7
+ fixes #0001848 : Radius of circle given in degrees
2014-12-16 12:10:15 +01:00
Yorik van Havre
9ed9925352
Draft: trimex extrusions now sets the solid property of the extruded object to True
2014-11-10 09:44:38 -02:00
Yorik van Havre
203fcb7a1b
Draft: Adapted Draft module for python3 compatibility - issue #995
2014-10-05 19:40:14 -03:00
Yorik van Havre
cfe6613c71
Draft: prevented possible deletion of draft wire during edit - fixes #1680
2014-10-05 17:30:18 -03:00
Yorik van Havre
2b99706910
Draft: Grid now checks preferences settings when redrawn - fixes #1671
2014-09-18 11:09:43 -03:00
Yorik van Havre
e207a563fc
Draft: Added a button to Dimension UI to select existing edges - fixes #1636
2014-09-15 17:05:44 -03:00
Yorik van Havre
28d4afb324
Draft: Objects drawn on an existing face will no longer take it as support unless the face was already selected
2014-08-17 18:09:44 -03:00
Yorik van Havre
608609eff7
Draft: Fixed small regression in Draft2Sketch
2014-08-16 19:40:35 -03:00
Yorik van Havre
5d1e487760
Draft: Fixed Offset tool - fixes #1634 , #1635
2014-08-09 13:41:52 -03:00
Yorik van Havre
26c49d4cd0
Arch: minor bugfixes
2014-08-08 19:07:26 -03:00
Yorik van Havre
031672e2f5
Draft: Setting the WorkingPlane from a quad face now also takes its x and y directions
2014-08-08 13:48:30 -03:00
Yorik van Havre
1041ce4c16
Draft: fix in SelectGroup tool - fixes #1568
2014-08-06 19:55:26 -03:00
Yorik van Havre
5dbb3fb803
Used Gui.addModule() instead of import in Draft & Arch
2014-08-05 19:38:40 -03:00
Yorik van Havre
8da3e7b9e8
Arch: improvements in Space object
...
* Better text control
* Text position editable with Draft Edit
* Additional properties such as finish types
2014-08-05 16:19:39 -03:00
Yorik van Havre
099d316809
Draft: Fixed offset in SelectPlane tool - fixes #1606
2014-08-04 13:53:38 -03:00
Yorik van Havre
41f4593070
Draft: adapted Draft2Sketch tool for macro recording - fixes #1661
2014-08-04 12:37:59 -03:00
Yorik van Havre
5a402d27df
Draft: default Z to 1 in Scale tool - fixes #1660
2014-08-04 12:01:44 -03:00
Yorik van Havre
4e28cddebb
Draft: Array tool now prints commands in the python console
2014-07-13 12:32:32 -03:00
Yorik van Havre
a2e261bb25
Draft: Renamed Layer to VisGroup
2014-06-10 10:21:01 -03:00
Yorik van Havre
d213bb043c
Draft: Workaround ghost errors in move tool
2014-05-16 18:44:02 -03:00
Johannes Reinhardt
2cde845f93
fixed some obvious typos
2014-05-16 19:23:39 +02:00
WandererFan
0fc9cd2b46
issue #1524 - Units in Draft Gui
...
- basic working version for points,radii entry
- logic added to Trimex, Offset, Rotate
2014-05-05 07:49:01 -04:00
Yorik van Havre
4bed68f6ec
Draft: Added Layer tool - issue #1504
2014-04-17 18:18:51 -03:00
Yorik van Havre
91e93a210e
Draft: Switching to Units system
2014-04-16 15:35:03 -03:00
Yorik van Havre
00641c26a1
Draft: fixes in offset
2014-03-29 19:39:11 -03:00
WandererFan
50760054dc
Fixes to PathArray
...
- missing refresh() in DraftTools
- handle case where Base obj has non-trivial Placement
- copy Base obj format to PathArray object
2014-03-28 22:54:33 -03:00
Yorik van Havre
118a00cdd7
Draft: added a continue button to the Point tool - fixes #1386
2014-03-12 12:16:44 -03:00
Yorik van Havre
9a6f0b0989
Draft: Fixed bug in Wire-to-Bspline conversion
2014-03-08 13:37:21 -03:00
Yorik van Havre
05dc5a8355
Draft: added workingplane snap mode - fixes #1461
2014-03-07 15:58:51 -03:00
Yorik van Havre
320e40d30d
Draft: Small fix in trimex
2014-03-03 17:32:48 -03:00
Yorik van Havre
1c1e7a4eb5
Draft: minor fix in Offset
2014-03-03 13:47:29 -03:00
Yorik van Havre
442a70b666
Draft: Fixed PropertyAngles - fixes #1451
2014-02-28 15:53:09 -03:00
Yorik van Havre
eb6c4a5d4f
Draft: Small typo fix
2014-02-28 10:05:44 -03:00
Yorik van Havre
48d63f8020
Arch: Small fixes around Arch and Draft
2014-02-26 18:01:24 -03:00
WandererFan
33819f48fc
Fix spurious "None" on cancel BSpline/BezCurve
2014-02-26 00:03:23 -03:00
Sebastian Hoogen
2358b7e3d1
Draft Bezier Curve: implemented Continuity Property
...
Draft: allow continuity on closed Bezier curves
Draft: BezCurve bugfixes
- smoothBezCurve
- edit mode
- avoid splitting points into segments as long as degree is zero
- increase the continuity when closing curve
- closed berzier curves
- Catch modifications of continuity of first and last knot on open curves
2014-02-23 11:54:59 -03:00
Sebastian Hoogen
d5fedf10d6
Draft: added functions to edit tangent or symmetric bezier curves
...
changed icon Draft_BezTanNode
bugfix in Draft BezCurve modifytangentpole
move poles with knots for Bezier Curves with Degree >=3
make bezier curves symmetric/tangent when clicking on poles by
keeping the coordinates of the selected pole
2014-02-23 11:54:58 -03:00
WandererFan
d39898edf4
Add BezCurve tangent/symmetric buttons to Draft.Edit
2014-02-23 11:54:58 -03:00
Sebastian Hoogen
19549e0940
Draft Bezier Curves: Add functionality to mockup
...
- Split poles to multiple bezier segments
- set degree of bezier curve
- Close Draft bezier curves
- set Degree at creation
- implement addPoint for piecewise Bezier curves
Draft BezCurve bugfixes
- fix Close button for BexCurve Edit
- fix tracker behaviour in for BezCurve.undoLast
Draft Bezier Curve: use circle trackers for control points
Draft: prepare functions to make bezier knots tangent or symmetric
2014-02-23 11:54:58 -03:00
WandererFan
d6313b057a
Add Draft Bezier Curve draw & edit mockup using bSpline tools.
2014-02-23 11:54:58 -03:00
Yorik van Havre
b5a1a8179b
Draft: Fixed IsActive methods - fixes #1431
2014-02-22 10:59:28 -03:00
Yorik van Havre
f8cd87a696
Fixed Draft utilities menu
2014-02-21 18:16:25 -03:00
WandererFan
a024719a6a
Handle non-Ascii in ShapeString SStringValue
2014-02-17 10:48:56 +01:00
Yorik van Havre
2349c8600a
Draft: small fix in point object
2014-02-13 12:19:59 -02:00
Yorik van Havre
f1fc606239
Draft: prevent other Draft objects from becoming Support
2014-02-13 10:04:06 -02:00