Commit Graph

4061 Commits

Author SHA1 Message Date
jriegel
a988ead620 Fix in color calculation 2014-04-13 18:03:04 +02:00
jriegel
eadc02d65d some fixes in Fem 2014-04-13 16:42:41 +02:00
wmayer
e34c0f6734 + fixes #0001505: Fix multiple bugs in Idf.py 2014-04-13 16:34:14 +02:00
wmayer
be8c5938de + fixes #0001505: Fix multiple bugs in Idf.py 2014-04-13 13:55:33 +02:00
Yorik van Havre
082aec2e6b Arch: Fixed IFC importer to work with latest IfcOpenShell version 2014-04-12 20:43:23 -03:00
Yorik van Havre
1b08c704ea Further adjustments in offline doc tools 2014-04-11 18:21:29 -03:00
Yorik van Havre
56935813e5 Arch: fixed bug when using the IFC importer twice 2014-04-11 15:35:57 -03:00
Yorik van Havre
dc0bbee020 More cleaning in offline doc scripts 2014-04-08 16:09:37 -03:00
Yorik van Havre
162b82016d Housecleaning in offline docs scripts 2014-04-08 12:44:53 -03:00
wmayer
31ec4c8ffb + disable to set PYTHONPATH by default 2014-04-08 17:03:31 +02:00
wmayer
78b24c9ba7 + fixes# 0001502: crash when using 'move' tool in part workbench 2014-04-08 13:59:22 +02:00
wmayer
95bda08764 + fix crash when closing sketch while external geometry handler is still active 2014-04-08 12:07:03 +02:00
wmayer
6eee3c6146 + fix minor issues with graph export 2014-04-07 19:38:54 +02:00
Yorik van Havre
2845505c9f Draft: preparing for units support 2014-04-07 12:17:48 -03:00
wmayer
f62ff52302 + fixes #0001501: Add Ability to Export Dependency Graph as SVG and PNG 2014-04-07 14:26:43 +02:00
wmayer
397ee6edde + avoid to build Material target all the time 2014-04-07 12:01:55 +02:00
Yorik van Havre
29b7ed3632 Arch: Switched structure and window to Units system 2014-04-06 18:47:46 -03:00
Yorik van Havre
4e656dd5d5 Draft: added getShapes() function to DXF import
You can now use importDXF.getShapes(filename) to get a list
of shapes from a DXF file
2014-04-06 13:04:47 -03:00
wmayer
00d3a5d619 + fix build failure, fix warning 2014-04-06 10:23:17 +02:00
wmayer
b5b6d49d2e + restore arrow cursor when mouse moves into empty area in 3d view 2014-04-05 19:57:40 +02:00
wmayer
a1e049bc8a + extend Python API of selection gate 2014-04-03 13:57:57 +02:00
wmayer
982a555dcb + code cleanup 2014-04-03 10:23:57 +02:00
wmayer
c332b3294e + Re-enable Mefisto for MSVC 2014-04-03 10:23:30 +02:00
wmayer
f2a922bdf2 + implement key up/down for input field, fix wheel event 2014-04-02 12:22:28 +02:00
wmayer
25d0242f97 + fixes #0001497: Implement getCameraOrientation similarly to getViewDirection 2014-04-02 11:40:36 +02:00
wmayer
8c91a78703 + fix bug in spiral creation 2014-04-02 10:46:13 +02:00
Yorik van Havre
8a14564883 Draft: Fixes from wandererfan 2014-04-01 19:23:31 -03:00
wmayer
7b07bdfe10 + Add CountEdges to Python interface of Mesh class 2014-04-01 17:27:33 +02:00
wmayer
37cc136310 + do meshing of shapes in parallel 2014-04-01 16:38:44 +02:00
wmayer
a0c8dc7466 + use Quantity type as QVariant, add quantity property to InputField and implement a PySide converter 2014-04-01 15:43:40 +02:00
Yorik van Havre
2d724365cf Arch: cosmetic improvements in wall and prefs 2014-03-31 16:25:41 -03:00
Yorik van Havre
57a6b82d50 Arch: fixed a text in Arch preferences 2014-03-31 15:44:46 -03:00
Yorik van Havre
10a4fc090c Arch: Converted wall tool to units system 2014-03-31 15:40:52 -03:00
wmayer
e47b85994c + fix possible crashes in mirror and polar pattern feature 2014-03-31 16:35:22 +02:00
wmayer
aaeba38e78 + Fix crash when editing the linear pattern feature, suppress some warnings in release mode 2014-03-31 14:42:55 +02:00
Yorik van Havre
fabe39b976 Draft: fixes in offset 2014-03-29 19:39:11 -03:00
Yorik van Havre
0087cfeccb Spreadsheet: Allow to control sketches datum values 2014-03-29 18:38:33 -03:00
Yorik van Havre
cdc516a7da Spreadsheet: small fix 2014-03-29 16:49:06 -03:00
Yorik van Havre
924392346b Spreadsheet: property controller - fixes #926
Added a new object and tool called property controller, which
must be added to a spreadsheet and gives the value of a cell to
a property of an object.
2014-03-29 16:16:04 -03:00
Yorik van Havre
749a8fa1d6 Draft - enabled utf8 in coin3d and svg - relates to issue #1404 2014-03-29 14:31:45 -03:00
wmayer
8693bfab1a + remove plus sign 2014-03-29 13:19:48 +01:00
Barleyman
e1b5f91378 Update Idf.py
Fixes from bug 1366 http://www.freecadweb.org/tracker/view.php?id=1366
2014-03-29 13:08:22 +01:00
wmayer
69044c6bcd Merge branch 'patch-1' of https://github.com/Barleyman/FreeCAD_sf_master 2014-03-29 13:00:41 +01:00
Marcus Brinkmann
08c36cf752 Find Coin3 header files on Fedora. 2014-03-29 12:42:28 +01:00
wmayer
f255948f1e + fixes: #0001475: Implement a 3 point arc similar to solidworks in sketcher (mdinger) 2014-03-29 12:20:32 +01:00
wmayer
ce7a3ecaa2 + fixes #0001490: Implement a perimeter circle (3 point circle) similar to solidworks in sketcher (mdinger) 2014-03-29 12:03:17 +01:00
wmayer
9c806a427c + minor change in Vector2D 2014-03-29 11:57:58 +01:00
wmayer
79c0e0bd2a + fix typos or documentation 2014-03-29 11:46:07 +01:00
wmayer
5a8770553f + Re-insert workbench box in Complete due to weird behaviour on some systems 2014-03-29 09:53:26 +01:00
WandererFan
d68ea73879 Fixes to PathArray
- missing refresh() in DraftTools
- handle case where Base obj has non-trivial Placement
- copy Base obj format to PathArray object
2014-03-28 22:54:33 -03:00