mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
stripping namespace from the root :
This commit is contained in:
parent
cec5b69080
commit
bf289ab75b
1 changed files with 1 additions and 3 deletions
|
|
@ -5,8 +5,6 @@ from maya import cmds, mel
|
|||
from avalon import maya as amaya
|
||||
from colorbleed.maya import lib
|
||||
|
||||
import pprint
|
||||
|
||||
|
||||
class CollectSetDress(pyblish.api.InstancePlugin):
|
||||
"""Collect all relevant setdress items
|
||||
|
|
@ -50,7 +48,7 @@ class CollectSetDress(pyblish.api.InstancePlugin):
|
|||
data[representation_id].append({
|
||||
"loader": container["loader"],
|
||||
"matrix": matrix_data,
|
||||
"namespace": namespace
|
||||
"namespace": namespace.strip(":")
|
||||
})
|
||||
|
||||
instance.data["scenedata"] = dict(data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue