マテリアルを割り当てる
参考:
マテリアルを追加する
参考:
bpy.ops.object.material_slot_add | Blender Python API [Official]
What is the low level alternative for bpy.ops.object.material_slot_add()? – Blender Stack Exchange
特定のマテリアルのメッシュを分離する
参考:
bpy.ops.mesh.separate | Blender Python API [Official]
マテリアルスロット
- bpy.types.Object.material_slots
- bpy.types.Object.active_material
- bpy.types.Object.active_material_index
参考:
MaterialSlot | Blender Python API [Official]
bpy.types.Object.material_slots | Blender Python API [Official]
bpy.types.Object.active_material | Blender Python API [Official]
bpy.types.Object.active_material_index | Blender Python API [Official]
オペレーター
- bpy.ops.object.material_slot_add
- bpy.ops.object.material_slot_assign
- bpy.ops.object.material_slot_copy
- bpy.ops.object.material_slot_deselect
- bpy.ops.object.material_slot_move
- bpy.ops.object.material_slot_remove
- bpy.ops.object.material_slot_remove_unused
- bpy.ops.object.material_slot_select
参考: