mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
Clarify Workfile instance data persistence
This commit is contained in:
parent
b16bc2a80e
commit
6e89f33014
1 changed files with 7 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue