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" 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