Changesets: FreeCAD
master 53ef53e0 2019-08-08 18:29:29 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Committer: yorik Details Diff |
Draft: WorkingPlane, Pythonic style, improved the docstring. | ||
mod - src/Mod/Draft/WorkingPlane.py | Diff File |