Layer List

Layers
Geometric Primitives Layer
Geometric Primitives Modify Layer
Material Layer
Post Image Effects
Post Particle Effects
Image Objects
Grids
Animator
Clipboard
Interactor
Thumbnail
Filer
Unit Converter
Rendering Settings Layer
Output Object Layer
Progress Indicator
Macro Class
Material Preview Layer
Channel Layer
Compass Model
File Rendering Configurations
Asynchronous Executor
View Models

LayerList

Class

inc/real/r3layer/r3laylis.h

Description

Defines multi project environment, in other words, a list of layers. Each layer in the list is an object managing geometric objects, materials, post effects etc. that are needed to describe project.

Examples:

To fetch the current layer:

    R3OBJ *currentlayer;
    
    R3GetAttrs(layerlist, 
               R3T(R3LAYLA_CurrentLayer, &currentlayer),
               R3TAG_END);