Copy Render Settings doesn't work in 3.0 #92924

Closed
opened 2021-11-08 11:21:24 +01:00 by Blake · 7 comments

Blender Version
Broken: version: 3.0.0 Beta, branch: master, commit date: 2021-11-08 04:22, hash: blender/blender@0969dcc861
Worked: 2.93.

Addon Information
Name: Copy Render Settings (1, 0, 0)
Author: Bastien Montagne

Short description of error
Copy Render Settings doesn't work in 3.0

Exact steps for others to reproduce the error
Enable addon
Here Python Traceback

Python: Traceback (most recent call last):
  File "/bin/3.0/scripts/addons/render_copy_settings/panel.py", line 61, in draw
    bpy.ops.scene.render_copy_settings_prepare()
  File ".../bin/3.0/scripts/modules/bpy/ops.py", line 132, in __call__
    ret = _op_call(self.idname_py(), None, kw)
RuntimeError: Calling operator "bpy.ops.scene.render_copy_settings_prepare" error, can't modify blend data in this state (drawing/rendering)
location: <unknown location>:-1

**Blender Version** Broken: version: 3.0.0 Beta, branch: master, commit date: 2021-11-08 04:22, hash: `blender/blender@0969dcc861` Worked: 2.93. **Addon Information** Name: Copy Render Settings (1, 0, 0) Author: Bastien Montagne **Short description of error** Copy Render Settings doesn't work in 3.0 **Exact steps for others to reproduce the error** Enable addon Here Python Traceback ``` Python: Traceback (most recent call last): File "/bin/3.0/scripts/addons/render_copy_settings/panel.py", line 61, in draw bpy.ops.scene.render_copy_settings_prepare() File ".../bin/3.0/scripts/modules/bpy/ops.py", line 132, in __call__ ret = _op_call(self.idname_py(), None, kw) RuntimeError: Calling operator "bpy.ops.scene.render_copy_settings_prepare" error, can't modify blend data in this state (drawing/rendering) location: <unknown location>:-1 ```
Author

Added subscriber: @dearzhen-3

Added subscriber: @dearzhen-3

Added subscribers: @mont29, @mano-wii

Added subscribers: @mont29, @mano-wii

@mont29, I see your name as the author. Maybe you want to take a look at this log?
However I cannot replicate the problem.

@mont29, I see your name as the author. Maybe you want to take a look at this log? However I cannot replicate the problem.
Bastien Montagne self-assigned this 2021-11-08 16:25:24 +01:00

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'

I can, you need to show the UI to get the error... Will check.

I can, you need to show the UI to get the error... Will check.

This issue was referenced by e7c2b215bb

This issue was referenced by e7c2b215bba1dd3b914cb19a35575be9c0050750

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Sign in to join this conversation.
No Milestone
No project
No Assignees
4 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: blender/blender-addons#92924
No description provided.