carlopav
c1696f20dc
Draft: fixed edit for dimension objects
2020-05-04 10:53:54 +02:00
carlopav
81e5a3487b
Draft: fix ScaleMultiplier on annotation objects
...
Object auto create the property when opening an old Draft annotation
.
2020-05-04 10:53:54 +02:00
carlopav
f27f038da4
Draft: split extrude from Draft.py
2020-05-04 10:51:08 +02:00
carlopav
40e8eb7b84
Draft: split downgrade from Draft.py
2020-05-04 10:51:08 +02:00
carlopav
f0136fd27d
Draft: split cut from Draft.py
2020-05-04 10:51:08 +02:00
carlopav
08448d198e
Draft: split upgrade from Draft.py
...
.
2020-05-04 10:51:08 +02:00
carlopav
c9ce87b5fb
Draft: split draftify from Draft.py
2020-05-04 10:51:08 +02:00
carlopav
c567ce10a1
Draft: split fuse from Draft.py
...
.
2020-05-04 10:51:08 +02:00
carlopav
3c6bc25667
Draft: split heal from Draft.py
2020-05-04 10:51:08 +02:00
carlopav
2d6b7479f0
Draft: split mirror from Draft.py
...
.
2020-05-04 10:51:08 +02:00
carlopav
9eb59414c1
Draft: split offset from Draft.py
...
.
2020-05-04 10:51:08 +02:00
carlopav
ff1d0587ff
Draft split Split from Draft.py
2020-05-04 10:51:08 +02:00
carlopav
af31394e21
Draft: split scale related functions from Draft.py
...
.
2020-05-04 10:51:08 +02:00
carlopav
964d8a9851
Draft: split join functions from Draft.py
2020-05-04 10:51:08 +02:00
carlopav
e14d632f02
Draft: split isClosedEdge form Draft.py
...
.
2020-05-04 10:51:08 +02:00
carlopav
e94be2e542
Draft: split rotate from Draft.py
2020-05-04 10:51:08 +02:00
carlopav
66031c8dbe
Draft: split Move from Draft.py
2020-05-04 10:51:08 +02:00
carlopav
3351cde462
Draft: split FilterObjectsForModifiers from Draft.py
2020-05-04 10:51:08 +02:00
carlopav
7bdf54e933
Draft: delete makeWire from Draft.py
2020-05-04 10:51:08 +02:00
carlopav
1f0e6e2855
Draft: split makeCopy from Draft.py
...
.
2020-05-04 10:51:08 +02:00
Zheng, Lei
76617fd582
Gui: check object existence before SelBack/Forward
2020-05-03 19:18:46 +02:00
lorenz
cbea54d00c
partdesign: fix failing tapered hole test
...
The given parameters return an invalid shape. This fails with occt7.4 but doesn't with occt7.3. If the angle is 45 degree the cone is self-intersecting as Hole.Depth > Hole.Diameter/2. Changing the Hole.TaperedAngle to 60 degree solves this issue.
2020-05-03 17:49:13 +02:00
sliptonic
74b32ff0c6
Merge pull request #3422 from sliptonic/bug/fstring
...
Path: remove fstrings to maintain xenial compatibility
2020-05-03 09:29:08 -05:00
sliptonic
5f30c339e5
Merge pull request #3401 from etrombly/startPoint
...
[PATH] change intra-operation travels back to clearance height
2020-05-03 09:28:45 -05:00
Adrian Insaurralde Avalos
76f2799ac4
Editor preferences rearrangement to eliminate the need to scroll down
2020-05-03 16:11:07 +02:00
wmayer
7a2e16ac9b
Mesh: [skip ci] allow to pass target number to Python function Mesh.decimate()
2020-05-03 15:25:48 +02:00
wmayer
3bef7ba7c9
Mesh: add GUI to perform mesh decimation
2020-05-03 15:06:03 +02:00
wmayer
a759c7ecd6
Mesh: add overloaded mesh decimation to set target number of triangles
2020-05-03 15:04:50 +02:00
0penBrain
23bf4e745d
[Sketcher] Ensure datum edit dialog is fully shown over the main window
2020-05-03 11:11:47 +02:00
wmayer
e0b1852165
Gui: [skip ci] fixes: "Text document" renaming crash
2020-05-03 09:43:04 +02:00
0penBrain
47c0edfc04
[Sketcher] Harmonize points selection order for symmetry constraint ; fixes #3746
2020-05-03 08:11:47 +02:00
sliptonic
2ce2949bb6
Merge pull request #3418 from dubstar-04/fixes/toolbits
...
[Path] Set Toolbit Origin at 0,0,0
2020-05-02 13:44:04 -05:00
sliptonic
22f4f2ba2f
Path: remove fstrings to maintain xenial compatibility
2020-05-02 13:42:22 -05:00
sliptonic
80e8bb4086
Merge pull request #3411 from mlampert/master
...
Path: Bugfix/tc unit test with toolbit
2020-05-02 13:39:42 -05:00
Zheng, Lei
b7225460f5
Gui: fix restoring of geo feature group
2020-05-02 12:40:45 -04:00
wmayer
bb55427ca2
[skip ci] fixes #0004309 : The behavior of the Std_DrawStyle command is inconsistent when there are multiple 3D views for the active document.
2020-05-01 23:30:53 +02:00
wmayer
3f9e53b9a5
Gui: [skip ci] implement function to rename parameter group
2020-05-01 22:47:30 +02:00
wmayer
70f9ab83ad
Base: [skip ci] Parameter Editor: Rename group creates new group
2020-05-01 20:08:43 +02:00
wmayer
f317f900ce
Gui: [skip ci] fixes: Std_DrawStyle button image: confusing update behavior
2020-05-01 17:36:00 +02:00
wandererfan
a77c4b7b2e
[Draft]PathArray TangentVector & gimbal lock
...
- allows user to specify orientation of copies
- prevents gimbal lock by using Base.Rotation instead of
YRP transforms
2020-05-01 11:34:33 -04:00
wmayer
9394da9132
Gui: [skip ci] fixes #0004310 : Std_FreezeViews command: The settings of frozen views resulting from loading a *.cam file will not be saved in a new *.cam file.
2020-05-01 16:14:51 +02:00
wmayer
73f42c2aec
Gui: [skip ci] fixes: Parameter Editor: Problem resizing columns in right panel
2020-05-01 15:24:16 +02:00
wmayer
259580eaf6
Gui: [skip ci] fixes: Std_DlgCustomize: 2 shortcuts can be assigned to macro
2020-05-01 12:37:49 +02:00
wmayer
7c73868ff2
Gui: [skip ci] do some code refactoring in DlgCustomKeyboardImp to reduce code duplication
2020-05-01 11:46:55 +02:00
wmayer
bdd6329cd6
Gui: [skip ci] fixes: Std_DlgCustomize: commands can get dropped from custom toolbars
2020-05-01 00:04:44 +02:00
wandererfan
f8722c1bb2
[TD]crash loading old development models
...
- LeaderLine behaviour changed during development
2020-04-30 15:57:35 -04:00
Daniel Wood
6eefb0ae07
Place v-bit tool tip at origin
2020-04-30 20:18:04 +01:00
Daniel Wood
04d5e38e67
Place endmill tool tip at origin
2020-04-30 20:17:45 +01:00
Daniel Wood
093480a289
Place drill tool tip at origin
2020-04-30 20:17:33 +01:00
Daniel Wood
fb7ff8fe2e
Place bullnose tool tip at origin
2020-04-30 20:17:18 +01:00