mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
added custom data to slate text formatting data
This commit is contained in:
parent
ab252ec7c9
commit
486317cb96
1 changed files with 3 additions and 0 deletions
|
|
@ -179,6 +179,9 @@ class ExtractSlateFrame(openpype.api.Extractor):
|
|||
|
||||
fill_data = copy.deepcopy(instance.data["anatomyData"])
|
||||
fill_data.update({
|
||||
"custom": copy.deepcopy(
|
||||
instance.data.get("customData") or {}
|
||||
),
|
||||
"comment": comment,
|
||||
"intent": intent
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue