trying to save atlas #105043

Closed
opened 2023-12-04 09:24:14 +01:00 by Kathlene-Crawford · 3 comments

System Information
Operating system: Windows-10-10.0.22621-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 3050 Ti Laptop GPU/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 536.73

Blender Version
Broken: version: 2.93.10, branch: master, commit date: 2022-08-02 18:21, hash: rB0a65e1a8e7a9
Worked: (newest version of Blender that worked as expected)

Addon Information
Name: Material Utilities (2, 2, 0)
Author: MichaleW, ChrisHinde

Short description of error

Report: Error
Python: Traceback (most recent call last):
  File "C:/Users/kathy/AppData/Roaming/Blender Foundation/Blender/2.93/scripts/addons/material-combiner-addon-master/operators/combiner/combiner.py", line 57, in invoke
    get_duplicates(self.mats_uv)
  File "C:/Users/kathy/AppData/Roaming/Blender Foundation/Blender/2.93/scripts/addons/material-combiner-addon-master/operators/combiner/combiner_ops.py", line 123, in get_duplicates
    sorted_mat_list = sort_materials(mat_list)
  File "C:/Users/kathy/AppData/Roaming/Blender Foundation/Blender/2.93/scripts/addons/material-combiner-addon-master/utils/materials.py", line 94, in sort_materials
    mat_dict[get_diffuse(mat)].append(mat)
  File "C:/Users/kathy/AppData/Roaming/Blender Foundation/Blender/2.93/scripts/addons/material-combiner-addon-master/utils/materials.py", line 120, in get_diffuse
    return rgb_to_255_scale(mat.node_tree.nodes['MToon1PbrMetallicRoughness.BaseColorFactor'].color)
KeyError: 'bpy_prop_collection[key]: key "MToon1PbrMetallicRoughness.BaseColorFactor" not found'
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: Windows-10-10.0.22621-SP0 64 Bits Graphics card: NVIDIA GeForce RTX 3050 Ti Laptop GPU/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 536.73 **Blender Version** Broken: version: 2.93.10, branch: master, commit date: 2022-08-02 18:21, hash: `rB0a65e1a8e7a9` Worked: (newest version of Blender that worked as expected) **Addon Information** Name: Material Utilities (2, 2, 0) Author: MichaleW, ChrisHinde **Short description of error** ```vbnet Report: Error Python: Traceback (most recent call last): File "C:/Users/kathy/AppData/Roaming/Blender Foundation/Blender/2.93/scripts/addons/material-combiner-addon-master/operators/combiner/combiner.py", line 57, in invoke get_duplicates(self.mats_uv) File "C:/Users/kathy/AppData/Roaming/Blender Foundation/Blender/2.93/scripts/addons/material-combiner-addon-master/operators/combiner/combiner_ops.py", line 123, in get_duplicates sorted_mat_list = sort_materials(mat_list) File "C:/Users/kathy/AppData/Roaming/Blender Foundation/Blender/2.93/scripts/addons/material-combiner-addon-master/utils/materials.py", line 94, in sort_materials mat_dict[get_diffuse(mat)].append(mat) File "C:/Users/kathy/AppData/Roaming/Blender Foundation/Blender/2.93/scripts/addons/material-combiner-addon-master/utils/materials.py", line 120, in get_diffuse return rgb_to_255_scale(mat.node_tree.nodes['MToon1PbrMetallicRoughness.BaseColorFactor'].color) KeyError: 'bpy_prop_collection[key]: key "MToon1PbrMetallicRoughness.BaseColorFactor" not found' 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)]
Kathlene-Crawford added the
Status
Needs Triage
Priority
Normal
Type
Report
labels 2023-12-04 09:24:15 +01:00

Could you please provide the specific steps you're taking when encountering the issue with saving the atlas?

Could you please provide the specific steps you're taking when encountering the issue with saving the atlas?
Germano Cavalcante added
Status
Needs Information from User
and removed
Status
Needs Triage
labels 2023-12-04 13:12:59 +01:00
Member

This has been reported under the wrong addon. Material combiner is a 3rd party addon that is not supported by this channel. Please report any issues to the addon author: https://github.com/Grim-es/material-combiner-addon

This has been reported under the wrong addon. Material combiner is a 3rd party addon that is not supported by this channel. Please report any issues to the addon author: https://github.com/Grim-es/material-combiner-addon

Thank you, @Mysteryem, for the information!
Given that the reported issue is related to a third-party add-on (Material Combiner), I will close the issue.

Thank you, @Mysteryem, for the information! Given that the reported issue is related to a third-party add-on (Material Combiner), I will close the issue.
Blender Bot added
Status
Archived
and removed
Status
Needs Information from User
labels 2023-12-18 17:26:07 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 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#105043
No description provided.