QuadSpinner Gaea
Download GaeaTalk to Support
  • User Guide
  • Node Reference
  • Changelog
  • Home
  • Getting Started
    • Install Gaea
      • Regular Installation
      • Portable Installation
      • Mass Deployment
      • Troubleshooting
      • Version Numbers
      • Uninstall or Clean Install
    • License Management
      • Activation
      • Deactivation
      • Hardware Thumbprint
      • Floating License
    • User Interface
      • Graph
      • Viewport
        • Render Modes
        • 2D Viewport
        • Measurement Tools
      • Property Editor
        • Modifier Stack
        • Presets
        • Binding Variables
      • Data Editor
        • Terrain View
        • Export View
        • Automation View
      • Menus and Toolbars
        • Main Menu
        • Undo and Autosave
        • Graph Toolbar
        • Viewport Toolbar
        • Property Editor Toolbar
        • Data Editor Toolbar
      • Lazy Menu
      • Keyboard Shortcuts
    • The Graph
      • Procedural Workflow
      • Toolbox and Search
      • Lock Preview and Underlays
      • Suspending Engine
      • Graph Conveniences
      • Portals and Chokepoints
      • Organizing with Tabs
      • Annotations
      • Groups
    • Managing Gaea
      • Command-line Interface
      • Options
        • Compute
      • Autosave and Recovery
    • For Gaea 1 Users
      • Migration Guide
      • Node Changes
  • Using Gaea
    • Terrain Basics
      • Creating a Snow Mountain
      • Creating a Simple Landscape
      • Exporting Elements
      • Importing Meshes
      • Masks
      • Non-Determinism
      • Scale and Resolution
      • Memory Requirements
    • Crafting the Surface
      • Noises, Primitives, and Landscapes
      • Erosion
      • Surface Nodes
      • Transpose Shapes
    • Understanding Erosion
      • Erosion_2
      • Erosion_1
      • Thermal Erosion
      • Additional Erosion Nodes
      • Nuance
    • Simulations
      • Snowfall
      • Debris
      • Water
      • Vegetation
    • Colorizing and Textures
      • Crafting Masks
      • Working with SatMaps
      • Synthesizing Colors
      • Layering Textures
      • ColorErosion
    • Managing Graphs
      • Using Modifiers
      • Portals and Chokepoints
      • Visualizing Scale
      • Accumulators
      • Navigating Complex Graphs
    • Baking Nodes
      • Linchpin Nodes
    • Build and Export
      • Exporting Nodes
      • Build Options
        • Managing Regions
      • Tiled Builds
      • Using Regions
      • Profiles and Batch Builds
      • Batch Builds
      • Mesh Exports
        • Tangent-Space Normals and Warped Maps
      • Application Specific Export Nodes
        • Unreal Node
        • Unity Node
    • Importing Terrains
      • Universal Instructions
      • Software-specific Instructions
        • Unreal
      • Common Issues
  • Advanced Topics
    • Build Swarm
      • Creating Mutations
      • Build Reports
    • Technical Information
      • File Formats
      • Learning and Predictive System
      • Paths and Storage
      • Dimensions and Scale
      • Calculating Memory Requirements
    • Automation
      • Command Line Automation
      • Managing Input and Output
      • Building a Bridge with the CLI
  • Plugins
    • Gaea2Houdini
      • Installing Gaea2Houdini
      • Using Gaea Nodes
    • Gaea2Unreal
      • Installing Gaea2Unreal
      • Importing Terrains
      • Importing Weight Maps
  • Developers
    • Scripting and Expressions
      • Variables
      • Expressions
      • Math Node
    • TOR Platform SDK
  • Troubleshooting
    • Terrains
      • Common Errors
      • Terrain Quality
    • Diagnostics (Watson)
      • Diagnostics Package
      • CPU Only Mode
      • Benchmark Devices
Powered by GitBook
LogoLogo

Copyright © 2020-2025 QuadSpinner. All rights reserved.

