11-15-2021, 04:31 AM
Each operator/event is evaluated in order...changing particle properties along the way. Temporal Smooth is no different, except it overrides transform data with previously-cached-and-smoothed values. So yes, in its current form, it requires a double simulation of the flow. The first one collects the necessary transform data, and the second one subs it in, in place.
The optimal way to use it would be to use it in a secondary flow which either loads in a primary flow, or a cache...so you treat it completely as a post effect and not part of the process of dialing in the base motion.
The optimal way to use it would be to use it in a secondary flow which either loads in a primary flow, or a cache...so you treat it completely as a post effect and not part of the process of dialing in the base motion.