mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
hound
This commit is contained in:
parent
646d4f6db2
commit
4e3d0d7eac
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ def import_custom_attribute_data(container: str, selections: list):
|
|||
nodes = {}
|
||||
for i in selections:
|
||||
nodes = {
|
||||
str(i) : rt.NodeTransformMonitor(node=i),
|
||||
str(i): rt.NodeTransformMonitor(node=i),
|
||||
}
|
||||
# Setting the property
|
||||
rt.setProperty(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue