This repository was archived by the owner on Oct 24, 2024. It is now read-only.
This repository was archived by the owner on Oct 24, 2024. It is now read-only.
from compas.utilities import gif_from_images #206
Open
Description
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