POP to DAT
Summary[edit]
The POP to DAT converts, using the Extract menu, a POP's points or primitives to a table of points (one row per point), or a table of primitives (one row per primitive), or a table of vertices (one row per vertex).
In all cases it creates a column for each attribute component, and the Attributes parameter lets you select specific attributes to include.
The Primitives table has an optional column showing the primitive type - point, line, linestrip, triangle, quad.
The Transpose toggle parameter lets you transpose the table (swap rows and columns) which puts all the attribute names in the first column, for greater readability in some cases.
Without affecting the source, you can thin out the displayed data to restrict, for example, points in a certain point index range, or display 1 in N points, or randomly thin out the data. this makes large datasets much easier to inspect.
You can also choose to display only points or primitives that are in specific Groups.
Because POP data is on the GPU and DAT tables are on the CPU, there may be a pause caused by the GPU to CPU transfer. The default for Download Type is Next Frame (Fast) which causes minimal delay but the DAT is displayed one Time Slice later. Otherwise the Download Type is Immediate, which may cause a several-millisecond delay in the current frame.
See also DAT to POP, POP to CHOP, POP to TOP.
Parameters - POP to Page
active -
pop -
downloadtype - ⊞ -
- Immediate (Slow)
immediate-
- Next frame (Fast)
nextframe-
extract - ⊞ -
- Points
points-
- Vertices
vertices-
- Primitives
primitives-
- Detail
detail-
attrib -
primitivetype -
thinoutrange -
thinrangestart -
thinrangelength -
thinstep -
thinrandom -
thinrandomseed -
transpose -
group -
invertgroup -
grpcol - ⊞ -
- None
none-
- Group Names in one Column
onecolumn-
- Column per Group
colpergrp-
Parameters - Common Page
language - ⊞ - Select how the DAT decides which script language to operate on.
- Input
input- The DAT uses the inputs script language.
- Node
node- The DAT uses it's own script language.
extension - ⊞ - Select the file extension this DAT should expose to external editors.
- dat
dat- various common file extensions.
- From Language
language- pick extension from DATs script language.
- Custom Extension
custom- Specify a custom extension.
customext - Specifiy the custom extension.
wordwrap - ⊞ - Enable Word Wrap for Node Display.
- Input
input- The DAT uses the inputs setting.
- On
on- Turn on Word Wrap.
- Off
off- Turn off Word Wrap.
Info CHOP Channels
Extra Information for the POP to DAT can be accessed via an Info CHOP.
Common DAT Info Channels
- num_rows - Number of rows in this DAT.
- num_cols - Number of columns in this DAT.
Common Operator Info Channels
- total_cooks - Number of times the operator has cooked since the process started.
- cook_time - Duration of the last cook in milliseconds.
- cook_frame - Frame number when this operator was last cooked relative to the component timeline.
- cook_abs_frame - Frame number when this operator was last cooked relative to the absolute time.
- cook_start_time - Time in milliseconds at which the operator started cooking in the frame it was cooked.
- cook_end_time - Time in milliseconds at which the operator finished cooking in the frame it was cooked.
- cooked_this_frame - 1 if operator was cooked this frame.
- warnings - Number of warnings in this operator if any.
- errors - Number of errors in this operator if any.
TouchDesigner Build:
| DATs |
|---|
| • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • |