Context
Instance
Context
represents the world, typically your current working file, and contains 1 or more Instance
.Instance
as a subdivision of Context
, each pertaining to a specific area of the bigger picture, such as an image sequence or a model. When publishing, you can choose to consider either the world or part of the world.Context
is a scene from Star Wars, you might treat Luke different from how you treat The Death Star.Context
is also accessible from the return value of publish()
.