Skip to content

Maverick Render 2025.1

Python API: version 650926

FundamentalsΒΆ

  • Maverick Render represents the scene as a Directed Acyclic Graph (DAG).
  • A DAG is a collection of nodes and the connections between them.
  • Each node in the DAG manages its own set of attributes.
  • Attributes can be properties such as numbers, strings, ... or plugs.
  • Plugs are endpoints where another node can be connected.
  • The python binding is encapsulated within a module called MK_api.