top of page

Your Vista Graph Still Works. The Editing Is Just Getting Heavy.

The graph runs. The terrain generates. Nothing is broken.


But something changed around the time your graph crossed a certain size. Finding a specific node takes longer. Rewiring a connection in the middle of a dense cluster means deleting and re-routing instead of adjusting in place. Jumping between two distant groups means scrolling and zooming until you find the right spot. You finish an editing session and feel like you spent more time managing the graph than thinking about the terrain.


That is not a Personal edition bug. It is what graph editing looks like at scale without tooling built specifically for it.


The soft limit in Personal is not terrain quality


Personal includes the full graph workflow, natural simulations, unlimited biomes, commercial use, and both Unity Terrain and Polaris Terrain support. What Personal does not include is a set of graph editing utilities called Productivity Boost.


Those utilities do not change how terrain generates. The output is the same. What they change is how quickly you can navigate, edit, and reorganize the graph that produces it.


Bigger graphs feel this gap more. A graph with fifteen nodes and two groups does not need smart search or anchor rerouting. A graph with sixty nodes, several named groups, and shared processing steps does. The editing cost compounds as the graph grows.


What Productivity Boost adds


Productivity Boost adds eight specific things to the graph editor. None of them touch terrain generation. All of them reduce the cost of editing a graph that has grown.


Smart search


Normally you open the node browser and scroll, or type the exact node name to filter. Smart search lets you type a keyword describing what you want, and the browser helps you find matching nodes without requiring exact label recall.



For example: when you search for the term "add", the searcher will display 3 relevant node Append (add 2 buffers), Combine (mix 2 textures) and Math (mix texture with number).

Not stopping at looking for relevant nodes, it also handle the inital node setup based on your query. For example: when creating a Combine node with "add" query, it will create a new node in Add mode.


This feature alone saves you a few clicks per 1 node creation.


Sub graphs


Drag a terrain graph asset into the current graph to create a sub-graph node. The sub-graph is encapsulated inside that node and reusable across parent graphs.


This is where large graph complexity becomes manageable. A shared biome setup, an erosion pass, or a road mask generation process can each live in its own graph file and appear as a single named node wherever it is needed.


For users whose graphs span multiple passes and multiple systems, this is where graph organization starts to feel manageable again.


Anchors


Double-click any edge to insert an anchor point at that position. The anchor splits the edge into two segments meeting at that point. Drag the anchor to reroute the wire around a dense cluster without touching the nodes at either end.


The practical result: a graph with many crossing wires can be cleaned up without rewiring anything. One double-click per crossing, drag to a cleaner path, done.




Drop node reconnect


Drag a node over an existing edge. If the port types are compatible, the node auto-inserts between the two connected nodes and the edge reconnects through it.


The practical result: inserting a new processing step between two already-connected nodes without manually breaking the connection and re-creating it on both sides.



Go To


Right-click on blank space in the graph view to open the context menu, then select Go To and the group name. The viewport jumps to that group.


On a large graph where groups are spread across a wide canvas, this replaces the scroll-and-zoom search. Especially useful when you frequently switch between two distant groups during the same editing pass.




Sticky images


Drag a texture from the Project window into the graph view. It stays in the graph as a moveable reference image, treated like any other graph element.


Useful for keeping a reference heightmap, color palette, or target image visible in the graph while working on the nodes that produce similar results. No window switching required.




Permute graph


One button press randomizes the seed values for every node in the graph that supports seeds, then re-runs the graph. The terrain regenerates with a different variation.


Faster for exploring variation without manually adjusting individual node seeds. Click a few times, see what the graph produces in different configurations, pick a direction.


Save 2D image


Exports the current 2D output view to a file. Floating point outputs write as `.r16`, color outputs write as `.png`. Importer metadata is set automatically after the write.


Useful for capturing an intermediate result without a full export pipeline. Handy for reference or for passing a mask to another tool.


Indie or Pro?


Productivity Boost is part of the paid scope that starts at Indie. It is not a Pro exclusive, and Pro does not add more productivity tooling on top of what Indie already includes.


If the problem you are solving is graph editing friction, Indie is the answer.


Choose Indie if your main friction is in graph navigation, node lookup, wiring management, or graph organization. Indie also includes hand painting, MicroSplat integration, and nav baking utilities alongside the full core graph workflow.


Choose Pro if you also need capabilities outside graph editing itself:


  • Splines, for placing paths and shapes that follow terrain contours in the scene.

  • Real world data, for importing GIS elevation and satellite imagery as graph inputs.

  • Expose property, for surfacing graph parameters as scene-level controls.


Those are separate workflow expansions, not graph editing tools. If you do not need them, Indie covers what Productivity Boost delivers. Do not step up to Pro to solve a graph editing problem.


A signal, not a failure


A graph that has grown is a sign the workflow is doing its job. The editing weight that comes with it is not a Personal edition flaw. It is the point where graph editing tooling starts paying off.


If that weight has reached the point where it slows you down, Productivity Boost is the specific fix for it.


Comments


  • Discord
  • Facebook
  • X
  • Youtube
  • Reddit
  • Pinterest

© 2015-2025, Pinwheel Studio. All Rights Reserved.

bottom of page