Planilla

El editor Planilla podrá ser usado para inspeccionar los atributos de la geometría del objeto activo, normalmente con el propósito de depurar los nodos de geometría.

../_images/editors_spreadsheet_interface.png

El editor Planilla.

Región principal

The main region displays the attribute data in a spreadsheet format. Each column corresponds to an attribute or data property, and each row represents an element such as a vertex, face, spline, or instance.

Column names and row indices remain visible while scrolling both vertically and horizontally.

  • Columns can be resized by clicking and dragging the vertical line between columns.

  • Double clicking the vertical line automatically sizes the column to fit the content.

  • Columns can be reordered by clicking and dragging the column header.

Nota

Las descripciones proporcionarán más detalles acerca de un valor, dependiendo de su tipo. Por ejemplo, los atributos de tipo Color byte serán mostrados como valores decimales lineales, pero los valores enteros reales se mostrarán al posar el puntero sobre los valores decimales, del mismo modo los valores de los atributos de tipo Matriz serán únicamente mostrados en la descripción.

Región de datos

Located on the left, this region controls which data is displayed in the spreadsheet.

Ruta del contexto

Displays the active object name in the panel header.

Clicking one of the arrows between the names to hide the modifier.

Hacer clic en el botón para fijar la Planilla en el objeto y ruta de datos actualmente activos, para que se mantengan visibles aunque se seleccione otro objeto. Hacer clic nuevamente para liberar el editor.

Estado de evaluación del objeto

Defines which state of the object’s data is displayed:

Evaluado:

Shows data with all modifiers applied.

Original:

Shows the original object data, without modifiers.

Nodo Visor:

Displays data from the active Viewer Node in Geometry Nodes.

You can also toggle between Evaluated and Viewer Node by clicking the / icon in the Viewer node’s header.

Ruta del Visor

Visible when Object Evaluation State is set to Viewer Node.

Shows the path from the modifier to the active viewer node. If the viewer node is nested inside group nodes, each group will appear in the path.

Datos del Visor

Visible when Object Evaluation State is set to Viewer Node.

Specifies which Elementos del Visor from the active Viewer node is displayed in the Spreadsheet Editor.

When a Viewer node outputs multiple data sets (for example, geometry and one or more evaluated fields), each of these appears as a separate Viewer Item. This setting allows choosing which item to display, such as a specific attribute, value field, or geometry component, without changing the Viewer node connection itself.

Nota

The available viewer items depend on the currently active Viewer node and its connected inputs. Changing the active viewer or modifying its connections will update this list automatically.

Geometría

Lets you browse nested geometries (e.g., a mesh inside an instance or a geometry collection).

Dominio

Lets you choose the attribute domain to display, such as mesh vertices or curve splines.

The number of elements in each domain is shown next to its entry.

Cuadrículas volumétricas

When the selected geometry component is a Volume, the Spreadsheet displays detailed information about each grid contained in the volume. Each grid represents a single data field, such as density, color, or velocity, and can be inspected individually to understand its structure and memory usage.

La siguiente información será mostrada para cada cuadrícula:

  • Grid Name – The name of the grid data, such as density or temperature.

  • Data Type – The type of data stored in the grid, for example Float, Vector, or Boolean.

  • Class – The grid class, describing its purpose or usage, such as Fog Volume, Level Set, or Unknown.

  • Voxel Extent – The grid’s bounding box in voxel coordinates. Shows the number of voxels in the X, Y, and Z directions.

  • Min Voxel – The minimum voxel coordinates of the grid’s bounding box. This represents the lowest X, Y, and Z voxel indices occupied by the grid, indicating where the grid begins in voxel space.

  • Voxels – The total number of active voxels in the grid. This includes all voxels that are explicitly stored, even when contained in tiles (e.g., a single leaf tile contains 512 voxels).

  • Leaf Voxels – The number of active voxels stored in leaf nodes. Unlike Voxels, this count excludes voxels that belong to higher-level tiles.

  • Tiles – The number of active tiles in the grid. Tiles are higher-level voxel containers used by sparse volume formats (like OpenVDB) to optimize storage.

  • Size – The estimated memory size of the grid, including all voxel and tile data currently allocated.

These statistics make it possible to analyze the complexity, density, and performance cost of volumetric data produced by Geometry Nodes or imported volume files.

Nota

Since volume grids use a sparse data structure, the Extent can be much larger than the actual number of active voxels. Only active regions of the grid are stored in memory, which keeps volume data efficient even for large domains.

Barra de estado

La barra de estado mostrará cuántas filas y columnas hay y cuántas se han filtrado.