Changesets: FreeCAD

master 53ef53e0

2019-08-08 18:29:29

vocx


Committer: yorik Details Diff
Draft: WorkingPlane, Pythonic style, improved the docstring
mod - src/Mod/Draft/WorkingPlane.py Diff File

master 2bdf3347

2019-08-08 18:12:51

vocx


Committer: yorik Details Diff
Draft: WorkingPlane, Pythonic style, improved the docstrings
mod - src/Mod/Draft/WorkingPlane.py Diff File

master f13529de

2019-08-08 17:48:04

vocx


Committer: yorik Details Diff
Draft: WorkingPlane, Pythonic style, improved the docstrings
mod - src/Mod/Draft/WorkingPlane.py Diff File

master 4f8af518

2019-08-08 17:29:26

IMback

Details Diff
Restore R parameter behavior
mod - src/Mod/Path/PathScripts/PathDrilling.py Diff File
mod - src/Mod/Path/PathScripts/PathDrillingGui.py Diff File

master 57ef3dfd

2019-08-08 14:49:57

sdh4


Committer: wmayer Details Diff
Part.BSplineSurface.buildFromPolesMultsKnots(): Fix 'Truth value of an array ... use a.any() or a.all()' when explicit knots or weights provided

Calls to BSplineSurface.buildFromPolesMultsKnots() with explicit knots or weights fail in recent versions of FreeCAD (tested on 0.18.3 with python3) with the message 'The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()'.

This trivial change follows the pattern used later in the function of explicit comparisons with Py_None, replacing PyObject_Not() and PyObject_IsTrue() when they are used to determine whether explicit weights or knots have been provided.
mod - src/Mod/Part/App/BSplineSurfacePyImp.cpp Diff File

staging 7da1bc57

2019-08-08 14:14:26

realthunder

Details Diff
Gui: fix selection change handling in PropertyView
mod - src/Gui/PropertyView.cpp Diff File

master 75f974b1

2019-08-08 14:14:26

Zheng, Lei


Committer: wmayer Details Diff
Gui: fix selection change handling in PropertyView
mod - src/Gui/PropertyView.cpp Diff File

staging e5b2834c

2019-08-08 14:13:41

realthunder

Details Diff
App: fix property type matching in transaction
mod - src/App/Transactions.cpp Diff File
mod - src/App/Transactions.h Diff File

master 5a96db64

2019-08-08 14:13:41

Zheng, Lei


Committer: wmayer Details Diff
App: fix property type matching in transaction
mod - src/App/Transactions.cpp Diff File
mod - src/App/Transactions.h Diff File

staging 0d530114

2019-08-08 14:13:04

realthunder

Details Diff
TreeView: fix potential crash on deleting object
mod - src/Gui/Tree.cpp Diff File

master e047b876

2019-08-08 14:13:04

Zheng, Lei


Committer: wmayer Details Diff
TreeView: fix potential crash on deleting object
mod - src/Gui/Tree.cpp Diff File

master c8fda889

2019-08-08 08:38:30

IMback

Details Diff
Peck retract height default changed from 10mm to opStartDepth+1
Peck depth default changed to tool dia*0.75
Fields changed to QuanitiySpinBoxes
Insure travel between regions is always performed at safe height
Make Peck and Dwell exclusive in GUI
Restore name of RetractHeight
Use SetupSheet for all numerical properties
mod - src/Mod/Path/Gui/Resources/panels/PageOpDrillingEdit.ui Diff File
mod - src/Mod/Path/PathScripts/PathDrilling.py Diff File
mod - src/Mod/Path/PathScripts/PathDrillingGui.py Diff File
mod - src/Mod/Path/PathScripts/PathGui.py Diff File
mod - src/Mod/Path/PathScripts/PathOpGui.py Diff File

master cf430bf7

2019-08-08 06:01:34

vocx


Committer: yorik Details Diff
Draft: WorkingPlane, Pythonic style, improved the docstring
mod - src/Mod/Draft/WorkingPlane.py Diff File

master 8ac3b21c

2019-08-08 05:59:43

vocx


Committer: yorik Details Diff
Draft: WorkingPlane, Pythonic style, improved the docstring; these methods only work when 'FreeCAD.GuiUp' is True; it should print a message to the console indicating that.
mod - src/Mod/Draft/WorkingPlane.py Diff File

master 5a4ca2a4

2019-08-08 05:56:37

vocx


Committer: yorik Details Diff
Draft: WorkingPlane, Pythonic style, improved the docstring; setup() only works when 'FreeCAD.GuiUp' is True, otherwise it fails silently. This should be change to print a message to the console.
mod - src/Mod/Draft/WorkingPlane.py Diff File

master 17f39fc4

2019-08-08 05:12:55

vocx


Committer: yorik Details Diff
Draft: WorkingPlane, Pythonic style, improved the docstrings; alignToSelection() only works when 'FreeCADGui.Selection' is available, that is, when the graphical interface is loaded.
mod - src/Mod/Draft/WorkingPlane.py Diff File

master 97a02d87

2019-08-08 04:56:45

vocx


Committer: yorik Details Diff
Draft: WorkingPlane, Pythonic style, improved the docstrings; alignToSelection() only really works with Faces because it calls alignToFace(); it doesn't work with Edges nor Wires because alignToCurve() isn't fully implemented.
mod - src/Mod/Draft/WorkingPlane.py Diff File

master 7b91cbce

2019-08-08 03:42:22

vocx


Committer: yorik Details Diff
Draft: WorkingPlane, Pythonic style, improved the docstrings
mod - src/Mod/Draft/WorkingPlane.py Diff File

staging eb94ff72

2019-08-08 03:13:21

realthunder

Details Diff
TreeView: fix bug in selection sync
mod - src/Gui/Tree.cpp Diff File

master 0d77bcdd

2019-08-08 03:13:21

Zheng, Lei


Committer: wmayer Details Diff
TreeView: fix bug in selection sync
mod - src/Gui/Tree.cpp Diff File

staging 00dbdb11

2019-08-08 03:10:53

realthunder

Details Diff
Gui::Document: fix saving of camera setting
mod - src/Gui/Document.cpp Diff File
mod - src/Gui/Document.h Diff File

master 61df79ab

2019-08-08 03:10:53

Zheng, Lei


Committer: wmayer Details Diff
Gui::Document: fix saving of camera setting
mod - src/Gui/Document.cpp Diff File
mod - src/Gui/Document.h Diff File

master 51e6f918

2019-08-08 02:50:42

vocx


Committer: yorik Details Diff
Draft: WorkingPlane, Pythonic style, improved the docstring, although alignToCurve is not yet implemented so it doesn't do anything
mod - src/Mod/Draft/WorkingPlane.py Diff File

master 1a328e58

2019-08-08 02:42:56

vocx


Committer: yorik Details Diff
Draft: WorkingPlane, Pythonic style, improved the docstring.
mod - src/Mod/Draft/WorkingPlane.py Diff File

master 04a0c0bb

2019-08-08 00:53:05

vocx


Committer: yorik Details Diff
Draft: WorkingPlane, Pythonic style, improved the docstring.
mod - src/Mod/Draft/WorkingPlane.py Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 283 284 285 286 287 288 289 ... 350 ... 420 ... 490 ... 560 ... 630 ... 649 650 651  Next  Last