You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there anyone who was succesfull in running this extension with a blender < 2.8 ? I have a constraint on the headless server I use for blender (OpenGL 2.1), I cannot ask for a higher opengl install, but I still would like to use this extenstion.
Installing the latest 2.7 build for blender working with python 3.7m: solved the f string problem, but the install of flask package causes a version issue.
Manually replacing blender 2.79 latest build's python with a symlink to another python interpreter from a conda environment I created (python 3.7.0) with flask, debugpy and requests installed: solved package problems but now
causes the exception AttributeError: 'bpy.app' object has no attribute 'timers'
It seems it is not possible to use a blender version older than 2.8, is there maybe an older version of this extension I can use in order to use blender 2.79?
The text was updated successfully, but these errors were encountered:
SalmaG98
changed the title
Extension working with blender 2.79
Extension not working with blender 2.79
Jun 13, 2023
Hey @SalmaG98 is it still relevant? I am treating 2.80 as oldest supported verions so I am reluctant to spend time to make 2.79 work... Even the 2.80 support was broken recently #174
Hello,
Thank you for your work :)
Is there anyone who was succesfull in running this extension with a blender < 2.8 ? I have a constraint on the headless server I use for blender (OpenGL 2.1), I cannot ask for a higher opengl install, but I still would like to use this extenstion.
I have tried a bunch of things:
blender_vscode/pythonFiles/include/blender_vscode/utils.py
Line 27 in d83fcdd
AttributeError: 'bpy.app' object has no attribute 'timers'
It seems it is not possible to use a blender version older than 2.8, is there maybe an older version of this extension I can use in order to use blender 2.79?
The text was updated successfully, but these errors were encountered: