Folder
Folder
Section titled “Folder ” 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.
Inputs
Section titled “Inputs” Content
Section titled “ 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.
Opacity
Section titled “ Opacity ” Type: Float
Default: 1
The opacity of the folder. This value is applied to the content of the folder.
Is Visible
Section titled “ Is Visible ” Type: Boolean
Default: true
The visibility of the folder. If set to false, the content of the folder will not be rendered.
Mask Is Visible
Section titled “ Mask Is Visible ” Type: Boolean
Default: true
The visibility of the mask applied to the folder. If set to false, the mask will not be rendered.
Filters
Section titled “ Filters ” 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.
Background
Section titled “ Background ” Type: Painter
Default: unset
Painter instruction to draw before the content of the folder.
Blend Mode
Section titled “ Blend Mode ” 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.
Outputs
Section titled “Outputs” Output
Section titled “ Output ” Type: Painter
Default: unset
Painting instruction to render the content of the folder with all applied options, including filters and background.
Without Filters
Section titled “ Without Filters ” 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.
Raw Layer Output
Section titled “ Raw Layer Output ” Type: Painter
Default: unset
Painting instruction to render the content of the folder as is, without filters or background.
Canvas Position
Section titled “ Canvas Position ” 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.
Center Position
Section titled “ Center 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.