Optimize operator

The Optimize operator allows you to optimize particle meshes.


  • Engine: controls which mesh optimization engine will be used for particle shape mesh optimization.

The “ProOptimizer” engine uses 3ds Max’s native ProOptimizer modifier’s core algorithms to perform mesh optimizations. Due to limitations of that modifier’s implementation, it can only be evaluated by a single thread at a time - therefore, Optimize operators using that engine will be single-threaded.

ProOptimizer

  • Vertex %: controls how optimized output meshes will aim to be, as a percent of original vertex count.

  • Keep material boundaries: material boundaries (edges that border separate material IDs) will not be optimized.

  • Preserve UVs: ensures that mesh map channels are adjusted to account for vertices removed by the optimization process.

  • Delete particles with empty meshes: deletes particles whose meshes have no vertices left after the optimization process.