interface version 2
Groups geometry components into a spatial grid.
This operator groups points or primitives based on a 3d-spatial grid.
It can be useful whenever a large amount of geometry has to be split spatially into multiple segments (e.g. large particle systems broken down into multiple mantra delayed-load sequences, etc.)
Partitioning of a particle system, to split into multiple mantra delayed-load archives. (Color-coding indicates individual partitions.)
Parameters
Class | Component type for partitioning (points or primitives). | ||||||
Divisions | The number of partition cells along each main axis. | ||||||
Attributes / Groups | The parameters below allows storing of partition information in various ways, and can be enabled or disabled independently of each other.
Tip Performance is best when only the index attribute option is enabled. | ||||||
Show Guide | Display the spatial divisions grid as guide geometry. | ||||||
Keep Single Partition | Delete all geometry except what belongs to the partition with the specified index. (Requires Index Attribute to be enabled.) | ||||||
Keep Index # | Index of the single partition to keep. | ||||||
Partition indices | A read-only parameter, displaying the maximum partition index value. |
Known bugs: For planar objects, the no. of segments for the according main plane should be 1.
Release Notes
interface version 2 —
2014-07-30 | Major optimizations all-around –
Minor incompatibilities –
|
2013-09-28 | First version. Improvements:
|