Child particles not accessible from python #33287

Closed
opened 2012-11-24 15:34:04 +01:00 by Tobias Oelgarte · 9 comments

%%%I wonder if this is a bug or not implemented, but if i try to access the child particles of a particle system then there is a collection of child particles.- [x] But it is entirely useless, because the ChildParticle class contains no properties to read any data.[2]

%%%I wonder if this is a bug or not implemented, but if i try to access the child particles of a particle system then there is a collection of child particles.- [x] But it is entirely useless, because the ChildParticle class contains no properties to read any data.[2] - [x] http://www.blender.org/documentation/blender_python_api_2_64_4/bpy.types.ParticleSystem.html#bpy.types.ParticleSystem.child_particles - [x] http://www.blender.org/documentation/blender_python_api_2_64_4/bpy.types.ChildParticle.html#bpy.types.ChildParticle%%%

Changed status to: 'Open'

Changed status to: 'Open'

%%%Not implemented yet, is a todo item. It's a bit complicated because their coordinates aren't actually stored by generated dynamically.%%%

%%%Not implemented yet, is a todo item. It's a bit complicated because their coordinates aren't actually stored by generated dynamically.%%%

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'

%%%Is there some way to generate/compute them in the same way? Would be essential for a current project.%%%

%%%Is there some way to generate/compute them in the same way? Would be essential for a current project.%%%

%%%If the particles are used for instancing objects, you could get the position/rotation/scale from the object dupli list.%%%

%%%If the particles are used for instancing objects, you could get the position/rotation/scale from the object dupli list.%%%

%%%I would need the hair particles and their hair keys. :(%%%

%%%I would need the hair particles and their hair keys. :(%%%

%%%PS: Is there some way to convert children to parents?%%%

%%%PS: Is there some way to convert children to parents?%%%

%%%No that I know of, however the Convert button on the particle system modifier seems to work with child particles. It will create a mesh with vertices & edges for hairs.%%%

%%%No that I know of, however the Convert button on the particle system modifier seems to work with child particles. It will create a mesh with vertices & edges for hairs.%%%

%%%Not the best solution. But at least it is a starting point.%%%

%%%Not the best solution. But at least it is a starting point.%%%
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#33287
No description provided.