Yorik van Havre
819f790900
updated translations
2016-04-06 22:39:34 -03:00
Yorik van Havre
66e33b066a
Updated translation files from crowdin
2016-03-17 23:29:11 -03:00
Yorik van Havre
7d0012e160
Added latest translations from crowdin
2016-03-06 14:50:07 -03:00
Yorik van Havre
81008006c0
Updated translation files
2016-03-01 12:34:03 -03:00
triplus
93c7a6bcac
Add SVG workbench icons
2016-02-26 23:17:43 +01:00
Yorik van Havre
f93b1b26df
Added updated translations from crowdin - fixes #2443
2016-02-26 18:32:02 -03:00
Ian Rees
0a70ce4eef
Add cmake checks for BUILD_GUI to some modules
2016-02-13 13:45:27 +13:00
Yorik van Havre
3106ca7df3
Added slovenian language
2016-02-03 13:36:51 -02:00
Yorik van Havre
f23582c994
OpenSCAD: allow to enable verbose output in preferences
2016-02-03 12:04:48 -02:00
Yorik van Havre
fa6b816766
OpenSCAD: set legacy options when using importDXF
2016-02-02 14:19:40 -02:00
Yorik van Havre
758b0778d4
Updated translations with latest from crowdin
2016-02-01 23:32:58 -02:00
Yorik van Havre
80f27ca316
Updated ts files prior to translation cycle
2016-01-03 19:45:29 -02:00
DeepSOIC
89a59975ed
OpenSCAD: fix replaceChild
...
was broken because it failed trying to set a read-only
"ExpressionEngine" property
2015-12-17 03:34:16 +03:00
l3iggs
fbb3d43caa
fix for 0002358
...
This strips off any trailing '-' text reported by openscad when asking it for its version.
2015-12-10 14:50:01 +00:00
triplus
461e8c0bdc
OpenSCAD IncreaseTolerance (edges and faces support)
2015-10-26 11:48:20 +01:00
Yorik van Havre
f79d0d8ed2
Updated ts files
2015-09-14 14:31:47 -03:00
Sebastian Hoogen
a12894cfa7
test for default color from preferences in OpenSCAD/Explode command
2015-03-21 13:29:33 +01:00
Sebastian Hoogen
d56425e60b
use shape.proximity(s) to test for overlapping faces in CSG import
2015-03-21 13:29:31 +01:00
Yorik van Havre
22c17aafbc
Merged crowdin translations
2015-03-07 15:17:58 -03:00
Yorik van Havre
87911ca46b
Updated ts files from source
2015-02-27 18:56:51 -03:00
Yorik van Havre
7f98d14930
Updated translations from crowdin
2015-02-27 18:46:03 -03:00
Sebastian Hoogen
684f5788be
adapt importCSG to makeFace property and change in importDXF
...
in commit 06a689eff2
2015-02-24 16:36:25 +01:00
Yorik van Havre
310ab9e1f0
Updated translation files
2015-02-14 12:16:39 -02:00
Sebastian Hoogen
f0dd9a3182
refuse to change the placement of PartDesign::Feature Objects
...
in OpenSCAD/Explode Group command
2015-02-13 00:40:27 +01:00
Yorik van Havre
3e78e68f39
Updated base translation files for crowdin
2015-01-13 20:00:09 -02:00
Sebastian Hoogen
46a00d1380
remove support for automake
2014-11-26 10:26:30 +01:00
Sebastian Hoogen
a9955d490e
importOpenSCAD: support for projection(cut=true)
2014-11-23 19:26:28 -02:00
wmayer
4459b37e45
+ fix copying Python resource files to destination on Windows
2014-11-08 11:08:58 +01:00
Sebastian Hoogen
635ab1a6b9
OpenSCAD rc file is now compiled at build time
2014-11-06 23:31:24 -02:00
Sebastian Hoogen
0ef3da1a64
move exportDRAWEXE.py to Sandbox WB
2014-10-15 15:53:52 +02:00
Sebastian Hoogen
7db2cdc008
use Icons for Refine and Increase tolerance features
2014-10-11 13:09:33 +02:00
Sebastian Hoogen
856c66d12d
use exceptions in OpenSCAD module
...
derive OpenSCADError from FreeCADError if possible
2014-09-17 11:59:49 +02:00
Sebastian Hoogen
5690b28fde
exportDRAWEXE: support Part::Plane and ::Ellipse
2014-09-01 11:09:58 +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
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
Sebastian Hoogen
cb310479f1
fix to placement problem in exportCSG.py
2014-07-24 10:31:50 +02:00
wmayer
fe9e77d661
+ fixes #0001617 : typo in importCSG.py
2014-07-16 15:11:45 +02:00
Sebastian Hoogen
4140c5da71
remove unused meshing paramters for exportCSG
...
releated to 382e055e9b
2014-07-13 11:37:35 +02:00
Sebastian Hoogen
5240693d40
support for Part::Loft in exportDRAWEXE
2014-07-13 11:37:34 +02:00
Sebastian Hoogen
691a12b1ea
renable DRAWEXE exporter
...
This reverts commit 4c48bdf216 .
2014-07-13 11:37:34 +02:00
Michael Ang
1470aa1b3d
automatically find the OpenSCAD binary on Mac OS X
2014-07-13 11:37:33 +02:00
Sebastian Hoogen
e9f674770e
Raise exception if the OpenSCAD executeable is unavailable
2014-07-01 12:32:05 +02:00
Sebastian Hoogen
fe4dbe5f17
Add default for path to OpenSCAD on Mac OS X
2014-07-01 12:32:04 +02:00
Sebastian Hoogen
45826ac181
+ fixes #0001579 : exportCSG.shape2polyhedron supplies wrong parameters to mesher
2014-06-25 14:14:30 +02:00
Keith Sloan
0962af688e
Correction to use Value to convert units to mm from any
2014-06-25 14:14:29 +02:00
Sebastian Hoogen
4eb2c62706
improvements to exportDRAWEXE
...
bugfix for mirroring
add support for Draft Wire
move sweep export to function
add support for Draft circle
2014-06-10 10:36:09 -03:00
Sebastian Hoogen
a533161fc5
use compounds for unknown shape types
...
in OpenSCADUtils.applyPlacement
2014-06-10 10:36:09 -03:00
Sebastian Hoogen
51dd1b4ebb
remove unused tokens in importCSG
2014-06-10 10:36:08 -03:00
Sebastian Hoogen
25e51b5fa7
remove DRAWEXE exporter form release
2014-05-25 16:07:02 -03:00
Yorik van Havre
867f526d3b
Updated translations
2014-05-24 17:35:20 -03:00