Maniphest T76731

Particles - Hair - Children (simple) - Random Size doesn't do anything
Closed, Archived

Assigned To
Philipp Oeser (lichtwerk)
Authored By
Prashan Subasinghe (Prashan)
May 14 2020, 3:35 AM
Tags
  • BF Blender
Subscribers
Aaron Carlisle (Blendify)
Philipp Oeser (lichtwerk)
Prashan Subasinghe (Prashan)

Description

System Information
Operating system: Windows
Graphics card: RTX Titan

Blender Version
Broken: 2.83 Beta, e71298a1da971, 2020-05-13
Worked: (newest version of Blender that worked as expected)

Short description of error

Under children there is a setting for random size, which seems to be broken (or it doesn't do anything)

Exact steps for others to reproduce the error
Based on the default startup or an attached .blend file (as simple as possible).

Add a particle system
change to hair
reduce number to about 10 (in order to see the error clearly)
add children. set to simple
change the random size value

Related Objects

Mentioned Here
rBM6659: Particles: Fixes to Children Particles

Event Timeline

Prashan Subasinghe (Prashan) created this task.May 14 2020, 3:35 AM
Philipp Oeser (lichtwerk) closed this task as Archived.May 14 2020, 10:58 AM
Philipp Oeser (lichtwerk) claimed this task.
Philipp Oeser (lichtwerk) added subscribers: Aaron Carlisle (Blendify), Philipp Oeser (lichtwerk).

This doesnt have an effect on the hair path itself, but this comes into play if you use instances with your particles.

So for example you go to Particle Properties > Render > Render As : Object then children will use the Size and Random Size
Or if you use the Particle Instance modifier, that one also has an option to use the particle children size for its instances.

So, for the original report, I'd say this is not a bug, but working as expected.


I'd say documentation is a bit misleading here:
https://docs.blender.org/manual/en/dev/physics/particles/emitter/children.html

Children are Hair and Keyed particles assigned subparticles.

This is not true, children are for Emitter particles as well (2.8 is a bit misleading here since it will not display emitter children with any visualization type other than rendering as objects/collections -- but you can have children on a emitter particles...)

Children Size: Only for Emitter. A multiplier for children size.

This is not true, children can be on hair -- and size makes a difference here as well (see above)

@Aaron Carlisle (Blendify): maybe we should correct this?


Anyways, I think we have to close this, thx reporting anyways!

Aaron Carlisle (Blendify) added a comment.May 15 2020, 6:24 PM

I made a few changes in rBM6659

Philipp Oeser (lichtwerk) added a comment.May 15 2020, 6:28 PM
In T76731#932553, @Aaron Carlisle (Blendify) wrote:

I made a few changes in rBM6659

Thx!