mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
hound
This commit is contained in:
parent
8c615a0db8
commit
3fe3b21741
1 changed files with 6 additions and 6 deletions
|
|
@ -130,12 +130,12 @@ class CollectYetiRig(pyblish.api.InstancePlugin):
|
|||
# List all related textures
|
||||
texture_nodes = cmds.pgYetiGraph(
|
||||
node, listNodes=True, type="texture")
|
||||
texture_filenames = [cmds.pgYetiGraph(node,
|
||||
node=texture_node,
|
||||
param="file_name",
|
||||
getParamValue=True)
|
||||
for texture_node
|
||||
in texture_nodes]
|
||||
texture_filenames = [
|
||||
cmds.pgYetiGraph(
|
||||
node, node=texture_node,
|
||||
param="file_name", getParamValue=True)
|
||||
for texture_node in texture_nodes
|
||||
]
|
||||
self.log.debug("Found %i texture(s)" % len(texture_filenames))
|
||||
|
||||
# Get all reference nodes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue