To scene

This section present how to import files in the scene. The file content is converted into a GroIMP object. For scene import the object is required to be a Node, but usually it is a graph.

From the GUI

To import an object you need to have a project open. You can import data from files directly in the scene by using Objects>Insert File.

An object is imported as a node in your project. It can be added under either the root of the project, or the RGGRoot.

→ Read more...

From RGG code

There are several way of importing a file into the scene from the code.

→ Read more...