Clarify Workfile instance data persistence

This commit is contained in:
Roy Nieterau 2023-11-14 08:50:03 +01:00
parent b16bc2a80e
commit 6e89f33014

View file

@ -10,7 +10,13 @@ from openpype.hosts.blender.api.pipeline import (
class CreateWorkfile(BaseCreator, AutoCreator):
"""Workfile auto-creator."""
"""Workfile auto-creator.
The workfile instance stores its data on the `AVALON_CONTAINERS` collection
as custom attributes, because unlike other instances it doesn't have an
instance node of its own.
"""
identifier = "io.openpype.creators.blender.workfile"
label = "Workfile"
family = "workfile"