Blender - Hair set start end simulation

import bpy scene = bpy.context.scene obj = bpy.data.groups["Group_name"].objects["Object_name"] obj.particle_systems["ParticleSystem"].point_cache.frame_start = scene.frame_start obj.particle_systems["ParticleSystem"].point_cache.frame_end = scene.frame_end
Set de start and the end simulation range on linked object with hair

1 Response

It's for blender

Write a comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.