mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Cosmetics
This commit is contained in:
parent
5a3b3e18b3
commit
9b82215674
1 changed files with 8 additions and 3 deletions
|
|
@ -619,9 +619,14 @@ def add_ordered_reference(
|
|||
return prim_spec
|
||||
|
||||
|
||||
def set_variant_reference(sdf_layer, prim_path, variant_selections, path,
|
||||
as_payload=False,
|
||||
append=True):
|
||||
def set_variant_reference(
|
||||
sdf_layer,
|
||||
prim_path,
|
||||
variant_selections,
|
||||
path,
|
||||
as_payload=False,
|
||||
append=True
|
||||
):
|
||||
"""Get or define variant selection at prim path and add a reference
|
||||
|
||||
If the Variant Prim already exists the prepended references are replaced
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue