material library error #84442

Closed
opened 2021-01-06 10:21:47 +01:00 by CCCT · 7 comments

System Information
Operating system: Darwin-20.2.0-x86_64-i386-64bit 64 Bits
Graphics card: AMD Radeon Pro 560X OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.2.13

Blender Version
Broken: version: 2.91.0, branch: master, commit date: 2020-11-25 08:34, hash: blender/blender@0f45cab862
Worked: (newest version of Blender that worked as expected)

Short description of error
Can not apply the material to the object.

Python: Traceback (most recent call last):

File "/Applications/Blender.app/Contents/Resources/2.91/scripts/addons/materials_library_vx/init.py", line 952, in invoke
return self.execute(context)
File "/Applications/Blender.app/Contents/Resources/2.91/scripts/addons/materials_library_vx/init.py", line 1015, in execute
success = matlib.apply(context)
File "/Applications/Blender.app/Contents/Resources/2.91/scripts/addons/materials_library_vx/init.py", line 508, in apply
dummy = self.get_dummy(context)
File "/Applications/Blender.app/Contents/Resources/2.91/scripts/addons/materials_library_vx/init.py", line 731, in get_dummy
dummy.hide_set(True)

RuntimeError: Error: Object 'Material_Preview_Dummy' can't be hidden because it is not in View Layer 'View Layer'!


location: <unknown location>:-1

Exact steps for others to reproduce the error
[Please describe the exact steps needed to reproduce the issue]
[Based on the default startup or an attached .blend file (as simple as possible)]

**System Information** Operating system: Darwin-20.2.0-x86_64-i386-64bit 64 Bits Graphics card: AMD Radeon Pro 560X OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.2.13 **Blender Version** Broken: version: 2.91.0, branch: master, commit date: 2020-11-25 08:34, hash: `blender/blender@0f45cab862` Worked: (newest version of Blender that worked as expected) **Short description of error** Can not apply the material to the object. ```lines Python: Traceback (most recent call last): ``` File "/Applications/Blender.app/Contents/Resources/2.91/scripts/addons/materials_library_vx/__init__.py", line 952, in invoke return self.execute(context) File "/Applications/Blender.app/Contents/Resources/2.91/scripts/addons/materials_library_vx/__init__.py", line 1015, in execute success = matlib.apply(context) File "/Applications/Blender.app/Contents/Resources/2.91/scripts/addons/materials_library_vx/__init__.py", line 508, in apply dummy = self.get_dummy(context) File "/Applications/Blender.app/Contents/Resources/2.91/scripts/addons/materials_library_vx/__init__.py", line 731, in get_dummy dummy.hide_set(True) ``` RuntimeError: Error: Object 'Material_Preview_Dummy' can't be hidden because it is not in View Layer 'View Layer'! location: <unknown location>:-1 ``` **Exact steps for others to reproduce the error** [Please describe the exact steps needed to reproduce the issue] [Based on the default startup or an attached .blend file (as simple as possible)]
Author

Added subscriber: @CCT

Added subscriber: @CCT

Added subscriber: @rjg

Added subscriber: @rjg

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'

Please provide the exact steps you've taken that resulted in this error. If this requires a particular project file, please create a minimal example based on it. Remove everything from the project file that isn't necessary to reproduce the problem.

Please provide the exact steps you've taken that resulted in this error. If this requires a particular project file, please create a minimal example based on it. Remove everything from the project file that isn't necessary to reproduce the problem.

@CCT Please add the requested information.

@CCT Please add the requested information.

Changed status from 'Needs User Info' to: 'Archived'

Changed status from 'Needs User Info' to: 'Archived'

No activity for more than a week. As per the tracker policy we assume the issue is gone and can be closed.

Thanks again for the report. If the problem persists please open a new report with the required information.

No activity for more than a week. As per the tracker policy we assume the issue is gone and can be closed. Thanks again for the report. If the problem persists please open a new report with the required information.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 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#84442
No description provided.