Details
One paragraph explaining the functionality which is represented by this graph. What the main flow is and what is its purpose.
AliceLG.globals
Manages and provides access to global application-wide state variables and data that are not user-configurable but are essential for the add-on's operation. This includes runtime flags, temporary data, or shared resources.
AliceLG.preferences
Handles the storage, retrieval, and management of user-defined preferences and configurable settings for the add-on. This includes settings persisted across Blender sessions, allowing users to customize default behaviors, paths, or display options.
Lightfield Renderer
Component responsible for rendering lightfields, utilizing global state and user preferences.
Viewport Renderer
Component responsible for rendering in the viewport, utilizing global state and user preferences.
Blender Operators
Components representing Blender operators, utilizing global state and user preferences to adjust their behavior.