On this page
  • Create Nodes
  • Shortcodes
  • Chained Creation
  • Out to Out
  • MultiMix
  • Portals
  • Convert Connection to Portal
  • Insert Node
  • Connect to Portals
  • Navigation
  • Navigate Menu
  • Node Bookmarks
  • Organization
  • Select Nodes
  • Group/Ungroup nodes
  • Combine nodes
  • Convert port to portals
  • Move to Tab
  • Auto Layout
  • Push Nodes
  1. Getting Started
  2. The Graph

Graph Conveniences

PreviousSuspending EngineNextPortals and Chokepoints

Last updated 3 months ago

Gaea supplies numerous quality-of-life features to help you create and navigate complex graphs with as little effort as possible. These conveniences can reduce your workload dramatically when adopted into your standard workflow.

Create Nodes

Shortcodes

Each node has a corresponding shortcode. For example, Perlin is p, Mountain is m, Erosion2 is e2, Cone is con, and so on.

You can enter the shortcode instead of the full name when searching for nodes.

Chained Creation

You can use shortcodes (or full names) to quickly create a linear sequence of nodes. As you press the , key, Gaea will expand the shortcode or the first matching node in the Search results.

Enter m,e2,e2,tb,sm to create Mountain > Erosion2 > Erosion2 > TextureBase > SatMap.

Out to Out

When you drag a connection from an Out port and connect it to another Out port, instead of denying the connection as a disallowed right-to-left direction flow, Gaea will create a Combine node and route both Out ports to the Combine node.

MultiMix

Combine: MultiMix can be called from the Graph toolbar or by simply pressing F8. It connects the primary Output of all selected nodes to one or more inputs in a Combine node.

Mixer: Alternatively, if you press Ctrl + F8 or select the To Mixer option in the Graph toolbar, the outputs will be connected as Layer inputs for a Mixer node. This is useful when you want to layer multiple color textures and mask them using the Mixer node.

Portals

For detailed information on Portals, see Portals and Chokepoints

Convert Connection to Portal

Right-click on a connection and select "Convert to Portal" (or press Ctrl + P to convert an existing connection to a Portal. This will also convert the Out port to a Portal.

Other connections associated with that Port will not be affected.

Insert Node

  • Right-click on a connection and choose "Insert node." This action opens a search menu.

  • Select the node you wish to insert from this menu, and it will be automatically placed between the existing connection.

Connect to Portals

When you press P to bring up the Portal Management menu and select an In port, you will be presented with a list of available Portals that can be consumed.

Navigation

Navigate Menu

  • Press the , key while a node is selected to open the navigate menu. This menu displays all incoming and outgoing connections linked to the selected node.

  • Click on a connection within the menu to select and automatically navigate to the corresponding node.

Node Bookmarks

Allows you to bookmark selected node. When a node is bookmarked, it is shown in the bookmark menu. Clicking on the node will select and navigate to that node.

Organization

Select Nodes

Group/Ungroup nodes

To create a group, select multiple nodes and choose "Group/Ungroup" from the menu. This action groups the selected nodes together. Clicking "Group/Ungroup" again while a group is selected will ungroup the nodes, placing them individually back onto the graph.

Combine nodes

Select two or more nodes and click on the "Combine Nodes" menu option. This will connect the selected nodes using a combine node.

Convert port to portals

This feature displays a list of output ports. Click on a port to convert it into a portal.

Move to Tab

This option provides a list of graph tabs. Click on a tab to move the selected nodes to the selected tab.

Auto Layout

Pressing F4 when one or more nodes are selected will automatically layout the nodes.

Push Nodes

Dragging the cursor on the graph while holding Ctrl + Shift lets you push all nodes to the right of the cursor. It is a handy tool to quickly organize portions of a graph.

You can select all nodes upstream (ancestors) or downstream (descendants) of a specific node from the Node menu or the .

#graph-toolbar
Chained creation can help you quickly create several nodes at once.
Push nodes with Ctrl + Shift + LMB