Hello.
I am very new to blender scripting.
I want to convert hair particle systems.
But this code does not work.
How can I get it to work?
import bpy
for i in bpy.data.objects[‘Cube’].particle_systems.values():
bpy.ops.object.modifier_convert(modifier= i.name)
I think I need to get modifier name.