Skip to main content

All Questions

Tagged with
0 votes
0 answers
582 views

Blender script + EXCEPTION_ACCESS_VIOLATION

I have a script running in Pyside2 in its own thread, its persistent window that never closes and remain in that thread during the blender live cycle. When I try to run a render via ...
Dariusz's user avatar
  • 123
3 votes
2 answers
1k views

Starting a render from a callback gives error “Missing 'window' in context”?

I want to start a render from a callback, but I also need the render preview to update while it renders. If I call bpy.ops.render.render() then there is no preview....
Logic1's user avatar
  • 335