mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
hound fix
This commit is contained in:
parent
416b7d9b94
commit
b9ab6f634e
1 changed files with 4 additions and 3 deletions
|
|
@ -29,10 +29,11 @@ class ExtractPointCloud(publish.Extractor):
|
||||||
|
|
||||||
get_operators(): get the export_particle operator
|
get_operators(): get the export_particle operator
|
||||||
|
|
||||||
get_custom_attr(): get all custom channel attributes from the Openpype
|
get_custom_attr(): get all custom channel attributes from Openpype
|
||||||
setting and sets it as job arguments before exporting
|
setting and sets it as job arguments before exporting
|
||||||
|
|
||||||
get_files(): get the files with tyFlow naming convention before publishing
|
get_files(): get the files with tyFlow naming convention
|
||||||
|
before publishing
|
||||||
|
|
||||||
partition_output_name(): get the naming with partition settings.
|
partition_output_name(): get the naming with partition settings.
|
||||||
get_partition(): get partition value
|
get_partition(): get partition value
|
||||||
|
|
@ -78,7 +79,7 @@ class ExtractPointCloud(publish.Extractor):
|
||||||
'ext': 'prt',
|
'ext': 'prt',
|
||||||
'files': filenames if len(filenames) > 1 else filenames[0],
|
'files': filenames if len(filenames) > 1 else filenames[0],
|
||||||
"stagingDir": stagingdir,
|
"stagingDir": stagingdir,
|
||||||
"outputName": partition # partition value
|
"outputName": partition # partition value
|
||||||
}
|
}
|
||||||
instance.data["representations"].append(representation)
|
instance.data["representations"].append(representation)
|
||||||
self.log.info("Extracted instance '%s' to: %s" % (instance.name,
|
self.log.info("Extracted instance '%s' to: %s" % (instance.name,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue