Commit Graph

2347 Commits

Author SHA1 Message Date
wmayer
32e988c49d Fix typos 2013-07-23 11:18:56 +02:00
Yorik van Havre
bc98a09a1f Arch: added spaces to the ifc importer + minor fixes 2013-07-19 15:47:47 -03:00
wmayer
81c9446d56 Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2013-07-19 12:28:11 +02:00
wmayer
9b1da4cbe9 Fix Python exception handling 2013-07-19 12:27:44 +02:00
Yorik van Havre
b137b54bd7 Arch: Wall and Struct tools now set the working plane before drawing 2013-07-18 16:26:00 -03:00
Yorik van Havre
790b0fd621 Draft: Small interface cleanup 2013-07-18 16:04:34 -03:00
Yorik van Havre
5676d652fd 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
90da4af6c8 Arch: Further work on Space object 2013-07-17 13:23:33 -03:00
wmayer
79c49e4939 Add distanceToPoint to VectorPy 2013-07-17 16:41:09 +02:00
wmayer
6c1b78dffb Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2013-07-17 13:58:48 +02:00
wmayer
c0accca228 Fix focus issue with property editor 2013-07-17 13:58:18 +02:00
Yorik van Havre
6e1fbd854f Arch: forgot to update the cmake file... 2013-07-16 19:59:56 -03:00
Yorik van Havre
f6b4f22353 Arch: First draft of a Space tool 2013-07-16 19:09:16 -03:00
Yorik van Havre
a491b0dcc7 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
400a447f2b Draft: Enabled hatch patterns for all fillable Draft objects 2013-07-16 15:43:07 -03:00
Yorik van Havre
ef0824f7e8 Draft: Split main preferences page into 2 2013-07-16 13:40:06 -03:00
wmayer
59425257ee 0001182: Preserve names and colors on console mode export to STEP 2013-07-16 14:41:30 +02:00
wmayer
b7e53b4514 Fix CMake test for PyCXX 2013-07-15 12:02:04 +02:00
wmayer
0d5cf13c1c 0001105: disable grid in sketcher 2013-07-14 18:14:18 +02:00
wmayer
0c0a40376a 0001076: Placement Position Entry can be improved 2013-07-14 16:19:37 +02:00
wmayer
0fa983d1ed Show linked objects of compound objects as children in tree view 2013-07-14 15:53:57 +02:00
wmayer
89b508b777 Again add PyCXX sources to FreeCADBase on Windows 2013-07-14 15:14:54 +02:00
wmayer
a809a804f2 0000964: Patch to allow use of external PyCXX 2013-07-13 16:25:16 +02:00
wmayer
e38ef15faa Add a parametric compound command 2013-07-13 15:05:13 +02:00
wmayer
f03cd23df7 0001110: Decimal point entry in LinearPattern length field 2013-07-12 17:15:05 +02:00
wmayer
4dcb78d4dd Update git ignore list 2013-07-12 17:14:40 +02:00
wmayer
5e976d0547 0000846: [Sketcher] Dragging + ESC 2013-07-12 15:30:47 +02:00
wmayer
bc34b7e194 Remove updateUi() from slot functions 2013-07-12 12:55:37 +02:00
wmayer
69567b3b90 0001110: Decimal point entry in LinearPattern length field 2013-07-12 12:49:37 +02:00
wmayer
15a718d349 0001175: pressing escape in datum editing dialog closes sketch 2013-07-12 11:28:54 +02:00
jriegel
277081f088 Merge branch 'refs/heads/dev-openscad' 2013-07-10 22:26:26 +02:00
Sebastian Hoogen
d2b9e522d2 OpenSCAD: call which to find openscad executable
on all platforms except 'win32'
2013-07-10 20:52:23 +02:00
jriegel
4e4dd20d71 Merge remote-tracking branch 'refs/remotes/shoogen-github/dev-openscad' 2013-07-10 18:14:05 +02:00
Sebastian Hoogen
7bf2aea963 OpenSCAD check for relative paths in open function as well 2013-07-10 16:43:22 +02:00
Sebastian Hoogen
e52fb98e39 search for OpenSCAD executable when initalizing WB 2013-07-10 16:19:24 +02:00
Sebastian Hoogen
dd6009daaa use TypeId instead of Type of Part::Feature in exportCSG.py 2013-07-10 16:11:32 +02:00
Sebastian Hoogen
00661a078f 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
a23445942f OpenSCAD check for gui in rotate extrude 2013-07-10 16:11:32 +02:00
Sebastian Hoogen
1ce4327b5f process OpenSCADs stdout and allow os.unlink to fail 2013-07-10 16:11:31 +02:00
Sebastian Hoogen
be6da5bd74 proposal for exporter 2013-07-10 16:11:31 +02:00
wmayer
a3b7a67dc1 0000459: Revolving a single line sketch fails 2013-07-10 15:26:31 +02:00
wmayer
1a80f64432 0000923: Split shape color setting from current preference page into a separate page 2013-07-10 14:45:06 +02:00
wmayer
f530e2e972 0001109: Touchpad Navigation issue 2013-07-10 13:06:32 +02:00
wmayer
b889d3abe1 Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2013-07-09 19:03:27 +02:00
wmayer
fc91651b3c 0000931: Can't change STEP/IGES export units through Python interface 2013-07-09 19:02:53 +02:00
Yorik van Havre
174cfbe81d Draft: Further work on hatching 2013-07-09 13:55:25 -03:00
wmayer
017404250c 0000948: Part names are incorrect on import from STEP file 2013-07-09 14:37:34 +02:00
wmayer
74488f0825 Try alternative sort method 2013-07-09 10:40:37 +02:00
wmayer
7ad8ee6d2e 0000641: Make Clipping-Plane-placement editable + support multiple planes 2013-07-08 17:26:50 +02:00
wmayer
0fceb9061a 0000641: Make Clipping-Plane-placement editable + support multiple planes 2013-07-08 17:18:46 +02:00