interpolate OpenSCAD surface elements (heightmaps) to BSplineSurface ignore render statement #21 handle difference object with only one child #46 fix sign of import origin in prototype fixed syntax of minkowski statement Added Icon for AddOpenSCADElement #50 and fixed typo in OpenSCAD module ignore OpenSCAD Modifiers #31 handle fuse with a single child remove redefinition of python list make OpenSCAD importCSG avavailable in command line mode add modifier characters to the label of the top affected object started translation remove ColorCodeShapes command from toolbar and menu Added toolbar with Part tools to OpenSCAD WB remove OpenSCAD prototype importer from build
51 lines
3.3 KiB
XML
51 lines
3.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?><!--
|
|
(c) Juergen Riegel (FreeCAD@juergen-riegel.net) 2012
|
|
|
|
This file is part of the FreeCAD CAx development system.
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU Library General Public License (LGPL)
|
|
as published by the Free Software Foundation; either version 2 of
|
|
the License, or (at your option) any later version.
|
|
for detail see the LICENCE text file.
|
|
|
|
FreeCAD is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU Library General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Library General Public
|
|
License along with FreeCAD; if not, write to the Free Software
|
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
USA
|
|
|
|
Juergen Riegel 2012
|
|
-->
|
|
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
|
<Directory Id="ModOpenSCAD" Name="OpenSCAD" FileSource="../../Mod/OpenSCAD">
|
|
<Component Id="CompModOpenSCAD" Guid="54fb73e3-7c3a-4a43-b376-008dfae6d103" Win64='$(var.Win_64)' KeyPath="yes">
|
|
<File Id="OpenSCADInitPy" Name="Init.py" DiskId="1" />
|
|
<File Id="OpenSCADInitGuiPy" Name="InitGui.py" DiskId="1" />
|
|
<File Id="colorcodeshapesPy" Name="colorcodeshapes.py" DiskId="1" />
|
|
<File Id="expandplacementspy" Name="expandplacements.py" DiskId="1" />
|
|
<File Id="exportCSGpy" Name="exportCSG.py" DiskId="1" />
|
|
<File Id="importCSGpy" Name="importCSG.py" DiskId="1" />
|
|
<File Id="OpenSCAD_rcpy" Name="OpenSCAD_rc.py" DiskId="1" />
|
|
<File Id="OpenSCAD2Dgeompy" Name="OpenSCAD2Dgeom.py" DiskId="1" />
|
|
<File Id="OpenSCADCommandspy" Name="OpenSCADCommands.py" DiskId="1" />
|
|
<File Id="OpenSCADFeaturespy" Name="OpenSCADFeatures.py" DiskId="1" />
|
|
<File Id="OpenSCADUtilspy" Name="OpenSCADUtils.py" DiskId="1" />
|
|
<File Id="replaceobjpy" Name="replaceobj.py" DiskId="1" />
|
|
<File Id="tokrulespy" Name="tokrules.py" DiskId="1" />
|
|
</Component>
|
|
<Directory Id="ModOpenSCADPly" Name="OpenSCADPly" FileSource="../../Mod/OpenSCAD/ply">
|
|
<Component Id="CompModOpenSCADPly" Guid="870b896b-30f8-4d3b-b923-36536c0c2859" Win64='$(var.Win_64)' KeyPath="yes">
|
|
<File Id="OpenSCADLibInitPy" Name="__init__.py" DiskId="1" />
|
|
<File Id="OpenSCADLibREADME" Name="README" DiskId="1" />
|
|
<File Id="OpenSCADLibyaccpy" Name="yacc.py" DiskId="1" />
|
|
<File Id="OpenSCADLiblexpy" Name="lex.py" DiskId="1" />
|
|
</Component>
|
|
</Directory>
|
|
</Directory>
|
|
</Include>
|