> tools

Unpack

tools/unpack·v1.3.0
IN:1  OUT:1

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.

PAGEUnpack
Apply TransformApplytransformWhen enabled, applies the POPX Geometry instance's transform matrix to the unpacked geometry.
Transfer AttributesTransferattrsSpecifies which point attributes to transfer from the POPX Geometry instances to the unpacked geometry.
Transfer GroupsTransfergroupsSpecifies which point groups to transfer from the POPX Geometry instances to the unpacked geometry.
PAGECommon
Free Extra GPU MemoryFreeextragpumemFree memory that has accumulated when output memory has grown and shrunk.
Input 0 POP POPX Geometry
Output 0 POP POPX_out1