MOPs v1.0.8 Experimental
Pre-releaseAdded a new toggle to MOPs Instancer called "Enable Template Interpolation". This can switch off the default behavior of interpolating a template geometry based on a rest frame. It's recommended to switch this off if you're instancing onto a template geometry with a changing point count.
Added two new parameters to MOPs Trails: "Inherit Attributes" and "Create Trail Falloff". The defaults for Inherit Attributes copies all attributes from the source objects onto the trails with the exception of i@id
, which will make downstream MOPs nodes behave more predictably. Create Trail Falloff automatically creates a falloff attribute that tapers over the length of each trail, which is great for easy "time echo" effects.
Added a new example file showing off some of these new settings: /examples/motion_instancer_example.hip
MOPs Falloff From Attribute can now accept vector attribute components (e.g. uv.x) as the input attribute.
MOPs Transform now has "Ignore Zero Falloff Prims" disabled by default, in order to favor predictability over speed.