Commit Graph

3245 Commits

Author SHA1 Message Date
Yorik van Havre
320e40d30d Draft: Small fix in trimex 2014-03-03 17:32:48 -03:00
Yorik van Havre
2fb5d5869b Start: Improvements to the Start page - relates to #1017
* Removed the videos section
* Added descriptions for feed links
* New cleaner look
* Colors taken from the system
* Feed links open in an external browser
2014-03-03 17:01:18 -03:00
wmayer
def5d954c0 + fixes #0001330: Cannot link edge to external geometry 2014-03-03 18:50:43 +01:00
wmayer
fd301efbe4 Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2014-03-03 18:48:12 +01:00
Yorik van Havre
1c1e7a4eb5 Draft: minor fix in Offset 2014-03-03 13:47:29 -03:00
wmayer
befb6ec6e8 + fixes #0001356: Error message displays value in Radians (adding reduntant/conflicting angle constraint) 2014-03-03 17:19:33 +01:00
Yorik van Havre
06a327a195 Draft: small fix to clone object 2014-03-03 12:18:54 -03:00
wmayer
88c05dcbac + fixes #0001456: multi select of PartDesign treeview items with their creation sketch, can not then be dragged into a group object 2014-03-03 12:37:44 +01:00
blobfish
6324cea64d Part: ModelRefine: Skip conic edges.
Extension on Mantis #1450
2014-03-03 10:32:15 +01:00
wmayer
ef0b0eab50 + fixes #0001318: Crash when exporting .step file 2014-03-02 18:16:16 +01:00
Sebastian Hoogen
4a3f1cc33c BrepTools::Dump to string 2014-03-02 14:42:41 +01:00
wmayer
5bfb3ee3e9 + improve doc string (for bug 1257) 2014-03-02 13:12:23 +01:00
Sebastian Hoogen
4749e35e95 parse keyword arguments in Part::TopoShapePy::makeOffsetShape 2014-03-02 08:56:08 +01:00
wmayer
45f8f5c1cf + fixes #0001430: SegFault when FreeCAD imports textured PLY file 2014-03-01 16:32:29 +01:00
wmayer
1608083d07 Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2014-03-01 13:15:52 +01:00
blobfish
f915427805 Part: ModelRefine: Skip spherical edges for edge fuse.
Mantis #1450
2014-03-01 13:15:16 +01:00
jriegel
f1d7d3f0cb remove /EHa from Windows DEBUG builds 2014-03-01 12:49:31 +01:00
blobfish
eef868f5e2 Part: CheckGeometry: Adding shape content widget to task 2014-03-01 12:45:54 +01:00
wmayer
29f688a4b5 + fixes #0001453: Use string representation for PropertyPlacement editor that presevers double precision 2014-03-01 12:41:29 +01:00
wmayer
ec7d0d573a Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2014-03-01 11:42:06 +01:00
wmayer
97a4d4f4ae 0001453: Use string representation for PropertyPlacement editor that presevers double precision 2014-03-01 11:41:42 +01: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
wmayer
9e01b412cf + fixes #0001448: Newly created python macros don't have an asterisk in their window title. 2014-02-28 11:30:04 +01:00
wmayer
95daf2953e 0001441: entering Transform mode degrades the Placemens rotation to single precision 2014-02-28 11:22:09 +01:00
wmayer
bd9ec33654 + Disable debug prints in gear feature, fix JSON error on save and load 2014-02-28 10:21:49 +01:00
wmayer
54dd200b67 + Avoid to open two transactions when creating a pad 2014-02-28 10:02:59 +01:00
wmayer
f5b7347b35 + fixes #0001449: CalculixLib.py not included in ~/src/Mod/Fem/CMakeLists.txt 2014-02-27 23:50:23 +01:00
wmayer
451415945c + PySide migration 2014-02-27 19:15:46 +01:00
WandererFan
3814c6b126 1443: Fix ShapeString user font selection on Windows 2014-02-27 15:18:18 +01:00
wmayer
9234c7463d + fixes #0001441: entering Transform mode degrades the Placemens rotation to single precision 2014-02-27 14:43:07 +01:00
wmayer
0a8b3a7ec8 + fixes #0001447: Crash when opening task dialog for orthographic projection while another task dialog is open 2014-02-27 11:14:53 +01:00
Yorik van Havre
48d63f8020 Arch: Small fixes around Arch and Draft 2014-02-26 18:01:24 -03:00
wmayer
0b0a57a4eb + Replace floats with doubles 2014-02-26 16:27:28 +01:00
WandererFan
33819f48fc Fix spurious "None" on cancel BSpline/BezCurve 2014-02-26 00:03:23 -03:00
wmayer
bb976efd79 + Added coin add/remove DraggerCallback python functions (guilhemdesq) 2014-02-25 17:43:48 +01:00
wmayer
f0d8650c3c + Fix broken unit tests 2014-02-25 15:24:10 +01:00
Yorik van Havre
4b0b483892 Arch: Fixed test suite - fixes #1442 2014-02-25 10:22:01 -03:00
Yorik van Havre
7c53861f4d Arch: small fix to Ifc Explorer 2014-02-24 22:00:13 -03:00
Yorik van Havre
1e3c8f0025 Part: Fixed python representation of Part2DObject - fixes #1387 2014-02-24 16:10:51 -03:00
Yorik van Havre
cb40db4991 Draft: used distToShape in DraftGeomUtils - fixes 1439 2014-02-24 12:19:36 -03:00
Yorik van Havre
9c262efd19 Draft: Turn Draft BezCurves into faces when closed 2014-02-24 10:56:00 -03:00
wmayer
effedb5d1c + detect from Python whether a document is modified, give option to suppress warning from SendMsgToActiveView 2014-02-24 11:30:27 +01:00
Yorik van Havre
b0f61652f4 Arch: Added BezCurve to Arch WB 2014-02-23 12:04:37 -03:00
WandererFan
463600595c Cosmetic change - remove "######" placemarkers 2014-02-23 11:54:59 -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