Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension not working with blender 2.79 #144

Open
SalmaG98 opened this issue Jun 13, 2023 · 1 comment
Open

Extension not working with blender 2.79 #144

SalmaG98 opened this issue Jun 13, 2023 · 1 comment
Labels
question Further information is requested wontfix This will not be worked on

Comments

@SalmaG98
Copy link

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:

  1. Installing blender 2.79 version: solved the OpenGL 3.3 error requirement but f strings in https://github.com/JacquesLucke/blender_vscode/blob/master/pythonFiles/launch.py cause SyntaxError because this blender version uses python 3.5
  2. 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.
  3. 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
    bpy.app.timers.register(always, persistent=True)
    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?

@SalmaG98 SalmaG98 changed the title Extension working with blender 2.79 Extension not working with blender 2.79 Jun 13, 2023
@Mateusz-Grzelinski Mateusz-Grzelinski added the question Further information is requested label Aug 1, 2024
@Mateusz-Grzelinski
Copy link
Collaborator

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

@Mateusz-Grzelinski Mateusz-Grzelinski added the wontfix This will not be worked on label Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants