Simon Savary

Results 3 comments of Simon Savary

I ran into the same error (OS 14.4, python 3.7.x), here's my workaround: 1. cd /Applications/veles.app/Contents/Resources/veles-server 2. mv venv venv_old 3. python3 -m venv venv 4. source venv/bin/activate 5. download...

I was coming here for the same issue. Nice work. Unless I misread it, I think you missed another place where your patch would be required: read_depth_buf() in renderer.py *edit:...

I often get the "Not ready"/"Not Viewable" message next to my Expressions, and an empty Variables section. The error message, using the pre-release version is: ![image](https://github.com/user-attachments/assets/2344a82d-3de8-46ba-8fb0-923d1be81f8d) Running your code from...