• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

2.X Planned Hair Root->Tip Color Rolloff Only works in one direction.

Captain Varghoss

Well-known member
Featured Contributor
Joined
Sep 27, 2020
Messages
61
Reactions
846
Basically, it seems like the way it blends the colors is not the same depending on the lightness/darkness of the colors chosen, making accurate results hit or miss at best.

To reproduce, use any medium to long length hair (past shoulders) to see greater variation.
Choose white for the root color and black for the tip color, slide the rolloff slider to see expected results.

Now use black for the root color and white as the tip color. Results expected (to me) would be the exact opposite of the previous test. Instead it seems to blend the entirety or the hair from one to the other.
 
For whatever reason the root to tip rolloff is not linear (this is code I adopted for VaM usage). It uses a pretty odd power of 2 function to determine the rolloff using that factor setting. I can sort of see why as with typical hair you can have a strong root color that rolls off pretty quick well before the tip. If it used a linear blend function this wouldn't be possible.

I won't be changing this for 1.X as it would mess up everyone's existing hair coloring. I'll rework this for 2.X to allow an editable curve to specify how the color rolloff should work. There are some other places where custom curves would work better as well.

Also moving this to suggestions as it isn't really a bug. It is just how it works.
 
Back
Top Bottom