Overview

Alternates polygon mesh structure. Like converting rectangles to rhombs.
Affected region is controlled with Fields falloff.

Implemented as Modifier only.
Supports Restriction tag.

Object properties

Frame Dependent

Time update geometry update dependency.

Auto

Default option to work with. In most cases geometry rebuilds on frame update.

Local

Enforces to rebuild geometry at each frame update.

Global

Restrict to rebuild geometry only in case of frame update.

Object * exist for Generator only.

If object is provided here then it and all its subtree would be used as the source of splines instead of generator's own children sub-tree.

Hide * exist for Generator only.

Enabled — Source object would be hidden from both render and viewport.
Due to Cinema4D specific issues, this approach is worse than just hide object by deactivating source object's native Viewport Visibility and Render Visibility.

Space * exist for Generator only.

Geometry's generating space

Local

Geometry is generating in local space of the generator, so it would depend to Latticer object transform.

Global

Geometry is generating in world space, so it would be independent of Latticer object transform.

Shape

Handle source spline(s) controls points.

Knots

Original spline knots are taken as the source.
Same as having or making spline editable with the least points and point-tangents.
Source spline deformations are missed in that case.

Points

Final source representation (linear spline for spline object) is taken as the source.
Same as applying Current State to Object to the source geometry.
In some cases this method doesn't give proper shape if dynamics is applied to the source geometry.

Cache

Final source representation (linear spline for spline object) is taken as the source.
This method is faster than Points and allows to get final representation of the source geometry with applied dynamics transformations.
Usually it's required to drop source into Object field and put generator lower than the source object in the Object Manager because of Cinema4D's internal calculation order.

Mode

Slide

New polygons are constructing by connecting neighbor edge middle-points.

Inset

New polygons are constructing by connecting polygon points with polygon's center point.

* Fix UV Loop

Mesh re-structure also re-organize UV so there are issues at UV borders at closed surfaces.
>If enabled — algorithm creates UV overlaps, so stitches are less notable.
Slow.

Restriction

Keep Outlines

Enabled — mesh geometry outlines (open edges) would be excluded from the execution.

Keep Borders

Enabled — regions borders (created by Fields or Restriction tag) would be excluded from the execution.

Keep Creases

Geometry creases takes into account during execution.

None

Creases wouldn't be calculated and might be deleted or dissolved.

Phong

Creases are calculated based on the Phong tag settings and corresponding component would be excluded from the execution.

Angle

Creases are calculated based on the Angle value and corresponding component would be excluded from the execution.

Angle 0..180 °

Defines minimum angle between neighbor polygons to be counted as crease.

Edge Breaks

Enabled — Phong Edge breaks would be excluded from the execution.

Fields

Fields

Fields falloff to control Latticer's effect region.