mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
ruff cosmetic fix
This commit is contained in:
parent
60dde879b8
commit
6cbab06cc4
1 changed files with 0 additions and 2 deletions
|
|
@ -19,8 +19,6 @@ class CollectOxCache(plugin.MayaInstancePlugin):
|
|||
ox_shape_id = lib.get_id(ox_shape)
|
||||
if not ox_shape_id:
|
||||
continue
|
||||
# Get transform data
|
||||
parent = cmds.listRelatives(ox_shape, parent=True)[0]
|
||||
ox_cache_nodes = cmds.listConnections(
|
||||
ox_shape, destination=True, type="HairFromGuidesNode") or []
|
||||
if not ox_cache_nodes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue