You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently hair is based on the particle system, eventually blender will remove this feature, we should anticipate this change and support the new hair system that took its's place. There are two issues preventing characters from utilizing this already
Importing Hair
Morphing doesn't work with manually imported hair curve
I imagine this issue can be solved by attaching the hair curves to morphed vertices.
Here is the python for surface deform and Attach by nearest.
Improvements:
Principled Hair BSDF is Cycles only, having the option for custom shaders would be welcome with the same preset system being used as inputs instead of new materials.
Store Hair in NPZ files exclusively and export JSON for geo node configuration, this will reduce the size drastically, A dozen or so hairstyles in a blend file is about 63mb and 32bit precision NPZ files is about 11mb so about a 1/6th of the size.
In addition to custom shaders for hair, be able to specify whether or not to use a new material or a preexisting one.
The text was updated successfully, but these errors were encountered:
currently hair is based on the particle system, eventually blender will remove this feature, we should anticipate this change and support the new hair system that took its's place. There are two issues preventing characters from utilizing this already
I imagine this issue can be solved by attaching the hair curves to morphed vertices.
Here is the python for surface deform and Attach by nearest.
![image](https://private-user-images.githubusercontent.com/45346421/359691083-669652a3-7400-423f-a715-a84fad50bc31.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NTMyNDMsIm5iZiI6MTczODk1Mjk0MywicGF0aCI6Ii80NTM0NjQyMS8zNTk2OTEwODMtNjY5NjUyYTMtNzQwMC00MjNmLWE3MTUtYTg0ZmFkNTBiYzMxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDE4MjkwM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTYyZjhiZTY4ZTM3MTczMGYzYjA0ZmZmNzRjNGU3MjM5ZWNmZTJhNjQzYTY3YjBiZTlmYmMxNTViMjA5OGEwNTgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.N3-H0hfbi6DkioMRQbMRJEY663DjwvgARXskdjrLz3A)
![image](https://private-user-images.githubusercontent.com/45346421/359691256-713e2e00-9178-4038-a788-24019e8fc156.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NTMyNDMsIm5iZiI6MTczODk1Mjk0MywicGF0aCI6Ii80NTM0NjQyMS8zNTk2OTEyNTYtNzEzZTJlMDAtOTE3OC00MDM4LWE3ODgtMjQwMTllOGZjMTU2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDE4MjkwM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQxZGQxNWE0NWVkOTI0ZTg1N2JmNzg2Yzk5YzU0NjJlYzViODYwMjhiYTcxNjQ2OGJlYzEzNGM0YTE1YTNhMDgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.N0An5qB643fVoXnE64PNRrK4DYsqpaTgjQUmv1zku7o)
Improvements:
The text was updated successfully, but these errors were encountered: