Copy Attributes Menu Addon - Not working with Materials and UV - Attributes problem #104036

Closed
opened 2023-01-20 22:56:58 +01:00 by Tit Lavrov · 3 comments

System Information
Operating system: Windows-10-10.0.19045-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 4080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 528.02

Blender Version
Broken: version: 3.4.1, branch: blender-v3.4-release, commit date: 2022-12-19 17:00, hash: blender/blender@55485cb379

Addon Information
Name: Copy Attributes Menu (0, 6, 0)
Author: Bassam Kurdali, Fabian Fricke, Adam Wiseman, Demeter Dzadik

While calling a menu:
image.png
Got this

File "C:\Blender Foundation\stable\blender-3.4.1-windows-x64\3.4\scripts\addons\space_view3d_copy_attributes.py", line 723, in draw
  op = layout.operator(mesh.copy_face_settings, text="Copy Material")

AttributeError: 'Mesh' object has no attribute 'copy_face_settings'

Thank you.

**System Information** Operating system: Windows-10-10.0.19045-SP0 64 Bits Graphics card: NVIDIA GeForce RTX 4080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 528.02 **Blender Version** Broken: version: 3.4.1, branch: blender-v3.4-release, commit date: 2022-12-19 17:00, hash: `blender/blender@55485cb379` **Addon Information** Name: Copy Attributes Menu (0, 6, 0) Author: Bassam Kurdali, Fabian Fricke, Adam Wiseman, Demeter Dzadik While calling a menu: ![image.png](https://archive.blender.org/developer/F14180104/image.png) Got this ``` File "C:\Blender Foundation\stable\blender-3.4.1-windows-x64\3.4\scripts\addons\space_view3d_copy_attributes.py", line 723, in draw op = layout.operator(mesh.copy_face_settings, text="Copy Material") ``` AttributeError: 'Mesh' object has no attribute 'copy_face_settings' Thank you.
Author

Added subscriber: @TitusLVR

Added subscriber: @TitusLVR

Added subscriber: @mod_moder

Added subscriber: @mod_moder

May be duplicat of #101514 (Node Wrangler: Switch Type shows empty menu in Geometry Nodes)

May be duplicat of #101514 (Node Wrangler: Switch Type shows empty menu in Geometry Nodes)
Blender Bot added
Status
Resolved
and removed
Status
Needs Triage
labels 2023-02-09 22:02:45 +01:00
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#104036
No description provided.