Patch·
Natsura 0.7.0.3
Fixed bugs across rigging, wrangling and viewer states. Some small performance improvements.
Back to ChangelogFixed bugs across rigging, wrangling and viewer states. Some small performance improvements.
Highlights
- Wrangle core reworked to run as a single wrangle instead of a chain, reducing memory copying and attribute writes. Wrangles adopt
#define MAP, so input order no longer has to be tracked by hand. - A round of rig chain fixes across Instancify, Simulate and Rig to Assembly: root points excluded from collapse, rig data passed through Simulate, and the module instance export error removed.
- Viewer states now report missing attributes instead of failing silently.
Bug Fixes
- Natsura Assembly Resource — Added a scale guard.
- Natsura Execute Logic — Collision width was twice the value entered.
- Natsura Grow — Effectors rewired.
- identify_shared_instances — Shared instances are given a default name.
- Instancify — Attribute delete reordered.
- Instancify — Point jitter removed.
- Instancify — Root points are excluded from collapse. The deletion logic could previously remove roots.
- Instancify — Seam group handling restored, which Rig to Assembly depends on.
- Natsura Map — Some map warnings caused by the changed node interfaces removed.
- Natsura Rig Delete — Added Delete Groups, which removes the cleanup group left behind by deleted points.
- Rig to Assembly — Export Instances no longer errors. A switch removes instances inside the node.
- Rig to Assembly — Module instance export no longer errors.
- Natsura Simulate — Predecorate staging separated from the rig.
- Natsura Simulate — Rig data is passed through to downstream nodes.
- Natsura Split — Restored the channel reference for module parent ID.
- Natsura Switch — Reading an attribute from a parameter no longer triggers a cook.
- Natsura Treeparameterize — The 100 step limit removed.
- Viewer States — Drag Props, Edit Assembly, Magnet Effector, Originize Instance Pivots, Rig Pose and Scan Rig report missing attributes.
- Natsura Wrangle — Moved to the current mapping template, interface updated.