POPX

Unpack

v1.3.0
Tools

Summary

Unpack converts POPX Geometry into POP geometry by unpacking the POPX Geometry instances and extracting the underlying geometry. This operator reveals the actual mesh or primitive data that was stored inside the POPX Geometry instances.

Unlike POPX to which strips packed structure and returns clean points, Unpack extracts the full geometry contained within each POPX Geometry instance, giving you access to the vertices, faces, and primitive structure of the instanced objects. This is useful when you need to work with the actual geometry rather than just point representations.

You can optionally apply the POPX Geometry instance's transform to the unpacked geometry, and selectively transfer point attributes and groups from the POPX Geometry instances to the unpacked geometry. This gives you control over what data is preserved during the unpacking process.

Parameters

Apply TransformApplytransform
When enabled, applies the POPX Geometry instance's transform matrix to the unpacked geometry.
Transfer AttributesTransferattrs
Specifies which point attributes to transfer from the POPX Geometry instances to the unpacked geometry.
Transfer GroupsTransfergroups
Specifies which point groups to transfer from the POPX Geometry instances to the unpacked geometry.
Free Extra GPU MemoryFreeextragpumem
Free memory that has accumulated when output memory has grown and shrunk.

Inputs

Input 0POP
POPX Geometry

Outputs

Output 0POP
POPX_out1