Blender constantly prints this error message #59029

Closed
opened 2018-12-08 16:47:18 +01:00 by Jean Da Costa · 7 comments

System Information
Windows 7
image.png
image.png

Blender Version
74db65e5424

Short description of error
Blender prints this error message at each draw update, looks like is slowing it down and is hard to update addons with this arround.

Exact steps for others to reproduce the error
open blender and look at the console

	location: <unknown location>:-1

	location: <unknown location>:-1
	Traceback (most recent call last):
	  File "C:\Users\jean\Desktop\blender-2.80.0-git.74db65e5424-windows64\2.80\scripts\addons\object_collections.py", line 259, in draw
		master_collection = bpy.context.scene.master_collection
	AttributeError: 'Scene' object has no attribute 'master_collection'

	location: <unknown location>:-1

	location: <unknown location>:-1

**System Information** Windows 7 ![image.png](https://archive.blender.org/developer/F5888397/image.png) ![image.png](https://archive.blender.org/developer/F5888402/image.png) **Blender Version** 74db65e5424 **Short description of error** Blender prints this error message at each draw update, looks like is slowing it down and is hard to update addons with this arround. **Exact steps for others to reproduce the error** open blender and look at the console ``` location: <unknown location>:-1 location: <unknown location>:-1 Traceback (most recent call last): File "C:\Users\jean\Desktop\blender-2.80.0-git.74db65e5424-windows64\2.80\scripts\addons\object_collections.py", line 259, in draw master_collection = bpy.context.scene.master_collection AttributeError: 'Scene' object has no attribute 'master_collection' location: <unknown location>:-1 location: <unknown location>:-1 ```
Author

Added subscriber: @jeacom

Added subscriber: @jeacom

Added subscriber: @brhumphe

Added subscriber: @brhumphe

This add-on needs to be updated. bpy.context.scene.master_collection was renamed to bpy.context.scene.collection.

This add-on needs to be updated. `bpy.context.scene.master_collection` was renamed to `bpy.context.scene.collection`.
Philipp Oeser self-assigned this 2018-12-09 09:20:13 +01:00
Philipp Oeser removed their assignment 2018-12-10 12:17:00 +01:00
Dalai Felinto was assigned by Philipp Oeser 2018-12-10 12:17:00 +01:00
Member

Added subscribers: @dfelinto, @lichtwerk

Added subscribers: @dfelinto, @lichtwerk
Member

Actually (as far as I can see) this addon doesnt provide any functionality that is not builtin already.
Even if you fix the scene.master_collection vs. scene.collection issue you will run into asserts because all operators already exist in blender [now in C] and going further if you fix that as well, you will see that it is the exact same "Collections" panel that we already have...

@dfelinto: we should just delete this, right?

Actually (as far as I can see) this addon doesnt provide **any** functionality that is not builtin already. Even if you fix the `scene.master_collection` vs. `scene.collection` issue you will run into asserts because all operators already exist in blender [now in C] and going further if you fix that as well, you will see that it is the exact same "Collections" panel that we already have... @dfelinto: we should just delete this, right?

This issue was referenced by 6ee58734a6

This issue was referenced by 6ee58734a6e32ed267fadf5714d3e344e1bd4897

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Sign in to join this conversation.
No Milestone
No project
No Assignees
5 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#59029
No description provided.