Property test: position % of the spline being followed - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: Feature Requests (https://forum.tyflow.com/forum-4.html) +--- Thread: Property test: position % of the spline being followed (/thread-1397.html) |
Property test: position % of the spline being followed - Zemmu - 01-25-2020 Hi Tyson, dunno if this would be possible - does tyflow has a way to know at what % of the spline is the particle that uses path follow operator? If so, could it be a property we can test? RE: Property test: position % of the spline being followed - tyFlow - 01-29-2020 There's no built-in way but you could use the Script operator to measure the distance to a vert on your spline, and then iterate all the verts on the spline to find out how far it is along. |