mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
(maya) adding changes to update previous commit
This commit is contained in:
parent
e951cd36b0
commit
66b8a18a66
2 changed files with 111 additions and 9 deletions
|
|
@ -69,12 +69,10 @@ class CollectMayaRender(pyblish.api.ContextPlugin):
|
|||
sets = cmds.sets(layer, query=True) or []
|
||||
if sets:
|
||||
for s in sets:
|
||||
self.log.info(" - attach render to: {}".format(s))
|
||||
|
||||
self.log.debug("marked subsets: {}".format(sets))
|
||||
self.log.info(" -> attach render to: {}".format(s))
|
||||
|
||||
layer_name = "rs_{}".format(expected_layer_name)
|
||||
self.log.info(" - %s" % layer_name)
|
||||
|
||||
# Get layer specific settings, might be overrides
|
||||
data = {
|
||||
"subset": expected_layer_name,
|
||||
|
|
@ -147,8 +145,6 @@ class CollectMayaRender(pyblish.api.ContextPlugin):
|
|||
|
||||
attributes = maya.read(render_globals)
|
||||
|
||||
self.log.info(attributes)
|
||||
|
||||
options = {"renderGlobals": {}}
|
||||
options["renderGlobals"]["Priority"] = attributes["priority"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue