Yorik van Havre
813424e90d
Added polar snap locations to Draft snap system
2012-01-21 14:42:39 -02:00
Yorik van Havre
eb12bc8508
Merge branch 'master' of ssh://free-cad.git.sourceforge.net/gitroot/free-cad/free-cad
2012-01-20 18:19:03 -02:00
Yorik van Havre
78c29c7d5d
Fixed bug #576 - Arch Collada importer
2012-01-20 18:17:37 -02:00
wmayer
6dca2df5a3
+ python object with texture mapping
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5420 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-20 12:19:44 +00:00
jriegel
2451e4a604
Merge branch 'master' into HEAD
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5419 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-20 08:12:06 +00:00
jriegel
a79686d158
Merge remote-tracking branch 'svn/trunk'
2012-01-20 09:07:59 +01:00
Yorik van Havre
1bcf31fd3a
allowed BrowserView to zoom with Ctrl+Wheel
2012-01-19 22:42:09 -02:00
wmayer
384b5fe239
+ patch for ldf module (Milos Koutny)
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5418 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-20 00:10:01 +00:00
Yorik van Havre
7b6eab3781
Added Drawing_OpenBrowserView command
...
While the Drawing viewer is still based on QtSvg,
I added this little button to make it handy to
check how a page renders in the webkit window.
2012-01-19 21:01:57 -02:00
Yorik van Havre
d02c928b4b
Fixed bug #574 - Draft hatches
...
svg pattern definitions are now embedded inside the View objects,
since they don't need to be in the defs section.
2012-01-19 20:59:09 -02:00
wmayer
6b83807dc6
+ simplify testing .qm files
...
+ some triangulation stuff
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5417 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-19 15:42:34 +00:00
wmayer
972e4ad3dd
+ use vertex instead of edge in loft function
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5416 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-18 14:59:34 +00:00
Yorik van Havre
822308cdde
Small fix in Arch module
2012-01-18 11:03:51 -02:00
wmayer
f46eb9fea2
0000550: No correct name of parts after import of STEP file containing assemblies
...
embed tree widget in dialog
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5415 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-18 12:20:47 +00:00
Yorik van Havre
b348626a76
Merge branch 'master' of ssh://free-cad.git.sourceforge.net/gitroot/free-cad/free-cad
2012-01-17 18:10:56 -02:00
Yorik van Havre
edb1da8a3f
Further work on Arch windows
2012-01-17 18:02:10 -02:00
wmayer
1bb663c897
+ add method to get intersection of two curves
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5414 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-17 15:08:47 +00:00
Yorik van Havre
eb5de20e36
new Editmode task dialog for Arch Windows
2012-01-17 12:28:44 -02:00
wmayer
ce9a0bc54e
+ ignore the 'Closable' flag in closeDocument()
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5413 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-17 12:09:10 +00:00
jriegel
a325e2422b
Merge branch 'master' into HEAD
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5412 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-17 07:52:33 +00:00
jriegel
3e645d54de
Merge remote-tracking branch 'svn/trunk'
2012-01-17 08:49:32 +01:00
jriegel
28fd4c6e29
Merge ssh://free-cad.git.sourceforge.net/gitroot/free-cad/free-cad
2012-01-17 08:48:32 +01:00
wmayer
f9f668f8fc
+ fix but that Angle has no effect after creation of revolve feature
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5411 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-16 21:58:58 +00:00
Yorik van Havre
78b3113b35
fixed bug #544 - allow to make Draft ortho dimensions with shift
2012-01-16 19:19:51 -02:00
Yorik van Havre
632af98102
Draft offset now works on BSplines
2012-01-16 19:00:34 -02:00
Yorik van Havre
7fc7ad36e2
Draft now able to snap perpendicularly to BSplines
2012-01-16 18:59:14 -02:00
wmayer
a75fb03407
0000572: add a method to Part module to read BRep data from string
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5410 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-16 20:23:26 +00:00
Yorik van Havre
7ad1e83b3a
small fix to Arch IFC importer
2012-01-16 16:08:17 -02:00
Sebastian Hoogen
48c9e2fbe8
Draft importSVG reimplentation of path and transformation parsing
...
All basic elements besides elliptic arcs and rounded rects are now
supported
2012-01-16 18:51:04 +01:00
wmayer
0496df6538
+ check if re-mapping causes cyclic dependency
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5409 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-16 14:45:48 +00:00
Yorik van Havre
6d86e84d28
upgraded Arch IFC importer to work with patched ifcOpenShell (imports objects directly as Part shapes)
2012-01-15 19:09:27 -02:00
Yorik van Havre
dac51d6e9a
fixes to Draft SVG importer (shoogen)
2012-01-14 16:14:29 -02:00
wmayer
b4c91af000
+ use UTF8-encoding of degree symbol
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5408 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-14 15:44:05 +00:00
jriegel
22ee2159ec
Merge branch 'master' into HEAD
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5407 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-14 08:36:22 +00:00
jriegel
1d54034c3b
Merge remote-tracking branch 'svn/trunk'
2012-01-14 09:33:00 +01:00
wmayer
197f875375
+ handle case if each face has its own color and a face has no triangles
...
+ do not write out fields of SoFCUnifiedSelection node
+ show wait cursor when importing parts
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5406 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-14 01:19:33 +00:00
wmayer
3ced7cba97
+ implement OCAF browser
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5405 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-13 18:27:51 +00:00
Yorik van Havre
54fa2f64ca
added RFE526 - 90 degrees view rotation commands
...
+ added viewRotateLeft() and viewRotateRight() py methods to View3D
+ added ViewRotateLeft and ViewRotateRight FreeCAD commands
+ added them in View->Standard Views and Context->Standard Views menus
2012-01-13 13:33:35 -02:00
wmayer
e4eb1cefe9
+ add some repair functions for wires
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5404 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-12 21:31:14 +00:00
Yorik van Havre
745e59a6bd
bugfixes in Arch IFC importer
2012-01-12 19:25:07 -02:00
Yorik van Havre
bf6b5f6210
cPickle fixes in Arch objects
2012-01-12 19:00:35 -02:00
logari81
d8109df4c7
+ support deletion of external geometries
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5403 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-12 18:21:33 +00:00
Yorik van Havre
d26ba5f11b
Arch structures can now be based on axes systems
2012-01-12 12:31:11 -02:00
wmayer
d3af186c1c
+ make try/catch block around sortEdges
...
+ set shape immutable when getting from feature
+ no use of tuples in removeShape
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5402 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-12 14:04:19 +00:00
Yorik van Havre
0de52ff73f
fixes in Draft
...
+ fix in Draft grid snap, point is now always projected on WP
+ fix in Draft2Sketch when dealing with arcs
2012-01-12 11:54:48 -02:00
wmayer
7feebeb5a2
+ attribute Tolerance added to vertex, edge and face
...
+ method 'add' added to wire
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5401 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-12 12:09:45 +00:00
wmayer
db3e0cad43
0000570: App::Document::_RecomputeFeature(): Unknown exception in Feature "Fusion" thrown
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5400 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-12 09:59:28 +00:00
wmayer
604088221d
0000439: Improve STEP import to find colors attached to sub-shapes
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5399 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-11 21:05:23 +00:00
wmayer
048528b886
+ handle Python's SystemExit exception when running script or macro
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5398 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-11 18:39:27 +00:00
wmayer
054384b756
+ fix translation issue
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5397 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-11 16:11:30 +00:00