Built in blending?

Something for the wishlist. An option for the Genome to lerp between the incoming value and the outgoing value based on the Selection. Right now we have to add such support in every Genome, and I suspect it’s not the fastest way to do that anyway, especially since the option would add another branch.

Do you find the built-in Blend node in the Functions category to be insufficient?

Are you asking for is for Genome to behave like SimpleMod where it automatically lerps between the unmodified and modified point based on the selection value? I see this going horribly awry when writing UVWs or integers…

Ok, so each OUT gets it’s own option with 3 choices. “Set all” (the current behaviour), “Set if Selection > 0.0” (or == 1.0, or > 0.5?), and “Lerp by Selection”.

For UVW or Integer, it might not make much sense, but then again, maybe it would. Like a GNM_UVWTranslation might be fine.

That makes sense. I’ll stick it on the wishlist.