mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
🚨 fix quotes style
This commit is contained in:
parent
e9f2853571
commit
68edd86cd6
1 changed files with 11 additions and 3 deletions
|
|
@ -5,6 +5,14 @@ import pyblish.api
|
|||
from openpype.pipeline import publish
|
||||
from openpype.hosts.houdini.api.lib import render_rop
|
||||
|
||||
import hou
|
||||
import os
|
||||
|
||||
import pyblish.api
|
||||
|
||||
from openpype.pipeline import publish
|
||||
from openpype.hosts.houdini.api.lib import render_rop
|
||||
|
||||
import hou
|
||||
|
||||
|
||||
|
|
@ -39,9 +47,9 @@ class ExtractBGEO(publish.Extractor):
|
|||
instance.data["representations"] = []
|
||||
|
||||
representation = {
|
||||
'name': 'bgeo',
|
||||
'ext': instance.data["bgeo_type"],
|
||||
'files': output,
|
||||
"name": "bgeo",
|
||||
"ext": instance.data["bgeo_type"],
|
||||
"files": output,
|
||||
"stagingDir": staging_dir,
|
||||
"frameStart": instance.data["frameStart"],
|
||||
"frameEnd": instance.data["frameEnd"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue