Hair Clumping Error #54774

Closed
opened 2018-04-23 17:13:16 +02:00 by Jeremiah Thornton · 9 comments

System Information
Mac OS Sierra 10.12.6 with Intel HD Graphics 6000

Blender Version
Broken: 2.79b f4dc9f9

Short description of error
The error with the hair particle system involves the clumping editor. In Blender versions of Windows,the hair particles are clean and behave like Example #1. However,for Mac OS,it's a whole different story. Instead of the slider behaving like it should,it makes the hair clump incorrectly like in Example #2. This really bothers me and I think it should be fixed.

1 Screen Shot 2018-04-24 at 9.11.08 AM.png

2 Screen Shot 2018-04-23 at 9.36.52 AM.png

Exact steps for others to reproduce the error
To fix the error presented in the file below,I would suggest fixing the coding of the hair particle system.
Hair Error.blend

**System Information** Mac OS Sierra 10.12.6 with Intel HD Graphics 6000 **Blender Version** Broken: 2.79b f4dc9f9 **Short description of error** The error with the hair particle system involves the **clumping** editor. In Blender versions of Windows,the hair particles are clean and behave like **Example #1**. However,for Mac OS,it's a whole different story. Instead of the slider behaving like it should,it makes the hair clump incorrectly like in **Example #2**. This really bothers me and I think it should be fixed. # 1 ![Screen Shot 2018-04-24 at 9.11.08 AM.png](https://archive.blender.org/developer/F2975940/Screen_Shot_2018-04-24_at_9.11.08_AM.png) # 2 ![Screen Shot 2018-04-23 at 9.36.52 AM.png](https://archive.blender.org/developer/F2958654/Screen_Shot_2018-04-23_at_9.36.52_AM.png) **Exact steps for others to reproduce the error** To fix the error presented in the file below,I would suggest fixing the coding of the hair particle system. [Hair Error.blend](https://archive.blender.org/developer/F2958914/Hair_Error.blend)

Added subscriber: @JeremiahColeThornton

Added subscriber: @JeremiahColeThornton

#54773 was marked as duplicate of this issue

#54773 was marked as duplicate of this issue
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

Are you sure you are examining the same files in Windows/Linux compared to MacOS?

Because when I open provided file on Linux, I get the same result as posted in picture #2.

The reason for some of the child particles appearing shorter than the parent particles is the Length ("length of child paths")

#54774.png

This was set to 0.8 in your file, and the threshold of 0.1 was causing 10% of the children being full length, the remaining 90% were only 0.8times as long as the parent particles.

If I set the Length back to 1.0 I get a result as posted in picture #1.

Is that what you meant?

Marking as incomplete for the time being...

Are you sure you are examining the same files in Windows/Linux compared to MacOS? Because when I open provided file on Linux, I get the same result as posted in picture #2. The reason for some of the child particles appearing shorter than the parent particles is the `Length` ("length of child paths") ![#54774.png](https://archive.blender.org/developer/F2971844/T54774.png) This was set to 0.8 in your file, and the threshold of 0.1 was causing 10% of the children being full length, the remaining 90% were only 0.8times as long as the parent particles. If I set the Length back to 1.0 I get a result as posted in picture #1. Is that what you meant? Marking as incomplete for the time being...

Oh,my God! I just realized that I made a mistake. I replaced the top screenshot with the correct one and I corrected the versions of Blender. Sorry for the inconvenience.

Oh,my God! I just realized that I made a mistake. I replaced the top screenshot with the correct one and I corrected the versions of Blender. Sorry for the inconvenience.

Added subscriber: @mont29

Added subscriber: @mont29

This might have been fixed since then (there were some threading issues in particle code), please check with a blender2.8 alpha build.

This might have been fixed since then (there were some threading issues in particle code), please check with a blender2.8 alpha build.

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Bastien Montagne self-assigned this 2018-07-25 21:33:50 +02:00

More than a week without reply or activity. Due to the policy of the tracker archiving for until required info/data are provided.

More than a week without reply or activity. Due to the policy of the tracker archiving for until required info/data are provided.
Sign in to join this conversation.
No Milestone
No project
No Assignees
4 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#54774
No description provided.