From b29dc2d1695c0d3fb98b0a656b67fc9b97b5d615 Mon Sep 17 00:00:00 2001 From: DLarby <42186355+Larbino1@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:34:19 +0100 Subject: [PATCH 1/2] Remove @show statement --- src/utils.jl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/utils.jl b/src/utils.jl index 497ec7a..998774e 100644 --- a/src/utils.jl +++ b/src/utils.jl @@ -1,9 +1,5 @@ function convert_for_glmakie(dae_scene::DAEScene) (;library_effects, library_materials, library_geometries, library_visual_scenes) = dae_scene - - @show keys(library_effects) - @show keys(library_materials) - if isnothing(library_visual_scenes) # IF no visual scenes are found, we merge all of the geometries into # a single mesh, and return that From 709c9685862c1559ed7a04bf21d248ca777a806d Mon Sep 17 00:00:00 2001 From: DLarby <42186355+Larbino1@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:35:01 +0100 Subject: [PATCH 2/2] Bump to 1.0.1 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1766274..03683ce 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DigitalAssetExchangeFormatIO" uuid = "43182933-f65b-495a-9e05-4d939cea427d" authors = ["Daniel Larby and contributors"] -version = "1.0.0" +version = "1.0.1" [deps] ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"