2.0.4.2
We're introducing a new RAM management system that will help Gaea run more efficiently on systems with limited memory. This feature is still in preview, so you to have to enable it in the Options dialog. You can switch back to the classic system at any time.
The new RAM management should help Gaea run more smoothly on systems with limited memory, or if you are created extremely large graphs. It will also help prevent crashes due to memory exhaustion.
Preview: New RAM management system.
Added Explicit Output filename option to Export nodes.
Added option to load variables through an INI or JSON file.
Improved Memory Management dialog.
Improved how command lines are processed.
FIX: Some Primitives would not generate correctly, or ignore Input ports.
FIX: Rare crashes could occur due to memory access violations.
FIX: LineNoise was processing some modes incorrectly.
FIX: Filtered Node Tree would not updated when nodes build.
FIX: Minor internal issues.
BREAKING CHANGE
The way variables are loaded in the command line has changed.
Each variable much be precented with a -v
. For example, to load a variable foo
with value bar
, you would use -v foo=bar
. You can load multiple variables by separating them with a space. For example, -v foo=bar -v baz=qux
. Use the Show Command Line button to get an exact output. Wrap filenames in "double quotes"
to protect the path.
The former argument -vars
is now deprecated and will be ignored. Please update your scripts accordingly.
Last updated