tin2tin / Blender_Screenwriter

Blender add-on for writing screenplays and convert them directly into timed storyboards.
190 stars 20 forks source link

Blender 4 changes #58

Closed bazza2jw closed 9 months ago

bazza2jw commented 10 months ago

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 commented 9 months ago

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