Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

from compas.utilities import gif_from_images #206

Open
petrasvestartas opened this issue Dec 12, 2023 · 3 comments
Open

from compas.utilities import gif_from_images #206

petrasvestartas opened this issue Dec 12, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@petrasvestartas
Copy link
Contributor

petrasvestartas commented Dec 12, 2023

Describe the bug

compas_view2 has some issues with gif import, I think it is gone from compas2:

  File "C:\brg\2_code\compas_view2\src\compas_view2\app\app.py", line 26, in <module>
    from compas.utilities import gif_from_images
ImportError: cannot import name 'gif_from_images' from 'compas.utilities' (C:\brg\2_code\compas\src\compas\utilities\__init__.py)

To Reproduce

run this example:
https://compas.dev/compas_view2/0.10.1/examples/object/example_mesh_display.html

Expected behavior

Should be working.

Desktop (please complete the following information):

Windows VSCode

@tomvanmele
Copy link
Member

yes, @Licini , i had the feeling this was used somewhere in the viewer. i have a copy of it in case we want to reintegrate it directly here...

@tomvanmele tomvanmele added the bug Something isn't working label Dec 12, 2023
@Licini
Copy link
Collaborator

Licini commented Dec 14, 2023

@tomvanmele view2 is only meant to be used with COMPAS 1 tho. We can re-implement this separately in the new compas_viewer

@tomvanmele
Copy link
Member

only if we get the new viewer done reasonably soon :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants