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

adding "AgX - " to startup files for "Very High Contrast" #5

Open
cadsDanny opened this issue Jan 13, 2024 · 0 comments
Open

adding "AgX - " to startup files for "Very High Contrast" #5

cadsDanny opened this issue Jan 13, 2024 · 0 comments

Comments

@cadsDanny
Copy link

several project startup files have errors in Blender v4.0, as with Weave, for example:

.../weave_done.py", line 209, in set_scene_props
TypeError: bpy_struct:
   item.attr = val: enum "Very High Contrast" 
      not found in (..., 'AgX - Very High Contrast', 'AgX - High Contrast', ...)

this is fixed by changing

209    scene.view_settings.look = "Very High Contrast"

to

209    scene.view_settings.look = "AgX - Very High Contrast"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant