I'm generating a weight map on a mesh using a simple dot product of a null and the surface points on the sphere. When I animate the sphere the weight map generation is ignoring the transforms and acting as if the mesh is in a rest state.
How can I get the weight map tree to eval the mesh and its transforms on every frame? I created a simulated ice tree but no luck. Cheers