mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
clean(nuke): commented code
This commit is contained in:
parent
fb710bbef4
commit
f3bc7258df
1 changed files with 0 additions and 6 deletions
|
|
@ -15,12 +15,6 @@ class ValidateScript(pyblish.api.InstancePlugin):
|
|||
def process(self, instance):
|
||||
ctx_data = instance.context.data
|
||||
asset_name = ctx_data["asset"]
|
||||
|
||||
# asset = io.find_one({
|
||||
# "type": "asset",
|
||||
# "name": asset_name
|
||||
# })
|
||||
|
||||
asset = lib.get_asset(asset_name)
|
||||
asset_data = asset["data"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue