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

Blender 4 changes #58

Closed
bazza2jw opened this issue Jan 6, 2024 · 1 comment
Closed

Blender 4 changes #58

bazza2jw opened this issue Jan 6, 2024 · 1 comment

Comments

@bazza2jw
Copy link

bazza2jw commented Jan 6, 2024

To fix exception in dual_view.py when Dual is clicked, make the following changes at lines 62 and 80

Change:
bpy.ops.screen.region_flip(c)

To:
with context.temp_override(**c):
bpy.ops.screen.region_flip()

This is a result of changes to the Blender API.

@tin2tin
Copy link
Owner

tin2tin commented Jan 16, 2024

Thanks. I couldn't get that to work. But did something else.

@tin2tin tin2tin closed this as completed Jan 16, 2024
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

2 participants