Material Operators
- bpy.ops.material.copy()
Copy the material settings and nodes
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.material.new()
Add a new material
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.material.paste()
Paste the material settings and nodes
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]