Hi!
Is there a way to use "Transform by Attribute" but with the behaviour of "Soft Transform", so that some points aren't fully affected by the transform, depending on a radius or another attribute?
Thanks in advance!
			
		4@xform = slerp( ident(), 4@xform, f@mask );
TubeSmokeGuy
I have now a solution with blend using a mask to blend between a static reference geo and a fully transformed version of that geo.
This works in any case.