Merge pull request #123957 from TimPut/freecadSCAD

freecad: add openscad file support
This commit is contained in:
Gabriel Ebner 2021-05-22 12:34:00 +02:00 committed by GitHub
commit f8ed803385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,7 @@
, opencascade-occt , opencascade-occt
, pivy , pivy
, pkg-config , pkg-config
, ply
, pycollada , pycollada
, pyside2 , pyside2
, pyside2-tools , pyside2-tools
@ -80,6 +81,7 @@ mkDerivation rec {
ode ode
opencascade-occt opencascade-occt
pivy pivy
ply # for openSCAD file support
pycollada pycollada
pyside2 pyside2
pyside2-tools pyside2-tools

View File

@ -23548,6 +23548,7 @@ in
boost boost
matplotlib matplotlib
pivy pivy
ply
pycollada pycollada
pyside2 pyside2
pyside2-tools pyside2-tools