wmayer
2732a324e8
+ fix DrawingView::onRelabel() to accept any page names
2014-08-21 17:26:52 +02:00
Abdullah Tahiri
1db66d8b40
Sketcher properties feature enhancement: Separated sublist for unnamed datum constraints
2014-08-21 14:11:51 +02:00
wmayer
661c9c5a46
+ fix trim mesh with plane
2014-08-21 13:26:35 +02:00
wmayer
3b97ce9b85
+ suppress annoying warnings with MSVC for SMESH sources
2014-08-20 15:31:33 +02:00
Michael G. Hansen
e2cd67e99b
1659: 3dconnexion space navigator moves view even when FreeCAD is not the active application
...
Check whether the freecad window is active before relaying the space navigator events.
2014-08-19 15:46:52 +02:00
Michael G. Hansen
675693c719
Fix typo.
2014-08-19 15:26:58 +02:00
Michael G. Hansen
784e52ddb6
Fix bug 1643: Projections are always added to the first drawing page
2014-08-19 15:07:02 +02:00
wmayer
d5870525ff
+ fix build failure on Windows, remove unused headers, whitespace improvements
2014-08-19 14:02:16 +02:00
Abdullah Tahiri
d8f68afc62
New feature: Edit Sketch datum constraints from data Property view
...
This feature shows in the data properties associated to a TreeView element,
the datum constraints, i.e. those with an associated value.
2014-08-19 13:23:15 +02:00
Sebastian Hoogen
e22266d5eb
improvements to exportDRAWEXE
...
load only MODELING module instead of ALL
show TypeId of unsupported Objects
use angel of revolution for cones
improve sweep output
support for point, vertex, Part and Draft Polygon
cache object names to reuse them in DRAWEXE
do not expode spine which are allready edges
don't try to make faces from arcs (if this failed in FreeCAD allready)
use rounded floats if they safe digits
Sometimes the floats seems to be rounded to twelve decimal
places. we round them if it allows so safe digigts.
round angles
2014-08-18 14:45:42 -03:00
Sebastian Hoogen
dfcf54e975
bugfix in Draft.ViewProiderPoint
...
remove access to nonexistant property
2014-08-18 14:45:42 -03:00
Sebastian Hoogen
42d18d4689
Reverse the projection direction of DXF exports
2014-08-18 14:45:42 -03:00
wmayer
6ea9fdde3f
+ fixes #0001689 : Show name of the drawing page in the tab of the drawing
2014-08-18 14:44:28 +02:00
wmayer
2fe8e5c070
+ fixes #0001696 : Quantity.getValueAs('rad') touches the Property
2014-08-18 13:30:14 +02:00
Sebastian Hoogen
2583e50ea0
flush stdout after reseting the console color
2014-08-18 13:11:16 +02:00
wmayer
222bcf39c4
+ improve OCC version macro, fix build failure with MinGW, fix build failure with Coin2
2014-08-18 11:34:02 +02:00
Yorik van Havre
8bca62bf84
Enhanced a bit the document icon in tree view
2014-08-17 18:49:49 -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
wmayer
150b6343c2
+ prepare property editor for items with unknown number of children
2014-08-17 18:36:27 +02:00
Yorik van Havre
608609eff7
Draft: Fixed small regression in Draft2Sketch
2014-08-16 19:40:35 -03:00
Bernd Hahnebach
23ae1841d3
Arch: fix in new ifc-importer
2014-08-16 12:37:06 -03:00
wmayer
f46ec01849
+ fixes #0001689 : Show name of the drawing page in the tab of the drawing
2014-08-16 15:08:55 +02:00
wmayer
3b0b92e0e0
+ fixes #0001690 : sketch.getPoint crashes FreeCAD if the point does not exist
2014-08-16 14:41:30 +02:00
wmayer
17ce376924
+ code cleanup
2014-08-16 14:15:46 +02:00
Yorik van Havre
1003e556cb
Draft - Allow to export Drawing pages to DXF - fixes #1686
...
* Uses DXF algos of the Drawing module instead of the Draft dxf library
* Uses a DXF template with the same name as the SVG template, if existing
* Only Draft, Arch, Part and Annotation views are currently supported
* Drawing module's projectToDXF() now returns only a fragment instead of a full DXF file
2014-08-15 18:14:17 -03:00
wmayer
b70d303612
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2014-08-15 14:37:25 +02:00
Sebastian Hoogen
716087ee46
fixes #0001684 : Sweep ignores the list of subshapes
2014-08-15 14:35:59 +02:00
Yorik van Havre
4e3e51835e
Draft: Fixed wrong preferences text
2014-08-14 19:51:31 -03:00
Johannes Reinhardt
5f11fb054f
Use new curve discretization
2014-08-14 23:28:50 +02:00
Johannes Reinhardt
e8eb687e10
Revert "Arch: Turned jreinhardt's fix to webGL into an option"
...
This reverts commit 90f2fc2034 .
Conflicts:
src/Mod/Arch/Arch_rc.py
src/Mod/Arch/Resources/ui/archprefs-import.ui
2014-08-14 23:28:50 +02:00
wmayer
b26ed2a3a9
+ Support Quasi methods in discretize()
2014-08-14 19:11:51 +02:00
Yorik van Havre
f85c33202a
Draft: clearer preference text for dimension style setting
2014-08-14 11:57:17 -03:00
wmayer
21ec6f0e6e
+ Give example for discretize() matching the shape type
2014-08-14 11:38:39 +02:00
wmayer
e4aa0049c1
+ support First and Last keywords in discretize
2014-08-14 11:16:54 +02:00
wmayer
1619ff964e
+ fix and improve discretize() method
2014-08-13 23:33:27 +02:00
Yorik van Havre
f2bde70bd5
Arch: small bugfixes in Drawing projection stuff
2014-08-13 16:21:08 -03:00
wmayer
d43750d625
+ Check for valid document in link properties
2014-08-13 17:47:50 +02:00
wmayer
f85af9ef36
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2014-08-13 12:49:37 +02:00
wmayer
1d2ccdf0b7
+ fixes #0001682 : Crash after updating editable texts in drawing
2014-08-13 12:49:09 +02:00
Yorik van Havre
60d9335b8f
Arch: Misc improvements to section planes
2014-08-13 00:28:27 -03:00
Sebastian Hoogen
56beac4967
bugfixes and feature enhancements in exportDRAWEXE
...
bugfix to Loft in exportDRAWEXE
added Extrusion
ability to clean shapes from teselation before export
support for Fillet in exportDRAWEXE
name shapes with restore command
remove trailing dot from decimals
include version information in output
allow to test if a suboject is supported
explode sections of loft and sweep and edges for fillet
2014-08-12 18:17:07 +02:00
wmayer
6798c0ba22
+ fix cmake configure failure
2014-08-12 17:03:01 +02:00
Sebastian Hoogen
83ff578e2b
link against TKAdvTools only if OCCT < 6.7.3
2014-08-12 08:10:54 +02:00
wmayer
e131aa976e
+ on document load set camera setting of the MDI views
2014-08-12 00:07:16 +02:00
wmayer
4bc153f1c0
+ fixes #0001667 : 'Save file' disabled when viewing a drawing
2014-08-11 22:59:16 +02:00
wmayer
883d4ce9e3
+ do not apply corrupted transformation (NaN) from SoCenterballManip
2014-08-11 14:56:30 +02:00
wmayer
4f3f96cba1
+ change selectNumber() to check against the locale signs
2014-08-11 11:07:24 +02:00
wmayer
dd3083f04e
+ fix regression in selectNumber(), + little performance boost, fix whitespaces
2014-08-11 10:46:43 +02:00
jriegel
4cd434a096
New parser c-files
2014-08-10 19:17:40 +02:00
jriegel
ba683cb39d
Merge branch 'refs/heads/negative_sign_problem-2'
2014-08-10 19:12:39 +02:00