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
32 lines
673 B
Makefile
32 lines
673 B
Makefile
#SUBDIRS=App Gui
|
|
|
|
# Change data dir from default ($(prefix)/share) to $(prefix)
|
|
datadir = $(prefix)/Mod/OpenSCAD
|
|
data_DATA = \
|
|
Init.py InitGui.py \
|
|
OpenSCAD_rc.py \
|
|
OpenSCAD2Dgeom.py \
|
|
OpenSCADFeatures.py \
|
|
OpenSCADUtils.py \
|
|
OpenSCADCommands.py \
|
|
exportCSG.py \
|
|
importCSG.py \
|
|
tokrules.py \
|
|
colorcodeshapes.py \
|
|
expandplacements.py \
|
|
replaceobj.py
|
|
|
|
nobase_data_DATA = \
|
|
ply/lex.py \
|
|
ply/README \
|
|
ply/yacc.py \
|
|
ply/__init__.py
|
|
|
|
|
|
EXTRA_DIST = \
|
|
$(data_DATA) $(nobase_data_DATA) \
|
|
CMakeLists.txt \
|
|
OpenSCAD.dox \
|
|
exportVersions.txt \
|
|
importVersions.txt
|