From 57f31ba2fd6242742f450ce157377ca0416c45ea Mon Sep 17 00:00:00 2001 From: John Collins Date: Fri, 17 May 2024 19:47:40 -0700 Subject: [PATCH] fix export-models, update clj-manifold3d --- deps.edn | 2 +- src/main/plexus/core.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deps.edn b/deps.edn index e2b529d..b59d250 100644 --- a/deps.edn +++ b/deps.edn @@ -1,7 +1,7 @@ {:paths ["src/main" "resources"] :deps {net.mikera/core.matrix {:mvn/version "0.62.0"} ;; org.clojars.cartesiantheatrics/clj-manifold3d {:local/root "../clj-manifold3d"} - org.clojars.cartesiantheatrics/clj-manifold3d {:mvn/version "0.0.22"} + org.clojars.cartesiantheatrics/clj-manifold3d {:mvn/version "0.1.0"} net.mikera/vectorz-clj {:mvn/version "0.48.0"} metosin/malli {:mvn/version "0.11.0"} scad-clj/scad-clj {:mvn/version "0.5.3"}} diff --git a/src/main/plexus/core.clj b/src/main/plexus/core.clj index d4a326a..bf407af 100644 --- a/src/main/plexus/core.clj +++ b/src/main/plexus/core.clj @@ -339,7 +339,7 @@ ([namespace file-ext] (export-models namespace file-ext #".*" "")) ([namespace file-ext match-str] - (export-models namespace file-ext #".*" "")) + (export-models namespace file-ext match-str "")) ([namespace file-ext match-str name-postfix] (-> (io/file (format "out/%s" file-ext)) (.mkdirs)) (doall