Render Review: Addon fails to create review session #58

Closed
opened 2023-05-30 11:41:30 +02:00 by Andy Goralczyk · 0 comments
Member

When I try to start a new review session with File > New > Render Review the addon throws the following error:

Traceback (most recent call last):
  File "/shared/software/addons/addons/render_review/ops.py", line 401, in execute
    bpy.ops.workspace.delete({"workspace": ws})
  File "/opt/blender-bin/4.0/scripts/modules/bpy/ops.py", line 104, in __call__
    C_exec, C_undo = _BPyOpsSubModOp._parse_args(args)
  File "/opt/blender-bin/4.0/scripts/modules/bpy/ops.py", line 58, in _parse_args
    raise ValueError("1-2 args execution context is supported")
ValueError: 1-2 args execution context is supported
Error: Python: Traceback (most recent call last):
  File "/shared/software/addons/addons/render_review/ops.py", line 401, in execute
    bpy.ops.workspace.delete({"workspace": ws})
  File "/opt/blender-bin/4.0/scripts/modules/bpy/ops.py", line 104, in __call__
    C_exec, C_undo = _BPyOpsSubModOp._parse_args(args)
  File "/opt/blender-bin/4.0/scripts/modules/bpy/ops.py", line 58, in _parse_args
    raise ValueError("1-2 args execution context is supported")
ValueError: 1-2 args execution context is supported

When I try to start a new review session with **File > New > Render Review** the addon throws the following error: ``` Traceback (most recent call last): File "/shared/software/addons/addons/render_review/ops.py", line 401, in execute bpy.ops.workspace.delete({"workspace": ws}) File "/opt/blender-bin/4.0/scripts/modules/bpy/ops.py", line 104, in __call__ C_exec, C_undo = _BPyOpsSubModOp._parse_args(args) File "/opt/blender-bin/4.0/scripts/modules/bpy/ops.py", line 58, in _parse_args raise ValueError("1-2 args execution context is supported") ValueError: 1-2 args execution context is supported Error: Python: Traceback (most recent call last): File "/shared/software/addons/addons/render_review/ops.py", line 401, in execute bpy.ops.workspace.delete({"workspace": ws}) File "/opt/blender-bin/4.0/scripts/modules/bpy/ops.py", line 104, in __call__ C_exec, C_undo = _BPyOpsSubModOp._parse_args(args) File "/opt/blender-bin/4.0/scripts/modules/bpy/ops.py", line 58, in _parse_args raise ValueError("1-2 args execution context is supported") ValueError: 1-2 args execution context is supported ```
Nick Alberelli added the
Kind
Bug
Kind
Breaking
Kind
Studio Request
labels 2023-05-30 14:26:23 +02:00
Nick Alberelli changed title from [Render Review] Addon fails to create review session to Render Review: Addon fails to create review session 2023-05-30 14:27:52 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: studio/blender-studio-pipeline#58
No description provided.