wmayer
03022837c3
0001189: Re-assign hot keys 0 thru 6 to line up with the icon placement.
2013-07-24 16:22:36 +02:00
wmayer
b1451181ea
Edge collapse method
2013-07-23 13:28:37 +02:00
wmayer
d9e126fdf2
Fix typos
2013-07-23 11:18:56 +02:00
Yorik van Havre
0253fb9e74
Arch: added spaces to the ifc importer + minor fixes
2013-07-19 15:47:47 -03:00
wmayer
4263271fe4
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2013-07-19 12:28:11 +02:00
wmayer
a5d9d6312d
Fix Python exception handling
2013-07-19 12:27:44 +02:00
Yorik van Havre
f43fcd1fb5
Arch: Wall and Struct tools now set the working plane before drawing
2013-07-18 16:26:00 -03:00
Yorik van Havre
08f031d6ca
Draft: Small interface cleanup
2013-07-18 16:04:34 -03:00
Yorik van Havre
b2637897f5
0000982: Arch Space object
...
A new Arch Space object that can be created from a solid shape or from
several boundary faces, or a mix of both
2013-07-18 12:59:17 -03:00
Yorik van Havre
dcb2ebf2ec
Arch: Further work on Space object
2013-07-17 13:23:33 -03:00
Yorik van Havre
27b8be4e9b
Arch: forgot to update the cmake file...
2013-07-16 19:59:56 -03:00
Yorik van Havre
5255443469
Arch: First draft of a Space tool
2013-07-16 19:09:16 -03:00
Yorik van Havre
3a75c0e086
0001184: Support for arc segments in Draft wires
...
Draft wires can now be based on a sketch with arcs, by using the
Upgrade tool on a sketch.
2013-07-16 16:30:44 -03:00
Yorik van Havre
ea4d33f610
Draft: Enabled hatch patterns for all fillable Draft objects
2013-07-16 15:43:07 -03:00
Yorik van Havre
1831cb9e34
Draft: Split main preferences page into 2
2013-07-16 13:40:06 -03:00
wmayer
64890a4552
0001182: Preserve names and colors on console mode export to STEP
2013-07-16 14:41:30 +02:00
wmayer
b7992ed76f
0001105: disable grid in sketcher
2013-07-14 18:14:18 +02:00
wmayer
097b95f686
Show linked objects of compound objects as children in tree view
2013-07-14 15:53:57 +02:00
wmayer
a81639afe1
Add a parametric compound command
2013-07-13 15:05:13 +02:00
wmayer
de9ad5ddfb
0001110: Decimal point entry in LinearPattern length field
2013-07-12 17:15:05 +02:00
wmayer
c44158f90b
0000846: [Sketcher] Dragging + ESC
2013-07-12 15:30:47 +02:00
wmayer
f511d5cc96
Remove updateUi() from slot functions
2013-07-12 12:55:37 +02:00
wmayer
227b1f6eb2
0001110: Decimal point entry in LinearPattern length field
2013-07-12 12:49:37 +02:00
wmayer
93827f68e8
0001175: pressing escape in datum editing dialog closes sketch
2013-07-12 11:28:54 +02:00
Sebastian Hoogen
12f4190c93
OpenSCAD: call which to find openscad executable
...
on all platforms except 'win32'
2013-07-10 20:52:23 +02:00
Sebastian Hoogen
3b32918e54
OpenSCAD check for relative paths in open function as well
2013-07-10 16:43:22 +02:00
Sebastian Hoogen
9f4c547afe
search for OpenSCAD executable when initalizing WB
2013-07-10 16:19:24 +02:00
Sebastian Hoogen
97f3fd54ce
use TypeId instead of Type of Part::Feature in exportCSG.py
2013-07-10 16:11:32 +02:00
Sebastian Hoogen
f1762bf3f4
added function to search for the openscad executeable
...
this function implmented but not called at the moment
2013-07-10 16:11:32 +02:00
Sebastian Hoogen
0d7fafc048
OpenSCAD check for gui in rotate extrude
2013-07-10 16:11:32 +02:00
Sebastian Hoogen
558a3e715e
process OpenSCADs stdout and allow os.unlink to fail
2013-07-10 16:11:31 +02:00
Sebastian Hoogen
c6c68f77b2
proposal for exporter
2013-07-10 16:11:31 +02:00
wmayer
bebd37a39a
0000459: Revolving a single line sketch fails
2013-07-10 15:26:31 +02:00
wmayer
f388e0001b
0000923: Split shape color setting from current preference page into a separate page
2013-07-10 14:45:06 +02:00
wmayer
a66d9449b0
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2013-07-09 19:03:27 +02:00
wmayer
a966534295
0000931: Can't change STEP/IGES export units through Python interface
2013-07-09 19:02:53 +02:00
Yorik van Havre
7e525e6d8c
Draft: Further work on hatching
2013-07-09 13:55:25 -03:00
wmayer
adc0052997
0000948: Part names are incorrect on import from STEP file
2013-07-09 14:37:34 +02:00
wmayer
f86c65644c
Try alternative sort method
2013-07-09 10:40:37 +02:00
wmayer
f43f63d3b6
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2013-07-07 21:19:40 +02:00
wmayer
7de742b436
0000735: Feature request for better Fillet/Chamfer
2013-07-07 21:19:19 +02:00
Yorik van Havre
51383ada07
0001167: Arch fixtures system
...
Arch objects can now have Fixtures, which is a mesh or part attached to
them, but that doesn't modify the geometry of the base object. They are
normally hidden, except when the new Display Mode "Detailed" is used.
Fixtures can be added to any Arch object using the new Arch_Fixture command
and removed with the standard Arch_Remove command.
Fixtures are useful for small unimportant details like window latches or hinges,
that should stay hidden most of the time.
2013-07-07 11:29:26 -03:00
wmayer
56295c5d76
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2013-07-07 16:13:58 +02:00
wmayer
2b0757c3a6
0000735: Feature request for better Fillet/Chamfer
2013-07-07 16:13:38 +02:00
wmayer
e3b0c111be
Fix crash when closing color panel
2013-07-07 16:05:30 +02:00
Yorik van Havre
c519f793e3
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2013-07-06 18:47:58 -03:00
Yorik van Havre
407f4d9e2f
Draft: Added face mode to Draft rectangle tracker
2013-07-06 18:41:43 -03:00
wmayer
689fcd58d8
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2013-07-06 22:49:45 +02:00
wmayer
d4d4c8dc62
0000596: Edge chain selection
2013-07-06 22:49:12 +02:00
Yorik van Havre
28b001f26c
Draft: Further work on SVG hatch patterns
2013-07-06 16:33:34 -03:00