Skip to content

Folder

Folder
Output
Without Filters
Raw Layer Output
Canvas Position
Center Position
Size
Content
Opacity
1
Is Visible
true
Mask Is Visible
true
Filters
null
Background
Blend Mode
Normal
Mask

Category Structure
Is Pair Node: No


The Folder node is used to group multiple nodes together in the Node Graph. It allows you to organize your nodes and create a hierarchy of nodes. The folder can contain other structure nodes, and it can be used to apply filters and masks to the content of the folder. The folder can also be used to control the visibility and opacity of the content.


Type: Painter
Default: unset

The content of the folder. Other structure nodes connected to this input will be displayed as a child of this folder in layers view.

Type: Float
Default: 1

The opacity of the folder. This value is applied to the content of the folder.

Type: Boolean
Default: true

The visibility of the folder. If set to false, the content of the folder will not be rendered.

Type: Boolean
Default: true

The visibility of the mask applied to the folder. If set to false, the mask will not be rendered.

Type: Filter
Default: null

Optional filters to apply to the folder content. These filters will be applied to the content of the folder before rendering.

Type: Painter
Default: unset

Painter instruction to draw before the content of the folder.

Type: Blend Mode (Enum)
Default: Normal

The blend mode between the folder content and the background. This blend mode will be applied to the content as a whole, not individually to each node inside the folder.

Type: Painter
Default: unset

The mask to apply to the folder content. This mask will be applied to the content of the folder before rendering.


Type: Painter
Default: unset

Painting instruction to render the content of the folder with all applied options, including filters and background.

Type: Painter
Default: unset

The content of the folder without any filters applied. This output can be used to render the content of the folder without any filters.

Type: Painter
Default: unset

Painting instruction to render the content of the folder as is, without filters or background.

Type: VecD
Default: VecD.Zero

Top-left position of the content of the folder in the document canvas. Tight bounding box is used to calculate this position.

Type: VecD
Default: VecD.Zero

The center position of the content of the folder in the document canvas. Tight bounding box is used to calculate this position.

Type: VecD
Default: (0, 0)

The size of the content of the folder in the document canvas. Tight bounding box is used to calculate this size.