Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Farm publishing: New cleanup plugin for Maya renders on farm #2390

Conversation

iLLiCiTiT
Copy link
Member

Brief description

Global publish cleanup plugin is not precise in case what should be deleted and what not so farm renders are not removed after publishing.

Description

As a quick fix is added new publish plugin that is triggered on farm and when maya was a source host from which was farm publishing triggered. The cleanup plugin will remove all staging directories of all instances. This solution is ONLY for maya renders.

Changes

  • renamed filesequence target to farm
    • kept filesequence in current plugin as filtering option becauses all old jobs would not work
  • added new cleaup plugin for farm publishing of maya renders

Testing notes:

  1. Create new farm job for maya renders
  2. All files should be removed when publishing job successfully finishes

@mkolar
Copy link
Member

mkolar commented Dec 10, 2021

@iLLiCiTiT iLLiCiTiT self-assigned this Dec 10, 2021
@iLLiCiTiT iLLiCiTiT added host: Maya module: Deadline AWS Deadline related features module: Muster Muster related features module: RoyalRender RoyalRender related features type: enhancement Enhancements to existing functionality labels Dec 10, 2021
@antirotor
Copy link
Member

Seems like the plugin is not triggered.

Deadline log
=======================================================
Log
=======================================================
2022-01-05 12:53:53:  0: Loading Job's Plugin timeout is Disabled
2022-01-05 12:53:55:  0: Executing plugin command of type 'Sync Files for Job'
2022-01-05 12:53:55:  0: All job files are already synchronized
2022-01-05 12:53:55:  0: Plugin OpenPype was already synchronized.
2022-01-05 12:53:55:  0: Done executing plugin command of type 'Sync Files for Job'
2022-01-05 12:53:55:  0: Executing plugin command of type 'Initialize Plugin'
2022-01-05 12:53:55:  0: INFO: Executing plugin script 'C:\Users\annat\AppData\Local\Thinkbox\Deadline10\slave\Hyperion\plugins\61d582200425db36a8c11239\OpenPype.py'
2022-01-05 12:53:55:  0: INFO: Single Frames Only: False
2022-01-05 12:53:55:  0: INFO: About: OpenPype Plugin for Deadline
2022-01-05 12:53:55:  0: INFO: Render Job As User disabled, running as current user 'annat'
2022-01-05 12:53:55:  0: INFO: The job's environment will be merged with the current environment before rendering
2022-01-05 12:53:55:  0: Done executing plugin command of type 'Initialize Plugin'
2022-01-05 12:53:56:  0: Start Job timeout is disabled.
2022-01-05 12:53:56:  0: Task timeout is disabled.
2022-01-05 12:53:56:  0: Loaded job: Publish - Main (61d582200425db36a8c11239)
2022-01-05 12:53:56:  0: Executing plugin command of type 'Start Job'
2022-01-05 12:53:56:  0: DEBUG: S3BackedCache Client is not installed.
2022-01-05 12:53:56:  0: INFO: Executing global asset transfer preload script 'C:\Users\annat\AppData\Local\Thinkbox\Deadline10\slave\Hyperion\plugins\61d582200425db36a8c11239\GlobalAssetTransferPreLoad.py'
2022-01-05 12:53:56:  0: INFO: Looking for legacy (pre-10.0.26) AWS Portal File Transfer...
2022-01-05 12:53:56:  0: INFO: Looking for legacy (pre-10.0.26) File Transfer controller in C:/Program Files/Thinkbox/S3BackedCache/bin/task.py...
2022-01-05 12:53:56:  0: INFO: Could not find legacy (pre-10.0.26) AWS Portal File Transfer.
2022-01-05 12:53:56:  0: INFO: Legacy (pre-10.0.26) AWS Portal File Transfer is not installed on the system.
2022-01-05 12:53:56:  0: INFO: Executing global job preload script 'C:\Users\annat\AppData\Local\Thinkbox\Deadline10\slave\Hyperion\plugins\61d582200425db36a8c11239\GlobalJobPreLoad.py'
2022-01-05 12:53:56:  0: PYTHON: inject_render_job_id start
2022-01-05 12:53:56:  0: PYTHON: dependency_ids System.String[]
2022-01-05 12:53:56:  0: INFO: Setting Process Environment Variable RENDER_JOB_IDS to 61d5821f0425db36a8c11238
2022-01-05 12:53:56:  0: PYTHON: inject_render_job_id end
2022-01-05 12:53:56:  0: Done executing plugin command of type 'Start Job'
2022-01-05 12:53:56:  0: Plugin rendering frame(s): 0
2022-01-05 12:53:56:  0: Executing plugin command of type 'Render Task'
2022-01-05 12:53:56:  0: INFO: Stdout Redirection Enabled: True
2022-01-05 12:53:56:  0: INFO: Stdout Handling Enabled: True
2022-01-05 12:53:56:  0: INFO: Popup Handling Enabled: False
2022-01-05 12:53:56:  0: INFO: Using Process Tree: True
2022-01-05 12:53:56:  0: INFO: Hiding DOS Window: True
2022-01-05 12:53:56:  0: INFO: Creating New Console: False
2022-01-05 12:53:56:  0: INFO: Running as user: annat
2022-01-05 12:53:56:  0: INFO: Executable: "C:\Users\annat\Documents\pype\3.0\build\exe.win-amd64-3.7\openpype_console.exe"
2022-01-05 12:53:56:  0: INFO: Argument: publish {root[work]}/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main/Main_metadata.json --targets deadline --targets farm
2022-01-05 12:53:56:  0: INFO: Full Command: "C:\Users\annat\Documents\pype\3.0\build\exe.win-amd64-3.7\openpype_console.exe" publish {root[work]}/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main/Main_metadata.json --targets deadline --targets farm
2022-01-05 12:53:56:  0: INFO: Startup Directory: "C:\Users\annat\Documents\pype\3.0\build\exe.win-amd64-3.7"
2022-01-05 12:53:57:  0: INFO: Process Priority: BelowNormal
2022-01-05 12:53:57:  0: INFO: Process Affinity: default
2022-01-05 12:53:57:  0: INFO: Process is now running
2022-01-05 12:54:01:  0: STDOUT: >>> [  Skipping module directory because of missing "__init__.py" file. "C:\Users\annat\Documents\pype\3.0\build\exe.win-amd64-3.7\openpype\modules\default_modules\settings_module"  ] 
2022-01-05 12:54:04:  0: STDOUT: >>> [  Registering root: {'work': C:/projects}  ] 
2022-01-05 12:54:05:  0: STDOUT: >>> [  Running publish ...  ] 
2022-01-05 12:54:05:  0: STDOUT: >>> run disk mapping command ...
2022-01-05 12:54:05:  0: STDOUT:   - booting version: 3.7.0-nightly.6
2022-01-05 12:54:05:  0: STDOUT: >>> Injecting OpenPype version to running environment  ...
2022-01-05 12:54:05:  0: STDOUT: >>> Validating version [ C:\Users\annat\Documents\pype\3.0\build\exe.win-amd64-3.7 ]
2022-01-05 12:54:05:  0: STDOUT: --- version is valid
2022-01-05 12:54:05:  0: STDOUT: >>> loading environments ...
2022-01-05 12:54:05:  0: STDOUT:   - for Avalon ...
2022-01-05 12:54:05:  0: STDOUT:   - global OpenPype ...
2022-01-05 12:54:05:  0: STDOUT:   - for modules ...
2022-01-05 12:54:05:  0: STDOUT: *** OpenPype [ 3.7.0-nightly.6 ] 
2022-01-05 12:54:05:  0: STDOUT: >>> Using OpenPype from [  C:\Users\annat\Documents\pype\3.0\build\exe.win-amd64-3.7  ]
2022-01-05 12:54:05:  0: STDOUT: ... OpenPype variant:      [  production  ]
2022-01-05 12:54:05:  0: STDOUT: ... Running OpenPype from: [  C:\Users\annat\Documents\pype\3.0\build\exe.win-amd64-3.7  ]
2022-01-05 12:54:05:  0: STDOUT: ... Using mongodb:         [  localhost  ]
2022-01-05 12:54:05:  0: STDOUT: ... Using FTrack at:       [  https://pype.ftrackapp.com  ]
2022-01-05 12:54:05:  0: STDOUT: ... Logging to MongoDB:    [  localhost  ]
2022-01-05 12:54:05:  0: STDOUT: ...   - port:              [  2707  ]
2022-01-05 12:54:05:  0: STDOUT: ...   - database:          [  openpype  ]
2022-01-05 12:54:05:  0: STDOUT: ...   - collection:        [  logs  ]
2022-01-05 12:54:05:  0: STDOUT: ...   - user:              [    ]
2022-01-05 12:54:05:  0: STDOUT: setting target: deadline
2022-01-05 12:54:05:  0: STDOUT: setting target: farm
2022-01-05 12:54:05:  0: STDOUT: Using plugins:
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: 
2022-01-05 12:54:05:  0: STDOUT: DEBUG:ModulesManager:*** Pype modules initialization.
2022-01-05 12:54:05:  0: STDOUT: DEBUG:ModulesManager:[X] LocalSettingsAction
2022-01-05 12:54:05:  0: STDOUT: DEBUG:ModulesManager:[X] SettingsAction
2022-01-05 12:54:05:  0: STDOUT: DEBUG:ModulesManager:[X] LauncherAction
2022-01-05 12:54:05:  0: STDOUT: DEBUG:ModulesManager:[X] ProjectManagerAction
2022-01-05 12:54:05:  0: STDOUT: DEBUG:ModulesManager:[X] StandAlonePublishAction
2022-01-05 12:54:05:  0: STDOUT: DEBUG:ModulesManager:[X] AvalonModule
2022-01-05 12:54:05:  0: STDOUT: DEBUG:ModulesManager:[ ] ClockifyModule
2022-01-05 12:54:05:  0: STDOUT: DEBUG:ModulesManager:[X] DeadlineModule
2022-01-05 12:54:05:  0: STDOUT: DEBUG:ModulesManager:[X] FtrackModule
2022-01-05 12:54:05:  0: STDOUT: DEBUG:ModulesManager:[X] JobQueueModule
2022-01-05 12:54:05:  0: STDOUT: DEBUG:ModulesManager:[X] LogViewModule
2022-01-05 12:54:05:  0: STDOUT: DEBUG:ModulesManager:[ ] MusterModule
2022-01-05 12:54:05:  0: STDOUT: DEBUG:ModulesManager:[X] PythonInterpreterAction
2022-01-05 12:54:05:  0: STDOUT: DEBUG:ModulesManager:[X] RoyalRenderModule
2022-01-05 12:54:05:  0: STDOUT: DEBUG:ModulesManager:[ ] SlackIntegrationModule
2022-01-05 12:54:05:  0: STDOUT: DEBUG:ModulesManager:[ ] SyncServerModule
2022-01-05 12:54:05:  0: STDOUT: DEBUG:ModulesManager:[X] TimersManager
2022-01-05 12:54:05:  0: STDOUT: DEBUG:ModulesManager:[X] WebServerModule
2022-01-05 12:54:05:  0: STDOUT: DEBUG:ModulesManager:Has 14 enabled modules.
2022-01-05 12:54:05:  0: STDOUT: INFO:pyblish.CollectAnatomyObject:Anatomy object collected for project "ondra_playground".
2022-01-05 12:54:05:  0: STDOUT: INFO:pyblish.CollectRenderedFiles:Getting root setting for project "ondra_playground"
2022-01-05 12:54:05:  0: STDOUT: INFO:pyblish.CollectRenderedFiles:anatomy: {'work': C:/projects}
2022-01-05 12:54:05:  0: STDOUT: INFO:pyblish.CollectRenderedFiles:Setting session using data from file
2022-01-05 12:54:05:  0: STDOUT: INFO:pyblish.CollectRenderedFiles:  - processing instance for renderModelingMain_P
2022-01-05 12:54:05:  0: STDOUT: INFO:pyblish.CollectRenderedFiles:Filling stagingDir...
2022-01-05 12:54:05:  0: STDOUT: INFO:pyblish.CollectRenderedFiles:  - processing instance for renderModelingMain_ID
2022-01-05 12:54:05:  0: STDOUT: INFO:pyblish.CollectRenderedFiles:Filling stagingDir...
2022-01-05 12:54:05:  0: STDOUT: INFO:pyblish.CollectRenderedFiles:  - processing instance for renderModelingMain_beauty
2022-01-05 12:54:05:  0: STDOUT: INFO:pyblish.CollectRenderedFiles:Filling stagingDir...
2022-01-05 12:54:05:  0: STDOUT: INFO:AvalonMongoConnection:3
2022-01-05 12:54:05:  0: STDOUT: INFO:AvalonMongoConnection:2
2022-01-05 12:54:05:  0: STDOUT: INFO:AvalonMongoConnection:7
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectAvalonEntities:Collected Project "{'_id': ObjectId('5de040d042c76c76d840618c'), 'name': 'ondra_playground', 'data': {'ftrackId': '3ed31742-1228-11ea-9677-066c9f15ea20', 'entityType': 'Project', 'applications': ['maya/2020', 'maya/2019', 'unreal/4-26', 'houdini/18'], 'library_project': False, 'clipIn': 1001.0, 'resolutionWidth': 1920.0, 'handleEnd': 10.0, 'frameEnd': 1100.0, 'resolutionHeight': 1080.0, 'fps2': None, 'frameStart': 1001.0, 'pixelAspect': 1.0, 'fps': 25.0, 'handleStart': 10.0, 'clipOut': 1100.0, 'tools_env': ['vray/51021'], 'code': 'OPG', 'active': True}, 'type': 'project', 'config': {'tasks': {'Layout': {'short_name': 'lay'}, 'Setdress': {'short_name': 'dress'}, 'Previz': {'short_name': 'Previz'}, 'Generic': {'short_name': 'gener'}, 'Animation': {'short_name': 'anim'}, 'Modeling': {'short_name': 'mdl'}, 'Lookdev': {'short_name': 'look'}, 'FX': {'short_name': 'fx'}, 'Lighting': {'short_name': 'lgt'}, 'Compositing': {'short_name': 'comp'}, 'Tracking': {'short_name': 'Tracking'}, 'Rigging': {'short_name': 'rig'}, 'Paint': {'short_name': 'paint'}, 'schedulle': {'short_name': ''}, 'Art': {'short_name': 'art'}, 'Texture': {'short_name': 'tex'}, 'Edit': {'short_name': 'edit'}}, 'apps': [{'name': 'maya/2020'}, {'name': 'unreal/4-26'}, {'name': 'blender/2-93'}, {'name': 'maya/2019'}, {'name': 'houdini/18'}, {'name': 'maya/2022'}], 'schema': 'avalon-core:config-1.0', 'template': {'workfile': '{project[code]}_{asset}_{task}_v{version:0>3}<_{comment}>', 'work': '{root}/{project[name]}/{hierarchy}/{asset}/work/{task}', 'publish': '{root}/{project[name]}/{hierarchy}/{asset}/publish/{family}/{subset}/v{version:0>3}/{project[code]}_{asset}_{subset}_v{version:0>3}<_{output}><.{frame}>.{representation}'}, 'imageio': {'hiero': {'workfile': {'ocioConfigName': 'nuke-default', 'ocioconfigpath': {'windows': [], 'darwin': [], 'linux': []}, 'workingSpace': 'linear', 'sixteenBitLut': 'sRGB', 'eightBitLut': 'sRGB', 'floatLut': 'linear', 'logLut': 'Cineon', 'viewerLut': 'sRGB', 'thumbnailLut': 'sRGB'}, 'regexInputs': {'inputs': [{'regex': '[^-a-zA-Z0-9](plateRef).*(?=mp4)', 'colorspace': 'sRGB'}]}}, 'nuke': {'viewer': {'viewerProcess': 'sRGB'}, 'workfile': {'colorManagement': 'Nuke', 'OCIO_config': 'nuke-default', 'customOCIOConfigPath': {'windows': [], 'darwin': [], 'linux': []}, 'workingSpaceLUT': 'linear', 'monitorLut': 'sRGB', 'int8Lut': 'sRGB', 'int16Lut': 'sRGB', 'logLut': 'Cineon', 'floatLut': 'linear'}, 'nodes': {'requiredNodes': [{'plugins': ['CreateWriteRender'], 'nukeNodeClass': 'Write', 'knobs': [{'name': 'file_type', 'value': 'exr'}, {'name': 'datatype', 'value': '16 bit half'}, {'name': 'compression', 'value': 'Zip (1 scanline)'}, {'name': 'autocrop', 'value': 'True'}, {'name': 'tile_color', 'value': '0xff0000ff'}, {'name': 'channels', 'value': 'rgb'}, {'name': 'colorspace', 'value': 'linear'}]}, {'plugins': ['CreateWritePrerender'], 'nukeNodeClass': 'Write', 'knobs': [{'name': 'file_type', 'value': 'exr'}, {'name': 'datatype', 'value': '16 bit half'}, {'name': 'compression', 'value': 'Zip (1 scanline)'}, {'name': 'autocrop', 'value': 'False'}, {'name': 'tile_color', 'value': '0xadab1dff'}, {'name': 'channels', 'value': 'rgb'}, {'name': 'colorspace', 'value': 'linear'}]}], 'customNodes': []}, 'regexInputs': {'inputs': [{'regex': '[^-a-zA-Z0-9]beauty[^-a-zA-Z0-9]', 'colorspace': 'linear'}]}}, 'maya': {'colorManagementPreference': {'configFilePath': {'windows': ['C:\\Users\\annat\\Documents\\pype\\OpenColorIO-Configs\\aces_1.2\\config.ocio'], 'darwin': [], 'linux': []}, 'renderSpace': 'ACES - ACEScg', 'viewTransform': 'Rec.709, colorspace: Output - Rec.709'}}}, 'roots': {'work': {'windows': 'C:/projects', 'darwin': '/Volumes/path', 'linux': '/mnt/share/projects'}}, 'templates': {'defaults': {'version_padding': 3, 'version': 'v{version:0>{@version_padding}}', 'frame_padding': 4, 'frame': '{frame:0>{@frame_padding}}'}, 'work': {'folder': '{root[work]}/{project[name]}/{hierarchy}/{asset}/work/{task}', 'file': '{project[code]}_{asset}_{task}_{@version}<_{comment}>.{ext}', 'path': '{@folder}/{@file}'}, 'render': {'folder': '{root[work]}/{project[name]}/{hierarchy}/{asset}/publish/{family}/{subset}/{@version}', 'file': '{project[code]}_{asset}_{subset}_{@version}<_{output}><.{@frame}>.{ext}', 'path': '{@folder}/{@file}'}, 'publish': {'folder': '{root[work]}/{project[name]}/{hierarchy}/{asset}/publish/{family}/{subset}/{@version}', 'file': '{project[code]}_{asset}_{subset}_{@version}<_{output}><.{@frame}>.{ext}', 'path': '{@folder}/{@file}', 'thumbnail': '{thumbnail_root}/{project[name]}/{_id}_{thumbnail_type}.{ext}'}, 'hero': {'folder': '{root[work]}/{project[name]}/{hierarchy}/{asset}/publish/{family}/{subset}/hero', 'file': '{project[code]}_{asset}_{subset}_hero<_{output}><.{frame}>.{ext}', 'path': '{@folder}/{@file}'}, 'delivery': {}, 'others': {}}}, 'parent': None, 'schema': 'avalon-core:project-2.0'}"
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectAvalonEntities:Collected Asset "{'_id': ObjectId('5de040d042c76c76d840618e'), 'name': '999_abc_0010', 'data': {'ftrackId': '04d2ffe6-f460-434c-acc7-6e167ee9b939', 'entityType': 'Shot', 'fridge_ftrackID': '', 'handle_start_old': None, 'clipIn': 1001.0, 'resolutionWidth': 1920.0, 'handleEnd': 10.0, 'frameEnd': 1010.0, 'resolutionHeight': 1080.0, 'fps2': None, 'frameStart': 1001.0, 'pixelAspect': 1.0, 'fps': 25.0, 'handleStart': 10.0, 'clipOut': 1100.0, 'tools_env': ['vray/51021'], 'parents': ['999_abc'], 'hierarchy': '999_abc', 'tasks': {'lighting': {'type': 'Lighting'}, 'modeling': {'type': 'Modeling'}}, 'visualParent': ObjectId('5de040d042c76c76d840618d'), 'avalon_ignore_sync': False, 'avalon_mongo_id': '5de040d042c76c76d840618e', 'thumbnail_id': ObjectId('6166fe88d313e159ccac53d0')}, 'type': 'asset', 'parent': ObjectId('5de040d042c76c76d840618c'), 'schema': 'avalon-core:asset-3.0'}"
2022-01-05 12:54:06:  0: STDOUT: INFO:pyblish.CollectMachineName:Machine name: Hyperion
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectDefaultRRPath:{'default': {'windows': '\\\\hyperion\\RR', 'darwin': '', 'linux': ''}}
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectCurrentUserPype:Collected user "annatar"
2022-01-05 12:54:06:  0: STDOUT: INFO:pyblish.CollectAnatomyContextData:Global anatomy Data collected
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectAnatomyContextData:{
2022-01-05 12:54:06:  0: STDOUT:     "project": {
2022-01-05 12:54:06:  0: STDOUT:         "name": "ondra_playground",
2022-01-05 12:54:06:  0: STDOUT:         "code": "OPG"
2022-01-05 12:54:06:  0: STDOUT:     },
2022-01-05 12:54:06:  0: STDOUT:     "asset": "999_abc_0010",
2022-01-05 12:54:06:  0: STDOUT:     "hierarchy": "999_abc",
2022-01-05 12:54:06:  0: STDOUT:     "task": {
2022-01-05 12:54:06:  0: STDOUT:         "name": "modeling",
2022-01-05 12:54:06:  0: STDOUT:         "type": "Modeling",
2022-01-05 12:54:06:  0: STDOUT:         "short": "mdl"
2022-01-05 12:54:06:  0: STDOUT:     },
2022-01-05 12:54:06:  0: STDOUT:     "username": "annatar",
2022-01-05 12:54:06:  0: STDOUT:     "app": "maya",
2022-01-05 12:54:06:  0: STDOUT:     "d": "5",
2022-01-05 12:54:06:  0: STDOUT:     "dd": "05",
2022-01-05 12:54:06:  0: STDOUT:     "ddd": "Wed",
2022-01-05 12:54:06:  0: STDOUT:     "dddd": "Wednesday",
2022-01-05 12:54:06:  0: STDOUT:     "m": "1",
2022-01-05 12:54:06:  0: STDOUT:     "mm": "01",
2022-01-05 12:54:06:  0: STDOUT:     "mmm": "Jan",
2022-01-05 12:54:06:  0: STDOUT:     "mmmm": "January",
2022-01-05 12:54:06:  0: STDOUT:     "yy": "22",
2022-01-05 12:54:06:  0: STDOUT:     "yyyy": "2022",
2022-01-05 12:54:06:  0: STDOUT:     "H": "12",
2022-01-05 12:54:06:  0: STDOUT:     "HH": "12",
2022-01-05 12:54:06:  0: STDOUT:     "h": "12",
2022-01-05 12:54:06:  0: STDOUT:     "hh": "12",
2022-01-05 12:54:06:  0: STDOUT:     "ht": "PM",
2022-01-05 12:54:06:  0: STDOUT:     "M": "54",
2022-01-05 12:54:06:  0: STDOUT:     "MM": "54",
2022-01-05 12:54:06:  0: STDOUT:     "S": "5",
2022-01-05 12:54:06:  0: STDOUT:     "SS": "05"
2022-01-05 12:54:06:  0: STDOUT: }
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectDefaultDeadlineServer:{'default': 'http://127.0.0.1:8082'}
2022-01-05 12:54:06:  0: STDOUT: INFO:pyblish.CollectAnatomyInstanceData:Collecting anatomy data for all instances.
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectAnatomyInstanceData:Qeurying asset documents for instances.
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectAnatomyInstanceData:All instances already had right asset document.
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectAnatomyInstanceData:Qeurying latest versions for instances.
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectAnatomyInstanceData:Storing anatomy data to instance data.
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectAnatomyInstanceData:Anatomy data for instance renderModelingMain_P: {
2022-01-05 12:54:06:  0: STDOUT:     "project": {
2022-01-05 12:54:06:  0: STDOUT:         "name": "ondra_playground",
2022-01-05 12:54:06:  0: STDOUT:         "code": "OPG"
2022-01-05 12:54:06:  0: STDOUT:     },
2022-01-05 12:54:06:  0: STDOUT:     "asset": "999_abc_0010",
2022-01-05 12:54:06:  0: STDOUT:     "hierarchy": "999_abc",
2022-01-05 12:54:06:  0: STDOUT:     "task": {
2022-01-05 12:54:06:  0: STDOUT:         "name": "modeling",
2022-01-05 12:54:06:  0: STDOUT:         "type": "Modeling",
2022-01-05 12:54:06:  0: STDOUT:         "short": "mdl"
2022-01-05 12:54:06:  0: STDOUT:     },
2022-01-05 12:54:06:  0: STDOUT:     "username": "annatar",
2022-01-05 12:54:06:  0: STDOUT:     "app": "maya",
2022-01-05 12:54:06:  0: STDOUT:     "d": "5",
2022-01-05 12:54:06:  0: STDOUT:     "dd": "05",
2022-01-05 12:54:06:  0: STDOUT:     "ddd": "Wed",
2022-01-05 12:54:06:  0: STDOUT:     "dddd": "Wednesday",
2022-01-05 12:54:06:  0: STDOUT:     "m": "1",
2022-01-05 12:54:06:  0: STDOUT:     "mm": "01",
2022-01-05 12:54:06:  0: STDOUT:     "mmm": "Jan",
2022-01-05 12:54:06:  0: STDOUT:     "mmmm": "January",
2022-01-05 12:54:06:  0: STDOUT:     "yy": "22",
2022-01-05 12:54:06:  0: STDOUT:     "yyyy": "2022",
2022-01-05 12:54:06:  0: STDOUT:     "H": "12",
2022-01-05 12:54:06:  0: STDOUT:     "HH": "12",
2022-01-05 12:54:06:  0: STDOUT:     "h": "12",
2022-01-05 12:54:06:  0: STDOUT:     "hh": "12",
2022-01-05 12:54:06:  0: STDOUT:     "ht": "PM",
2022-01-05 12:54:06:  0: STDOUT:     "M": "54",
2022-01-05 12:54:06:  0: STDOUT:     "MM": "54",
2022-01-05 12:54:06:  0: STDOUT:     "S": "5",
2022-01-05 12:54:06:  0: STDOUT:     "SS": "05",
2022-01-05 12:54:06:  0: STDOUT:     "family": "render",
2022-01-05 12:54:06:  0: STDOUT:     "subset": "renderModelingMain_P",
2022-01-05 12:54:06:  0: STDOUT:     "version": 1,
2022-01-05 12:54:06:  0: STDOUT:     "resolution_width": 1920,
2022-01-05 12:54:06:  0: STDOUT:     "resolution_height": 1080,
2022-01-05 12:54:06:  0: STDOUT:     "pixel_aspect": 1.0,
2022-01-05 12:54:06:  0: STDOUT:     "fps": 25.0
2022-01-05 12:54:06:  0: STDOUT: }
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectAnatomyInstanceData:Anatomy data for instance renderModelingMain_ID: {
2022-01-05 12:54:06:  0: STDOUT:     "project": {
2022-01-05 12:54:06:  0: STDOUT:         "name": "ondra_playground",
2022-01-05 12:54:06:  0: STDOUT:         "code": "OPG"
2022-01-05 12:54:06:  0: STDOUT:     },
2022-01-05 12:54:06:  0: STDOUT:     "asset": "999_abc_0010",
2022-01-05 12:54:06:  0: STDOUT:     "hierarchy": "999_abc",
2022-01-05 12:54:06:  0: STDOUT:     "task": {
2022-01-05 12:54:06:  0: STDOUT:         "name": "modeling",
2022-01-05 12:54:06:  0: STDOUT:         "type": "Modeling",
2022-01-05 12:54:06:  0: STDOUT:         "short": "mdl"
2022-01-05 12:54:06:  0: STDOUT:     },
2022-01-05 12:54:06:  0: STDOUT:     "username": "annatar",
2022-01-05 12:54:06:  0: STDOUT:     "app": "maya",
2022-01-05 12:54:06:  0: STDOUT:     "d": "5",
2022-01-05 12:54:06:  0: STDOUT:     "dd": "05",
2022-01-05 12:54:06:  0: STDOUT:     "ddd": "Wed",
2022-01-05 12:54:06:  0: STDOUT:     "dddd": "Wednesday",
2022-01-05 12:54:06:  0: STDOUT:     "m": "1",
2022-01-05 12:54:06:  0: STDOUT:     "mm": "01",
2022-01-05 12:54:06:  0: STDOUT:     "mmm": "Jan",
2022-01-05 12:54:06:  0: STDOUT:     "mmmm": "January",
2022-01-05 12:54:06:  0: STDOUT:     "yy": "22",
2022-01-05 12:54:06:  0: STDOUT:     "yyyy": "2022",
2022-01-05 12:54:06:  0: STDOUT:     "H": "12",
2022-01-05 12:54:06:  0: STDOUT:     "HH": "12",
2022-01-05 12:54:06:  0: STDOUT:     "h": "12",
2022-01-05 12:54:06:  0: STDOUT:     "hh": "12",
2022-01-05 12:54:06:  0: STDOUT:     "ht": "PM",
2022-01-05 12:54:06:  0: STDOUT:     "M": "54",
2022-01-05 12:54:06:  0: STDOUT:     "MM": "54",
2022-01-05 12:54:06:  0: STDOUT:     "S": "5",
2022-01-05 12:54:06:  0: STDOUT:     "SS": "05",
2022-01-05 12:54:06:  0: STDOUT:     "family": "render",
2022-01-05 12:54:06:  0: STDOUT:     "subset": "renderModelingMain_ID",
2022-01-05 12:54:06:  0: STDOUT:     "version": 1,
2022-01-05 12:54:06:  0: STDOUT:     "resolution_width": 1920,
2022-01-05 12:54:06:  0: STDOUT:     "resolution_height": 1080,
2022-01-05 12:54:06:  0: STDOUT:     "pixel_aspect": 1.0,
2022-01-05 12:54:06:  0: STDOUT:     "fps": 25.0
2022-01-05 12:54:06:  0: STDOUT: }
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectAnatomyInstanceData:Anatomy data for instance renderModelingMain_beauty: {
2022-01-05 12:54:06:  0: STDOUT:     "project": {
2022-01-05 12:54:06:  0: STDOUT:         "name": "ondra_playground",
2022-01-05 12:54:06:  0: STDOUT:         "code": "OPG"
2022-01-05 12:54:06:  0: STDOUT:     },
2022-01-05 12:54:06:  0: STDOUT:     "asset": "999_abc_0010",
2022-01-05 12:54:06:  0: STDOUT:     "hierarchy": "999_abc",
2022-01-05 12:54:06:  0: STDOUT:     "task": {
2022-01-05 12:54:06:  0: STDOUT:         "name": "modeling",
2022-01-05 12:54:06:  0: STDOUT:         "type": "Modeling",
2022-01-05 12:54:06:  0: STDOUT:         "short": "mdl"
2022-01-05 12:54:06:  0: STDOUT:     },
2022-01-05 12:54:06:  0: STDOUT:     "username": "annatar",
2022-01-05 12:54:06:  0: STDOUT:     "app": "maya",
2022-01-05 12:54:06:  0: STDOUT:     "d": "5",
2022-01-05 12:54:06:  0: STDOUT:     "dd": "05",
2022-01-05 12:54:06:  0: STDOUT:     "ddd": "Wed",
2022-01-05 12:54:06:  0: STDOUT:     "dddd": "Wednesday",
2022-01-05 12:54:06:  0: STDOUT:     "m": "1",
2022-01-05 12:54:06:  0: STDOUT:     "mm": "01",
2022-01-05 12:54:06:  0: STDOUT:     "mmm": "Jan",
2022-01-05 12:54:06:  0: STDOUT:     "mmmm": "January",
2022-01-05 12:54:06:  0: STDOUT:     "yy": "22",
2022-01-05 12:54:06:  0: STDOUT:     "yyyy": "2022",
2022-01-05 12:54:06:  0: STDOUT:     "H": "12",
2022-01-05 12:54:06:  0: STDOUT:     "HH": "12",
2022-01-05 12:54:06:  0: STDOUT:     "h": "12",
2022-01-05 12:54:06:  0: STDOUT:     "hh": "12",
2022-01-05 12:54:06:  0: STDOUT:     "ht": "PM",
2022-01-05 12:54:06:  0: STDOUT:     "M": "54",
2022-01-05 12:54:06:  0: STDOUT:     "MM": "54",
2022-01-05 12:54:06:  0: STDOUT:     "S": "5",
2022-01-05 12:54:06:  0: STDOUT:     "SS": "05",
2022-01-05 12:54:06:  0: STDOUT:     "family": "render",
2022-01-05 12:54:06:  0: STDOUT:     "subset": "renderModelingMain_beauty",
2022-01-05 12:54:06:  0: STDOUT:     "version": 2,
2022-01-05 12:54:06:  0: STDOUT:     "resolution_width": 1920,
2022-01-05 12:54:06:  0: STDOUT:     "resolution_height": 1080,
2022-01-05 12:54:06:  0: STDOUT:     "pixel_aspect": 1.0,
2022-01-05 12:54:06:  0: STDOUT:     "fps": 25.0
2022-01-05 12:54:06:  0: STDOUT: }
2022-01-05 12:54:06:  0: STDOUT: INFO:pyblish.CollectAnatomyInstanceData:Anatomy Data collection finished.
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectResourcesPath:publishDir: "C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001"
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectResourcesPath:resourcesDir: "C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\resources"
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectResourcesPath:publishDir: "C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001"
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectResourcesPath:resourcesDir: "C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\resources"
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectResourcesPath:publishDir: "C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002"
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectResourcesPath:resourcesDir: "C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\resources"
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackFamily:"maya" not found in "hosts": ['standalonepublisher']
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackFamily:"maya" not found in "hosts": ['standalonepublisher']
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackFamily:"maya" not found in "hosts": ['standalonepublisher']
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackFamily:"render" not found in "families": ['model', 'setdress', 'animation', 'look', 'rig', 'camera']
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackFamily:"maya" not found in "hosts": ['tvpaint']
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackFamily:"maya" not found in "hosts": ['tvpaint']
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackFamily:"maya" not found in "hosts": ['nuke']
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackFamily:"maya" not found in "hosts": ['aftereffects']
2022-01-05 12:54:06:  0: STDOUT: INFO:pyblish.CollectFtrackFamily:None of profiles match your setup. hosts: "maya" | families: "render" | tasks: "modeling"
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackFamily:"maya" not found in "hosts": ['standalonepublisher']
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackFamily:"maya" not found in "hosts": ['standalonepublisher']
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackFamily:"maya" not found in "hosts": ['standalonepublisher']
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackFamily:"render" not found in "families": ['model', 'setdress', 'animation', 'look', 'rig', 'camera']
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackFamily:"maya" not found in "hosts": ['tvpaint']
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackFamily:"maya" not found in "hosts": ['tvpaint']
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackFamily:"maya" not found in "hosts": ['nuke']
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackFamily:"maya" not found in "hosts": ['aftereffects']
2022-01-05 12:54:06:  0: STDOUT: INFO:pyblish.CollectFtrackFamily:None of profiles match your setup. hosts: "maya" | families: "render" | tasks: "modeling"
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackFamily:"maya" not found in "hosts": ['standalonepublisher']
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackFamily:"maya" not found in "hosts": ['standalonepublisher']
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackFamily:"maya" not found in "hosts": ['standalonepublisher']
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackFamily:"render" not found in "families": ['model', 'setdress', 'animation', 'look', 'rig', 'camera']
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackFamily:"maya" not found in "hosts": ['tvpaint']
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackFamily:"maya" not found in "hosts": ['tvpaint']
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackFamily:"maya" not found in "hosts": ['nuke']
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackFamily:"maya" not found in "hosts": ['aftereffects']
2022-01-05 12:54:06:  0: STDOUT: INFO:pyblish.CollectFtrackFamily:None of profiles match your setup. hosts: "maya" | families: "render" | tasks: "modeling"
2022-01-05 12:54:06:  0: STDOUT: DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): pype.ftrackapp.com:443
2022-01-05 12:54:06:  0: STDOUT: DEBUG:urllib3.connectionpool:https://pype.ftrackapp.com:443 "POST /api HTTP/1.1" 200 None
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackApi:Ftrack user: "ondra.samohel"
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackApi:Project query: < Project where full_name is "ondra_playground" >
2022-01-05 12:54:06:  0: STDOUT: DEBUG:urllib3.connectionpool:https://pype.ftrackapp.com:443 "POST /api HTTP/1.1" 200 None
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackApi:Project found: 
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackApi:Asset entity query: < TypedContext where project_id is "3ed31742-1228-11ea-9677-066c9f15ea20" and name is "999_abc_0010" >
2022-01-05 12:54:06:  0: STDOUT: DEBUG:urllib3.connectionpool:https://pype.ftrackapp.com:443 "POST /api HTTP/1.1" 200 None
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackApi:Asset found: 
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackApi:Task entity query: < Task where name is "modeling" and parent_id is "04d2ffe6-f460-434c-acc7-6e167ee9b939" >
2022-01-05 12:54:06:  0: STDOUT: DEBUG:urllib3.connectionpool:https://pype.ftrackapp.com:443 "POST /api HTTP/1.1" 200 None
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackApi:Task entity found: 
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackApi:Checking entities of instance "renderModelingMain_P"
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackApi:Instance's context asset is same as in publish context. Asset: 999_abc_0010
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackApi:Checking entities of instance "renderModelingMain_ID"
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackApi:Instance's context asset is same as in publish context. Asset: 999_abc_0010
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackApi:Checking entities of instance "renderModelingMain_beauty"
2022-01-05 12:54:06:  0: STDOUT: DEBUG:pyblish.CollectFtrackApi:Instance's context asset is same as in publish context. Asset: 999_abc_0010
2022-01-05 12:54:06:  0: STDOUT: DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): 127.0.0.1:8082
2022-01-05 12:54:06:  0: STDOUT: DEBUG:urllib3.connectionpool:http://127.0.0.1:8082 "GET /api/jobs?JobID=61d5821f0425db36a8c11238 HTTP/1.1" 200 5132
2022-01-05 12:54:07:  0: STDOUT: DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): 127.0.0.1:8082
2022-01-05 12:54:07:  0: STDOUT: DEBUG:urllib3.connectionpool:http://127.0.0.1:8082 "GET /api/jobs?JobID=61d5821f0425db36a8c11238 HTTP/1.1" 200 5132
2022-01-05 12:54:07:  0: STDOUT: DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): 127.0.0.1:8082
2022-01-05 12:54:07:  0: STDOUT: DEBUG:urllib3.connectionpool:http://127.0.0.1:8082 "GET /api/jobs?JobID=61d5821f0425db36a8c11238 HTTP/1.1" 200 5132
2022-01-05 12:54:07:  0: STDOUT: INFO:pyblish.ExtractHierarchyToAvalon:skipping IntegrateHierarchyToAvalon
2022-01-05 12:54:07:  0: STDOUT: INFO:pyblish.ExtractJpegEXR:subset renderModelingMain_P
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.ExtractJpegEXR:{'ext': 'exr', 'files': ['Main_P.0991.exr', 'Main_P.0992.exr', 'Main_P.0993.exr', 'Main_P.0994.exr', 'Main_P.0995.exr', 'Main_P.0996.exr', 'Main_P.0997.exr', 'Main_P.0998.exr', 'Main_P.0999.exr', 'Main_P.1000.exr'], 'fps': 25.0, 'frameEnd': 1000, 'frameStart': 991, 'name': 'exr', 'stagingDir': 'C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main', 'tags': []}
2022-01-05 12:54:07:  0: STDOUT: INFO:pyblish.ExtractJpegEXR:subset renderModelingMain_ID
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.ExtractJpegEXR:{'ext': 'exr', 'files': ['Main_ID.0991.exr', 'Main_ID.0992.exr', 'Main_ID.0993.exr', 'Main_ID.0994.exr', 'Main_ID.0995.exr', 'Main_ID.0996.exr', 'Main_ID.0997.exr', 'Main_ID.0998.exr', 'Main_ID.0999.exr', 'Main_ID.1000.exr'], 'fps': 25.0, 'frameEnd': 1000, 'frameStart': 991, 'name': 'exr', 'stagingDir': 'C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main', 'tags': []}
2022-01-05 12:54:07:  0: STDOUT: INFO:pyblish.ExtractJpegEXR:subset renderModelingMain_beauty
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.ExtractJpegEXR:{'ext': 'exr', 'files': ['Main_beauty.0991.exr', 'Main_beauty.0992.exr', 'Main_beauty.0993.exr', 'Main_beauty.0994.exr', 'Main_beauty.0995.exr', 'Main_beauty.0996.exr', 'Main_beauty.0997.exr', 'Main_beauty.0998.exr', 'Main_beauty.0999.exr', 'Main_beauty.1000.exr'], 'fps': 25.0, 'frameEnd': 1000, 'frameStart': 991, 'name': 'exr', 'stagingDir': 'C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main', 'tags': []}
2022-01-05 12:54:07:  0: STDOUT: INFO:pyblish.ExtractScanlineExr:Processing representation exr
2022-01-05 12:54:07:  0: STDOUT: INFO:pyblish.ExtractScanlineExr: - missing toScanline tag
2022-01-05 12:54:07:  0: STDOUT: INFO:pyblish.ExtractScanlineExr:Processing representation exr
2022-01-05 12:54:07:  0: STDOUT: INFO:pyblish.ExtractScanlineExr: - missing toScanline tag
2022-01-05 12:54:07:  0: STDOUT: INFO:pyblish.ExtractScanlineExr:Processing representation exr
2022-01-05 12:54:07:  0: STDOUT: INFO:pyblish.ExtractScanlineExr: - missing toScanline tag
2022-01-05 12:54:07:  0: STDOUT: INFO:pyblish.IntegrateAssetNew:renderModelingMain_P is missing reference to staging directory. Will try to get it from representation.
2022-01-05 12:54:07:  0: STDOUT: INFO:pyblish.IntegrateAssetNew:Subset 'renderModelingMain_P' not found, creating ...
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:families.  ['render']
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:families.  
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Next version: v1
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Source: {root[work]}/ondra_playground/999_abc/999_abc_0010/work/modeling/render_test_v007.mb
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Creating version ...
2022-01-05 12:54:07:  0: STDOUT: INFO:pyblish.IntegrateAssetNew:Search for first most matching profile in match order: Host name -> Task name -> Family.
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:files: ['Main_P.0991.exr', 'Main_P.0992.exr', 'Main_P.0993.exr', 'Main_P.0994.exr', 'Main_P.0995.exr', 'Main_P.0996.exr', 'Main_P.0997.exr', 'Main_P.0998.exr', 'Main_P.0999.exr', 'Main_P.1000.exr']
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:src_tail_collections: []
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:test_dest_files: ['C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0001.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0002.exr']
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:destination: `C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0991.exr`
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:source: C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\Main_P.0991.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:destination: `C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0992.exr`
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:source: C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\Main_P.0992.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:destination: `C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0993.exr`
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:source: C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\Main_P.0993.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:destination: `C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0994.exr`
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:source: C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\Main_P.0994.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:destination: `C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0995.exr`
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:source: C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\Main_P.0995.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:destination: `C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0996.exr`
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:source: C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\Main_P.0996.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:destination: `C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0997.exr`
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:source: C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\Main_P.0997.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:destination: `C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0998.exr`
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:source: C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\Main_P.0998.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:destination: `C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0999.exr`
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:source: C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\Main_P.0999.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:destination: `C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.1000.exr`
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:source: C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\Main_P.1000.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Integrating source files to destination ...
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Copying file ... C:\projects\ondra_playground\999_abc\999_abc_0010\work\modeling\renders\maya\OPG_999_abc_0010_workfileModeling_v037\Main\Main_P.0991.exr -> C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0991.exr.tmp
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Copying file ... C:\projects\ondra_playground\999_abc\999_abc_0010\work\modeling\renders\maya\OPG_999_abc_0010_workfileModeling_v037\Main\Main_P.0992.exr -> C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0992.exr.tmp
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Copying file ... C:\projects\ondra_playground\999_abc\999_abc_0010\work\modeling\renders\maya\OPG_999_abc_0010_workfileModeling_v037\Main\Main_P.0993.exr -> C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0993.exr.tmp
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Copying file ... C:\projects\ondra_playground\999_abc\999_abc_0010\work\modeling\renders\maya\OPG_999_abc_0010_workfileModeling_v037\Main\Main_P.0994.exr -> C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0994.exr.tmp
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Copying file ... C:\projects\ondra_playground\999_abc\999_abc_0010\work\modeling\renders\maya\OPG_999_abc_0010_workfileModeling_v037\Main\Main_P.0995.exr -> C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0995.exr.tmp
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Copying file ... C:\projects\ondra_playground\999_abc\999_abc_0010\work\modeling\renders\maya\OPG_999_abc_0010_workfileModeling_v037\Main\Main_P.0996.exr -> C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0996.exr.tmp
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Copying file ... C:\projects\ondra_playground\999_abc\999_abc_0010\work\modeling\renders\maya\OPG_999_abc_0010_workfileModeling_v037\Main\Main_P.0997.exr -> C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0997.exr.tmp
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Copying file ... C:\projects\ondra_playground\999_abc\999_abc_0010\work\modeling\renders\maya\OPG_999_abc_0010_workfileModeling_v037\Main\Main_P.0998.exr -> C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0998.exr.tmp
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Copying file ... C:\projects\ondra_playground\999_abc\999_abc_0010\work\modeling\renders\maya\OPG_999_abc_0010_workfileModeling_v037\Main\Main_P.0999.exr -> C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0999.exr.tmp
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Copying file ... C:\projects\ondra_playground\999_abc\999_abc_0010\work\modeling\renders\maya\OPG_999_abc_0010_workfileModeling_v037\Main\Main_P.1000.exr -> C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.1000.exr.tmp
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Integrated files {'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0991.exr.tmp': 8694296, 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0992.exr.tmp': 8697590, 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0993.exr.tmp': 8698332, 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0994.exr.tmp': 8700761, 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0995.exr.tmp': 8692333, 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0996.exr.tmp': 8691595, 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0997.exr.tmp': 8698037, 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0998.exr.tmp': 8695768, 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0999.exr.tmp': 8694858, 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.1000.exr.tmp': 8695890}
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Preparing files information ...
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:get_resource_files_info.resources:[['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_P.0991.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0991.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_P.0992.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0992.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_P.0993.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0993.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_P.0994.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0994.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_P.0995.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0995.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_P.0996.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0996.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_P.0997.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0997.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_P.0998.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0998.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_P.0999.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0999.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_P.1000.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.1000.exr']]
2022-01-05 12:54:07:  0: STDOUT: >>> [  Found match in root "work".  ] 
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:system_sett:: {'enabled': False, 'sites': {}}
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:final sites:: [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 172736)}]
2022-01-05 12:54:07:  0: STDOUT: >>> [  Found match in root "work".  ] 
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:system_sett:: {'enabled': False, 'sites': {}}
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:final sites:: [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 173739)}]
2022-01-05 12:54:07:  0: STDOUT: >>> [  Found match in root "work".  ] 
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:system_sett:: {'enabled': False, 'sites': {}}
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:final sites:: [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 174718)}]
2022-01-05 12:54:07:  0: STDOUT: >>> [  Found match in root "work".  ] 
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:system_sett:: {'enabled': False, 'sites': {}}
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:final sites:: [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 175732)}]
2022-01-05 12:54:07:  0: STDOUT: >>> [  Found match in root "work".  ] 
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:system_sett:: {'enabled': False, 'sites': {}}
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:final sites:: [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 176729)}]
2022-01-05 12:54:07:  0: STDOUT: >>> [  Found match in root "work".  ] 
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:system_sett:: {'enabled': False, 'sites': {}}
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:final sites:: [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 178705)}]
2022-01-05 12:54:07:  0: STDOUT: >>> [  Found match in root "work".  ] 
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:system_sett:: {'enabled': False, 'sites': {}}
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:final sites:: [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 179702)}]
2022-01-05 12:54:07:  0: STDOUT: >>> [  Found match in root "work".  ] 
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:system_sett:: {'enabled': False, 'sites': {}}
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:final sites:: [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 180701)}]
2022-01-05 12:54:07:  0: STDOUT: >>> [  Found match in root "work".  ] 
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:system_sett:: {'enabled': False, 'sites': {}}
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:final sites:: [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 181701)}]
2022-01-05 12:54:07:  0: STDOUT: >>> [  Found match in root "work".  ] 
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:system_sett:: {'enabled': False, 'sites': {}}
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:final sites:: [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 182703)}]
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:__ representation: {'_id': ObjectId('61d586df9bcf5827e95f0f19'), 'schema': 'openpype:representation-2.0', 'type': 'representation', 'parent': ObjectId('61d586de9bcf5827e95f0f18'), 'name': 'exr', 'data': {'path': 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0991.exr', 'template': '{root[work]}\\{project[name]}\\{hierarchy}\\{asset}\\publish\\{family}\\{subset}\\v{version:0>3}\\{project[code]}_{asset}_{subset}_v{version:0>3}<_{output}><.{frame:0>4}>.{ext}'}, 'dependencies': [], 'context': {'root': {'work': 'C:/projects'}, 'project': {'name': 'ondra_playground', 'code': 'OPG'}, 'hierarchy': '999_abc', 'asset': '999_abc_0010', 'family': 'render', 'subset': 'renderModelingMain_P', 'version': 1, 'frame': '0991', 'ext': 'exr', 'task': {'name': 'modeling', 'type': 'Modeling', 'short': 'mdl'}, 'representation': 'exr', 'username': 'annatar'}, 'files': [{'_id': ObjectId('61d586df9bcf5827e95f0f1b'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_P/v001/OPG_999_abc_0010_renderModelingMain_P_v001.0991.exr', 'size': 8694296, 'hash': 'OPG_999_abc_0010_renderModelingMain_P_v001,0991,exr|1641382533,309306|8694296', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 172736)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f1d'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_P/v001/OPG_999_abc_0010_renderModelingMain_P_v001.0992.exr', 'size': 8697590, 'hash': 'OPG_999_abc_0010_renderModelingMain_P_v001,0992,exr|1641382565,9229765|8697590', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 173739)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f1f'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_P/v001/OPG_999_abc_0010_renderModelingMain_P_v001.0993.exr', 'size': 8698332, 'hash': 'OPG_999_abc_0010_renderModelingMain_P_v001,0993,exr|1641382603,1748896|8698332', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 174718)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f21'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_P/v001/OPG_999_abc_0010_renderModelingMain_P_v001.0994.exr', 'size': 8700761, 'hash': 'OPG_999_abc_0010_renderModelingMain_P_v001,0994,exr|1641382634,2858622|8700761', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 175732)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f23'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_P/v001/OPG_999_abc_0010_renderModelingMain_P_v001.0995.exr', 'size': 8692333, 'hash': 'OPG_999_abc_0010_renderModelingMain_P_v001,0995,exr|1641382664,869647|8692333', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 176729)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f25'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_P/v001/OPG_999_abc_0010_renderModelingMain_P_v001.0996.exr', 'size': 8691595, 'hash': 'OPG_999_abc_0010_renderModelingMain_P_v001,0996,exr|1641382696,6075284|8691595', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 178705)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f27'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_P/v001/OPG_999_abc_0010_renderModelingMain_P_v001.0997.exr', 'size': 8698037, 'hash': 'OPG_999_abc_0010_renderModelingMain_P_v001,0997,exr|1641382732,152896|8698037', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 179702)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f29'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_P/v001/OPG_999_abc_0010_renderModelingMain_P_v001.0998.exr', 'size': 8695768, 'hash': 'OPG_999_abc_0010_renderModelingMain_P_v001,0998,exr|1641382765,3605087|8695768', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 180701)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f2b'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_P/v001/OPG_999_abc_0010_renderModelingMain_P_v001.0999.exr', 'size': 8694858, 'hash': 'OPG_999_abc_0010_renderModelingMain_P_v001,0999,exr|1641382797,8956082|8694858', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 181701)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f2d'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_P/v001/OPG_999_abc_0010_renderModelingMain_P_v001.1000.exr', 'size': 8695890, 'hash': 'OPG_999_abc_0010_renderModelingMain_P_v001,1000,exr|1641382833,9208384|8695890', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 182703)}]}]}
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:__ destination_list: ['C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0991.exr']
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:__ representations: [{'_id': ObjectId('61d586df9bcf5827e95f0f19'), 'schema': 'openpype:representation-2.0', 'type': 'representation', 'parent': ObjectId('61d586de9bcf5827e95f0f18'), 'name': 'exr', 'data': {'path': 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0991.exr', 'template': '{root[work]}\\{project[name]}\\{hierarchy}\\{asset}\\publish\\{family}\\{subset}\\v{version:0>3}\\{project[code]}_{asset}_{subset}_v{version:0>3}<_{output}><.{frame:0>4}>.{ext}'}, 'dependencies': [], 'context': {'root': {'work': 'C:/projects'}, 'project': {'name': 'ondra_playground', 'code': 'OPG'}, 'hierarchy': '999_abc', 'asset': '999_abc_0010', 'family': 'render', 'subset': 'renderModelingMain_P', 'version': 1, 'frame': '0991', 'ext': 'exr', 'task': {'name': 'modeling', 'type': 'Modeling', 'short': 'mdl'}, 'representation': 'exr', 'username': 'annatar'}, 'files': [{'_id': ObjectId('61d586df9bcf5827e95f0f1b'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_P/v001/OPG_999_abc_0010_renderModelingMain_P_v001.0991.exr', 'size': 8694296, 'hash': 'OPG_999_abc_0010_renderModelingMain_P_v001,0991,exr|1641382533,309306|8694296', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 172736)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f1d'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_P/v001/OPG_999_abc_0010_renderModelingMain_P_v001.0992.exr', 'size': 8697590, 'hash': 'OPG_999_abc_0010_renderModelingMain_P_v001,0992,exr|1641382565,9229765|8697590', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 173739)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f1f'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_P/v001/OPG_999_abc_0010_renderModelingMain_P_v001.0993.exr', 'size': 8698332, 'hash': 'OPG_999_abc_0010_renderModelingMain_P_v001,0993,exr|1641382603,1748896|8698332', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 174718)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f21'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_P/v001/OPG_999_abc_0010_renderModelingMain_P_v001.0994.exr', 'size': 8700761, 'hash': 'OPG_999_abc_0010_renderModelingMain_P_v001,0994,exr|1641382634,2858622|8700761', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 175732)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f23'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_P/v001/OPG_999_abc_0010_renderModelingMain_P_v001.0995.exr', 'size': 8692333, 'hash': 'OPG_999_abc_0010_renderModelingMain_P_v001,0995,exr|1641382664,869647|8692333', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 176729)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f25'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_P/v001/OPG_999_abc_0010_renderModelingMain_P_v001.0996.exr', 'size': 8691595, 'hash': 'OPG_999_abc_0010_renderModelingMain_P_v001,0996,exr|1641382696,6075284|8691595', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 178705)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f27'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_P/v001/OPG_999_abc_0010_renderModelingMain_P_v001.0997.exr', 'size': 8698037, 'hash': 'OPG_999_abc_0010_renderModelingMain_P_v001,0997,exr|1641382732,152896|8698037', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 179702)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f29'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_P/v001/OPG_999_abc_0010_renderModelingMain_P_v001.0998.exr', 'size': 8695768, 'hash': 'OPG_999_abc_0010_renderModelingMain_P_v001,0998,exr|1641382765,3605087|8695768', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 180701)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f2b'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_P/v001/OPG_999_abc_0010_renderModelingMain_P_v001.0999.exr', 'size': 8694858, 'hash': 'OPG_999_abc_0010_renderModelingMain_P_v001,0999,exr|1641382797,8956082|8694858', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 181701)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f2d'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_P/v001/OPG_999_abc_0010_renderModelingMain_P_v001.1000.exr', 'size': 8695890, 'hash': 'OPG_999_abc_0010_renderModelingMain_P_v001,1000,exr|1641382833,9208384|8695890', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 182703)}]}]}]
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:__ rep: {'ext': 'exr', 'files': ['Main_P.0991.exr', 'Main_P.0992.exr', 'Main_P.0993.exr', 'Main_P.0994.exr', 'Main_P.0995.exr', 'Main_P.0996.exr', 'Main_P.0997.exr', 'Main_P.0998.exr', 'Main_P.0999.exr', 'Main_P.1000.exr'], 'fps': 25.0, 'frameEnd': 1000, 'frameStart': 991, 'name': 'exr', 'stagingDir': 'C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main', 'tags': [], 'published_path': 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0991.exr', 'publishedFiles': ['C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0991.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0992.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0993.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0994.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0995.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0996.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0997.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0998.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0999.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.1000.exr']}
2022-01-05 12:54:07:  0: STDOUT: INFO:pyblish.IntegrateAssetNew:Registered 1 items
2022-01-05 12:54:07:  0: STDOUT: INFO:pyblish.IntegrateAssetNew:Integrated Asset in to the database ...
2022-01-05 12:54:07:  0: STDOUT: INFO:pyblish.IntegrateAssetNew:instance.data: {'family': 'render', 'name': 'renderModelingMain_P', 'asset': '999_abc_0010', 'convertToScanline': False, 'extendFrames': False, 'families': ['render'], 'fps': 25.0, 'frameEnd': 1000, 'frameEndHandle': 1000, 'frameStart': 991, 'frameStartHandle': 991, 'handleEnd': 0, 'handleStart': 0, 'jobBatchName': '', 'multipartExr': False, 'overrideExistingFrame': False, 'pixelAspect': 1.0, 'representations': [{'ext': 'exr', 'files': ['Main_P.0991.exr', 'Main_P.0992.exr', 'Main_P.0993.exr', 'Main_P.0994.exr', 'Main_P.0995.exr', 'Main_P.0996.exr', 'Main_P.0997.exr', 'Main_P.0998.exr', 'Main_P.0999.exr', 'Main_P.1000.exr'], 'fps': 25.0, 'frameEnd': 1000, 'frameStart': 991, 'name': 'exr', 'stagingDir': 'C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main', 'tags': [], 'published_path': 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0991.exr', 'publishedFiles': ['C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0991.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0992.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0993.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0994.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0995.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0996.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0997.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0998.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0999.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.1000.exr']}], 'resolutionHeight': 1080, 'resolutionWidth': 1920, 'source': '{root[work]}/ondra_playground/999_abc/999_abc_0010/work/modeling/render_test_v007.mb', 'subset': 'renderModelingMain_P', 'subsetGroup': 'renderModelingMain', 'render_job_id': '61d5821f0425db36a8c11238', 'assetEntity': {'_id': ObjectId('5de040d042c76c76d840618e'), 'name': '999_abc_0010', 'data': {'ftrackId': '04d2ffe6-f460-434c-acc7-6e167ee9b939', 'entityType': 'Shot', 'fridge_ftrackID': '', 'handle_start_old': None, 'clipIn': 1001.0, 'resolutionWidth': 1920.0, 'handleEnd': 10.0, 'frameEnd': 1010.0, 'resolutionHeight': 1080.0, 'fps2': None, 'frameStart': 1001.0, 'pixelAspect': 1.0, 'fps': 25.0, 'handleStart': 10.0, 'clipOut': 1100.0, 'tools_env': ['vray/51021'], 'parents': ['999_abc'], 'hierarchy': '999_abc', 'tasks': {'lighting': {'type': 'Lighting'}, 'modeling': {'type': 'Modeling'}}, 'visualParent': ObjectId('5de040d042c76c76d840618d'), 'avalon_ignore_sync': False, 'avalon_mongo_id': '5de040d042c76c76d840618e', 'thumbnail_id': ObjectId('6166fe88d313e159ccac53d0')}, 'type': 'asset', 'parent': ObjectId('5de040d042c76c76d840618c'), 'schema': 'avalon-core:asset-3.0'}, 'latestVersion': None, 'projectEntity': {'_id': ObjectId('5de040d042c76c76d840618c'), 'name': 'ondra_playground', 'data': {'ftrackId': '3ed31742-1228-11ea-9677-066c9f15ea20', 'entityType': 'Project', 'applications': ['maya/2020', 'maya/2019', 'unreal/4-26', 'houdini/18'], 'library_project': False, 'clipIn': 1001.0, 'resolutionWidth': 1920.0, 'handleEnd': 10.0, 'frameEnd': 1100.0, 'resolutionHeight': 1080.0, 'fps2': None, 'frameStart': 1001.0, 'pixelAspect': 1.0, 'fps': 25.0, 'handleStart': 10.0, 'clipOut': 1100.0, 'tools_env': ['vray/51021'], 'code': 'OPG', 'active': True}, 'type': 'project', 'config': {'tasks': {'Layout': {'short_name': 'lay'}, 'Setdress': {'short_name': 'dress'}, 'Previz': {'short_name': 'Previz'}, 'Generic': {'short_name': 'gener'}, 'Animation': {'short_name': 'anim'}, 'Modeling': {'short_name': 'mdl'}, 'Lookdev': {'short_name': 'look'}, 'FX': {'short_name': 'fx'}, 'Lighting': {'short_name': 'lgt'}, 'Compositing': {'short_name': 'comp'}, 'Tracking': {'short_name': 'Tracking'}, 'Rigging': {'short_name': 'rig'}, 'Paint': {'short_name': 'paint'}, 'schedulle': {'short_name': ''}, 'Art': {'short_name': 'art'}, 'Texture': {'short_name': 'tex'}, 'Edit': {'short_name': 'edit'}}, 'apps': [{'name': 'maya/2020'}, {'name': 'unreal/4-26'}, {'name': 'blender/2-93'}, {'name': 'maya/2019'}, {'name': 'houdini/18'}, {'name': 'maya/2022'}], 'schema': 'avalon-core:config-1.0', 'template': {'workfile': '{project[code]}_{asset}_{task}_v{version:0>3}<_{comment}>', 'work': '{root}/{project[name]}/{hierarchy}/{asset}/work/{task}', 'publish': '{root}/{project[name]}/{hierarchy}/{asset}/publish/{family}/{subset}/v{version:0>3}/{project[code]}_{asset}_{subset}_v{version:0>3}<_{output}><.{frame}>.{representation}'}, 'imageio': {'hiero': {'workfile': {'ocioConfigName': 'nuke-default', 'ocioconfigpath': {'windows': [], 'darwin': [], 'linux': []}, 'workingSpace': 'linear', 'sixteenBitLut': 'sRGB', 'eightBitLut': 'sRGB', 'floatLut': 'linear', 'logLut': 'Cineon', 'viewerLut': 'sRGB', 'thumbnailLut': 'sRGB'}, 'regexInputs': {'inputs': [{'regex': '[^-a-zA-Z0-9](plateRef).*(?=mp4)', 'colorspace': 'sRGB'}]}}, 'nuke': {'viewer': {'viewerProcess': 'sRGB'}, 'workfile': {'colorManagement': 'Nuke', 'OCIO_config': 'nuke-default', 'customOCIOConfigPath': {'windows': [], 'darwin': [], 'linux': []}, 'workingSpaceLUT': 'linear', 'monitorLut': 'sRGB', 'int8Lut': 'sRGB', 'int16Lut': 'sRGB', 'logLut': 'Cineon', 'floatLut': 'linear'}, 'nodes': {'requiredNodes': [{'plugins': ['CreateWriteRender'], 'nukeNodeClass': 'Write', 'knobs': [{'name': 'file_type', 'value': 'exr'}, {'name': 'datatype', 'value': '16 bit half'}, {'name': 'compression', 'value': 'Zip (1 scanline)'}, {'name': 'autocrop', 'value': 'True'}, {'name': 'tile_color', 'value': '0xff0000ff'}, {'name': 'channels', 'value': 'rgb'}, {'name': 'colorspace', 'value': 'linear'}]}, {'plugins': ['CreateWritePrerender'], 'nukeNodeClass': 'Write', 'knobs': [{'name': 'file_type', 'value': 'exr'}, {'name': 'datatype', 'value': '16 bit half'}, {'name': 'compression', 'value': 'Zip (1 scanline)'}, {'name': 'autocrop', 'value': 'False'}, {'name': 'tile_color', 'value': '0xadab1dff'}, {'name': 'channels', 'value': 'rgb'}, {'name': 'colorspace', 'value': 'linear'}]}], 'customNodes': []}, 'regexInputs': {'inputs': [{'regex': '[^-a-zA-Z0-9]beauty[^-a-zA-Z0-9]', 'colorspace': 'linear'}]}}, 'maya': {'colorManagementPreference': {'configFilePath': {'windows': ['C:\\Users\\annat\\Documents\\pype\\OpenColorIO-Configs\\aces_1.2\\config.ocio'], 'darwin': [], 'linux': []}, 'renderSpace': 'ACES - ACEScg', 'viewTransform': 'Rec.709, colorspace: Output - Rec.709'}}}, 'roots': {'work': {'windows': 'C:/projects', 'darwin': '/Volumes/path', 'linux': '/mnt/share/projects'}}, 'templates': {'defaults': {'version_padding': 3, 'version': 'v{version:0>{@version_padding}}', 'frame_padding': 4, 'frame': '{frame:0>{@frame_padding}}'}, 'work': {'folder': '{root[work]}/{project[name]}/{hierarchy}/{asset}/work/{task}', 'file': '{project[code]}_{asset}_{task}_{@version}<_{comment}>.{ext}', 'path': '{@folder}/{@file}'}, 'render': {'folder': '{root[work]}/{project[name]}/{hierarchy}/{asset}/publish/{family}/{subset}/{@version}', 'file': '{project[code]}_{asset}_{subset}_{@version}<_{output}><.{@frame}>.{ext}', 'path': '{@folder}/{@file}'}, 'publish': {'folder': '{root[work]}/{project[name]}/{hierarchy}/{asset}/publish/{family}/{subset}/{@version}', 'file': '{project[code]}_{asset}_{subset}_{@version}<_{output}><.{@frame}>.{ext}', 'path': '{@folder}/{@file}', 'thumbnail': '{thumbnail_root}/{project[name]}/{_id}_{thumbnail_type}.{ext}'}, 'hero': {'folder': '{root[work]}/{project[name]}/{hierarchy}/{asset}/publish/{family}/{subset}/hero', 'file': '{project[code]}_{asset}_{subset}_hero<_{output}><.{frame}>.{ext}', 'path': '{@folder}/{@file}'}, 'delivery': {}, 'others': {}}}, 'parent': None, 'schema': 'avalon-core:project-2.0'}, 'anatomyData': {'project': {'name': 'ondra_playground', 'code': 'OPG'}, 'asset': '999_abc_0010', 'hierarchy': '999_abc', 'task': {'name': 'modeling', 'type': 'Modeling', 'short': 'mdl'}, 'username': 'annatar', 'app': 'maya', 'd': '5', 'dd': '05', 'ddd': 'Wed', 'dddd': 'Wednesday', 'm': '1', 'mm': '01', 'mmm': 'Jan', 'mmmm': 'January', 'yy': '22', 'yyyy': '2022', 'H': '12', 'HH': '12', 'h': '12', 'hh': '12', 'ht': 'PM', 'M': '54', 'MM': '54', 'S': '5', 'SS': '05', 'family': 'render', 'subset': 'renderModelingMain_P', 'version': 1, 'resolution_width': 1920, 'resolution_height': 1080, 'pixel_aspect': 1.0, 'fps': 25.0, 'intent': '-'}, 'version': 1, 'publishDir': 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001', 'resourcesDir': 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\resources', 'subsetEntity': {'_id': ObjectId('61d586de9bcf5827e95f0f17'), 'schema': 'openpype:subset-3.0', 'type': 'subset', 'name': 'renderModelingMain_P', 'data': {'families': ['render']}, 'parent': ObjectId('5de040d042c76c76d840618e')}, 'versionEntity': {'_id': ObjectId('61d586de9bcf5827e95f0f18'), 'schema': 'openpype:version-3.0', 'type': 'version', 'parent': ObjectId('61d586de9bcf5827e95f0f17'), 'name': 1, 'data': {'families': ['render', 'render'], 'time': '20220105T125405Z', 'author': 'annatar', 'source': '{root[work]}/ondra_playground/999_abc/999_abc_0010/work/modeling/render_test_v007.mb', 'comment': '', 'machine': 'Hyperion', 'fps': 25.0, 'intent': '-', 'frameStart': 991, 'frameEnd': 1000, 'handleEnd': 0, 'handleStart': 0}}, 'transfers': [['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_P.0991.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0991.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_P.0992.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0992.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_P.0993.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0993.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_P.0994.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0994.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_P.0995.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0995.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_P.0996.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0996.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_P.0997.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0997.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_P.0998.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0998.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_P.0999.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0999.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_P.1000.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.1000.exr']], 'destination_list': ['C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0991.exr'], 'published_representations': {ObjectId('61d586df9bcf5827e95f0f19'): {'representation': {'_id': ObjectId('61d586df9bcf5827e95f0f19'), 'schema': 'openpype:representation-2.0', 'type': 'representation', 'parent': ObjectId('61d586de9bcf5827e95f0f18'), 'name': 'exr', 'data': {'path': 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0991.exr', 'template': '{root[work]}\\{project[name]}\\{hierarchy}\\{asset}\\publish\\{family}\\{subset}\\v{version:0>3}\\{project[code]}_{asset}_{subset}_v{version:0>3}<_{output}><.{frame:0>4}>.{ext}'}, 'dependencies': [], 'context': {'root': {'work': 'C:/projects'}, 'project': {'name': 'ondra_playground', 'code': 'OPG'}, 'hierarchy': '999_abc', 'asset': '999_abc_0010', 'family': 'render', 'subset': 'renderModelingMain_P', 'version': 1, 'frame': '0991', 'ext': 'exr', 'task': {'name': 'modeling', 'type': 'Modeling', 'short': 'mdl'}, 'representation': 'exr', 'username': 'annatar'}, 'files': [{'_id': ObjectId('61d586df9bcf5827e95f0f1b'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_P/v001/OPG_999_abc_0010_renderModelingMain_P_v001.0991.exr', 'size': 8694296, 'hash': 'OPG_999_abc_0010_renderModelingMain_P_v001,0991,exr|1641382533,309306|8694296', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 172736)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f1d'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_P/v001/OPG_999_abc_0010_renderModelingMain_P_v001.0992.exr', 'size': 8697590, 'hash': 'OPG_999_abc_0010_renderModelingMain_P_v001,0992,exr|1641382565,9229765|8697590', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 173739)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f1f'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_P/v001/OPG_999_abc_0010_renderModelingMain_P_v001.0993.exr', 'size': 8698332, 'hash': 'OPG_999_abc_0010_renderModelingMain_P_v001,0993,exr|1641382603,1748896|8698332', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 174718)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f21'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_P/v001/OPG_999_abc_0010_renderModelingMain_P_v001.0994.exr', 'size': 8700761, 'hash': 'OPG_999_abc_0010_renderModelingMain_P_v001,0994,exr|1641382634,2858622|8700761', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 175732)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f23'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_P/v001/OPG_999_abc_0010_renderModelingMain_P_v001.0995.exr', 'size': 8692333, 'hash': 'OPG_999_abc_0010_renderModelingMain_P_v001,0995,exr|1641382664,869647|8692333', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 176729)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f25'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_P/v001/OPG_999_abc_0010_renderModelingMain_P_v001.0996.exr', 'size': 8691595, 'hash': 'OPG_999_abc_0010_renderModelingMain_P_v001,0996,exr|1641382696,6075284|8691595', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 178705)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f27'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_P/v001/OPG_999_abc_0010_renderModelingMain_P_v001.0997.exr', 'size': 8698037, 'hash': 'OPG_999_abc_0010_renderModelingMain_P_v001,0997,exr|1641382732,152896|8698037', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 179702)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f29'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_P/v001/OPG_999_abc_0010_renderModelingMain_P_v001.0998.exr', 'size': 8695768, 'hash': 'OPG_999_abc_0010_renderModelingMain_P_v001,0998,exr|1641382765,3605087|8695768', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 180701)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f2b'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_P/v001/OPG_999_abc_0010_renderModelingMain_P_v001.0999.exr', 'size': 8694858, 'hash': 'OPG_999_abc_0010_renderModelingMain_P_v001,0999,exr|1641382797,8956082|8694858', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 181701)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f2d'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_P/v001/OPG_999_abc_0010_renderModelingMain_P_v001.1000.exr', 'size': 8695890, 'hash': 'OPG_999_abc_0010_renderModelingMain_P_v001,1000,exr|1641382833,9208384|8695890', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 182703)}]}]}, 'anatomy_data': {'project': {'name': 'ondra_playground', 'code': 'OPG'}, 'asset': '999_abc_0010', 'hierarchy': '999_abc', 'task': {'name': 'modeling', 'type': 'Modeling', 'short': 'mdl'}, 'username': 'annatar', 'app': 'maya', 'd': '5', 'dd': '05', 'ddd': 'Wed', 'dddd': 'Wednesday', 'm': '1', 'mm': '01', 'mmm': 'Jan', 'mmmm': 'January', 'yy': '22', 'yyyy': '2022', 'H': '12', 'HH': '12', 'h': '12', 'hh': '12', 'ht': 'PM', 'M': '54', 'MM': '54', 'S': '5', 'SS': '05', 'family': 'render', 'subset': 'renderModelingMain_P', 'version': 1, 'resolution_width': 1920, 'resolution_height': 1080, 'pixel_aspect': 1.0, 'fps': 25.0, 'intent': '-', 'representation': 'exr', 'ext': 'exr', 'frame': '0001'}, 'published_files': ['C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0991.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0992.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0993.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0994.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0995.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0996.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0997.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0998.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.0999.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_P\\v001\\OPG_999_abc_0010_renderModelingMain_P_v001.1000.exr']}}}
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Renaming file C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0991.exr.tmp to C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0991.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Renaming file C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0992.exr.tmp to C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0992.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Renaming file C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0993.exr.tmp to C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0993.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Renaming file C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0994.exr.tmp to C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0994.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Renaming file C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0995.exr.tmp to C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0995.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Renaming file C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0996.exr.tmp to C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0996.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Renaming file C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0997.exr.tmp to C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0997.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Renaming file C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0998.exr.tmp to C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0998.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Renaming file C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0999.exr.tmp to C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.0999.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Renaming file C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.1000.exr.tmp to C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_P\v001\OPG_999_abc_0010_renderModelingMain_P_v001.1000.exr
2022-01-05 12:54:07:  0: STDOUT: INFO:pyblish.IntegrateAssetNew:renderModelingMain_ID is missing reference to staging directory. Will try to get it from representation.
2022-01-05 12:54:07:  0: STDOUT: INFO:pyblish.IntegrateAssetNew:Subset 'renderModelingMain_ID' not found, creating ...
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:families.  ['render']
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:families.  
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Next version: v1
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Source: {root[work]}/ondra_playground/999_abc/999_abc_0010/work/modeling/render_test_v007.mb
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Creating version ...
2022-01-05 12:54:07:  0: STDOUT: INFO:pyblish.IntegrateAssetNew:Search for first most matching profile in match order: Host name -> Task name -> Family.
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:files: ['Main_ID.0991.exr', 'Main_ID.0992.exr', 'Main_ID.0993.exr', 'Main_ID.0994.exr', 'Main_ID.0995.exr', 'Main_ID.0996.exr', 'Main_ID.0997.exr', 'Main_ID.0998.exr', 'Main_ID.0999.exr', 'Main_ID.1000.exr']
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:src_tail_collections: []
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:test_dest_files: ['C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0001.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0002.exr']
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:destination: `C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0991.exr`
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:source: C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\Main_ID.0991.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:destination: `C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0992.exr`
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:source: C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\Main_ID.0992.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:destination: `C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0993.exr`
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:source: C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\Main_ID.0993.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:destination: `C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0994.exr`
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:source: C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\Main_ID.0994.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:destination: `C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0995.exr`
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:source: C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\Main_ID.0995.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:destination: `C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0996.exr`
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:source: C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\Main_ID.0996.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:destination: `C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0997.exr`
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:source: C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\Main_ID.0997.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:destination: `C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0998.exr`
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:source: C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\Main_ID.0998.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:destination: `C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0999.exr`
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:source: C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\Main_ID.0999.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:destination: `C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.1000.exr`
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:source: C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\Main_ID.1000.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Integrating source files to destination ...
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Copying file ... C:\projects\ondra_playground\999_abc\999_abc_0010\work\modeling\renders\maya\OPG_999_abc_0010_workfileModeling_v037\Main\Main_ID.0991.exr -> C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0991.exr.tmp
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Copying file ... C:\projects\ondra_playground\999_abc\999_abc_0010\work\modeling\renders\maya\OPG_999_abc_0010_workfileModeling_v037\Main\Main_ID.0992.exr -> C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0992.exr.tmp
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Copying file ... C:\projects\ondra_playground\999_abc\999_abc_0010\work\modeling\renders\maya\OPG_999_abc_0010_workfileModeling_v037\Main\Main_ID.0993.exr -> C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0993.exr.tmp
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Copying file ... C:\projects\ondra_playground\999_abc\999_abc_0010\work\modeling\renders\maya\OPG_999_abc_0010_workfileModeling_v037\Main\Main_ID.0994.exr -> C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0994.exr.tmp
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Copying file ... C:\projects\ondra_playground\999_abc\999_abc_0010\work\modeling\renders\maya\OPG_999_abc_0010_workfileModeling_v037\Main\Main_ID.0995.exr -> C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0995.exr.tmp
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Copying file ... C:\projects\ondra_playground\999_abc\999_abc_0010\work\modeling\renders\maya\OPG_999_abc_0010_workfileModeling_v037\Main\Main_ID.0996.exr -> C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0996.exr.tmp
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Copying file ... C:\projects\ondra_playground\999_abc\999_abc_0010\work\modeling\renders\maya\OPG_999_abc_0010_workfileModeling_v037\Main\Main_ID.0997.exr -> C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0997.exr.tmp
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Copying file ... C:\projects\ondra_playground\999_abc\999_abc_0010\work\modeling\renders\maya\OPG_999_abc_0010_workfileModeling_v037\Main\Main_ID.0998.exr -> C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0998.exr.tmp
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Copying file ... C:\projects\ondra_playground\999_abc\999_abc_0010\work\modeling\renders\maya\OPG_999_abc_0010_workfileModeling_v037\Main\Main_ID.0999.exr -> C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0999.exr.tmp
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Copying file ... C:\projects\ondra_playground\999_abc\999_abc_0010\work\modeling\renders\maya\OPG_999_abc_0010_workfileModeling_v037\Main\Main_ID.1000.exr -> C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.1000.exr.tmp
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Integrated files {'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0991.exr.tmp': 46447, 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0992.exr.tmp': 46470, 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0993.exr.tmp': 46455, 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0994.exr.tmp': 46421, 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0995.exr.tmp': 46457, 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0996.exr.tmp': 46425, 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0997.exr.tmp': 46463, 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0998.exr.tmp': 46428, 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0999.exr.tmp': 46451, 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.1000.exr.tmp': 46467}
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Preparing files information ...
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:get_resource_files_info.resources:[['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_ID.0991.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0991.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_ID.0992.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0992.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_ID.0993.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0993.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_ID.0994.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0994.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_ID.0995.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0995.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_ID.0996.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0996.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_ID.0997.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0997.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_ID.0998.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0998.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_ID.0999.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0999.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_ID.1000.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.1000.exr']]
2022-01-05 12:54:07:  0: STDOUT: >>> [  Found match in root "work".  ] 
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:system_sett:: {'enabled': False, 'sites': {}}
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:final sites:: [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 309701)}]
2022-01-05 12:54:07:  0: STDOUT: >>> [  Found match in root "work".  ] 
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:system_sett:: {'enabled': False, 'sites': {}}
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:final sites:: [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 310704)}]
2022-01-05 12:54:07:  0: STDOUT: >>> [  Found match in root "work".  ] 
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:system_sett:: {'enabled': False, 'sites': {}}
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:final sites:: [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 311704)}]
2022-01-05 12:54:07:  0: STDOUT: >>> [  Found match in root "work".  ] 
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:system_sett:: {'enabled': False, 'sites': {}}
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:final sites:: [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 312700)}]
2022-01-05 12:54:07:  0: STDOUT: >>> [  Found match in root "work".  ] 
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:system_sett:: {'enabled': False, 'sites': {}}
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:final sites:: [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 313702)}]
2022-01-05 12:54:07:  0: STDOUT: >>> [  Found match in root "work".  ] 
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:system_sett:: {'enabled': False, 'sites': {}}
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:final sites:: [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 314701)}]
2022-01-05 12:54:07:  0: STDOUT: >>> [  Found match in root "work".  ] 
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:system_sett:: {'enabled': False, 'sites': {}}
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:final sites:: [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 315701)}]
2022-01-05 12:54:07:  0: STDOUT: >>> [  Found match in root "work".  ] 
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:system_sett:: {'enabled': False, 'sites': {}}
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:final sites:: [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 316701)}]
2022-01-05 12:54:07:  0: STDOUT: >>> [  Found match in root "work".  ] 
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:system_sett:: {'enabled': False, 'sites': {}}
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:final sites:: [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 317701)}]
2022-01-05 12:54:07:  0: STDOUT: >>> [  Found match in root "work".  ] 
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:system_sett:: {'enabled': False, 'sites': {}}
2022-01-05 12:54:07:  0: STDOUT: DEBUG:integrate_new:final sites:: [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 319704)}]
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:__ representation: {'_id': ObjectId('61d586df9bcf5827e95f0f30'), 'schema': 'openpype:representation-2.0', 'type': 'representation', 'parent': ObjectId('61d586df9bcf5827e95f0f2f'), 'name': 'exr', 'data': {'path': 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0991.exr', 'template': '{root[work]}\\{project[name]}\\{hierarchy}\\{asset}\\publish\\{family}\\{subset}\\v{version:0>3}\\{project[code]}_{asset}_{subset}_v{version:0>3}<_{output}><.{frame:0>4}>.{ext}'}, 'dependencies': [], 'context': {'root': {'work': 'C:/projects'}, 'project': {'name': 'ondra_playground', 'code': 'OPG'}, 'hierarchy': '999_abc', 'asset': '999_abc_0010', 'family': 'render', 'subset': 'renderModelingMain_ID', 'version': 1, 'frame': '0991', 'ext': 'exr', 'task': {'name': 'modeling', 'type': 'Modeling', 'short': 'mdl'}, 'representation': 'exr', 'username': 'annatar'}, 'files': [{'_id': ObjectId('61d586df9bcf5827e95f0f32'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_ID/v001/OPG_999_abc_0010_renderModelingMain_ID_v001.0991.exr', 'size': 46447, 'hash': 'OPG_999_abc_0010_renderModelingMain_ID_v001,0991,exr|1641382533,304307|46447', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 309701)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f34'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_ID/v001/OPG_999_abc_0010_renderModelingMain_ID_v001.0992.exr', 'size': 46470, 'hash': 'OPG_999_abc_0010_renderModelingMain_ID_v001,0992,exr|1641382565,9289808|46470', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 310704)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f36'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_ID/v001/OPG_999_abc_0010_renderModelingMain_ID_v001.0993.exr', 'size': 46455, 'hash': 'OPG_999_abc_0010_renderModelingMain_ID_v001,0993,exr|1641382603,1688871|46455', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 311704)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f38'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_ID/v001/OPG_999_abc_0010_renderModelingMain_ID_v001.0994.exr', 'size': 46421, 'hash': 'OPG_999_abc_0010_renderModelingMain_ID_v001,0994,exr|1641382634,2788606|46421', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 312700)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f3a'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_ID/v001/OPG_999_abc_0010_renderModelingMain_ID_v001.0995.exr', 'size': 46457, 'hash': 'OPG_999_abc_0010_renderModelingMain_ID_v001,0995,exr|1641382664,883648|46457', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 313702)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f3c'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_ID/v001/OPG_999_abc_0010_renderModelingMain_ID_v001.0996.exr', 'size': 46425, 'hash': 'OPG_999_abc_0010_renderModelingMain_ID_v001,0996,exr|1641382696,6025276|46425', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 314701)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f3e'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_ID/v001/OPG_999_abc_0010_renderModelingMain_ID_v001.0997.exr', 'size': 46463, 'hash': 'OPG_999_abc_0010_renderModelingMain_ID_v001,0997,exr|1641382732,1458976|46463', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 315701)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f40'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_ID/v001/OPG_999_abc_0010_renderModelingMain_ID_v001.0998.exr', 'size': 46428, 'hash': 'OPG_999_abc_0010_renderModelingMain_ID_v001,0998,exr|1641382765,3545127|46428', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 316701)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f42'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_ID/v001/OPG_999_abc_0010_renderModelingMain_ID_v001.0999.exr', 'size': 46451, 'hash': 'OPG_999_abc_0010_renderModelingMain_ID_v001,0999,exr|1641382797,891609|46451', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 317701)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f44'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_ID/v001/OPG_999_abc_0010_renderModelingMain_ID_v001.1000.exr', 'size': 46467, 'hash': 'OPG_999_abc_0010_renderModelingMain_ID_v001,1000,exr|1641382833,9278395|46467', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 319704)}]}]}
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:__ destination_list: ['C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0991.exr']
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:__ representations: [{'_id': ObjectId('61d586df9bcf5827e95f0f30'), 'schema': 'openpype:representation-2.0', 'type': 'representation', 'parent': ObjectId('61d586df9bcf5827e95f0f2f'), 'name': 'exr', 'data': {'path': 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0991.exr', 'template': '{root[work]}\\{project[name]}\\{hierarchy}\\{asset}\\publish\\{family}\\{subset}\\v{version:0>3}\\{project[code]}_{asset}_{subset}_v{version:0>3}<_{output}><.{frame:0>4}>.{ext}'}, 'dependencies': [], 'context': {'root': {'work': 'C:/projects'}, 'project': {'name': 'ondra_playground', 'code': 'OPG'}, 'hierarchy': '999_abc', 'asset': '999_abc_0010', 'family': 'render', 'subset': 'renderModelingMain_ID', 'version': 1, 'frame': '0991', 'ext': 'exr', 'task': {'name': 'modeling', 'type': 'Modeling', 'short': 'mdl'}, 'representation': 'exr', 'username': 'annatar'}, 'files': [{'_id': ObjectId('61d586df9bcf5827e95f0f32'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_ID/v001/OPG_999_abc_0010_renderModelingMain_ID_v001.0991.exr', 'size': 46447, 'hash': 'OPG_999_abc_0010_renderModelingMain_ID_v001,0991,exr|1641382533,304307|46447', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 309701)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f34'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_ID/v001/OPG_999_abc_0010_renderModelingMain_ID_v001.0992.exr', 'size': 46470, 'hash': 'OPG_999_abc_0010_renderModelingMain_ID_v001,0992,exr|1641382565,9289808|46470', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 310704)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f36'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_ID/v001/OPG_999_abc_0010_renderModelingMain_ID_v001.0993.exr', 'size': 46455, 'hash': 'OPG_999_abc_0010_renderModelingMain_ID_v001,0993,exr|1641382603,1688871|46455', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 311704)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f38'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_ID/v001/OPG_999_abc_0010_renderModelingMain_ID_v001.0994.exr', 'size': 46421, 'hash': 'OPG_999_abc_0010_renderModelingMain_ID_v001,0994,exr|1641382634,2788606|46421', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 312700)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f3a'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_ID/v001/OPG_999_abc_0010_renderModelingMain_ID_v001.0995.exr', 'size': 46457, 'hash': 'OPG_999_abc_0010_renderModelingMain_ID_v001,0995,exr|1641382664,883648|46457', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 313702)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f3c'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_ID/v001/OPG_999_abc_0010_renderModelingMain_ID_v001.0996.exr', 'size': 46425, 'hash': 'OPG_999_abc_0010_renderModelingMain_ID_v001,0996,exr|1641382696,6025276|46425', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 314701)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f3e'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_ID/v001/OPG_999_abc_0010_renderModelingMain_ID_v001.0997.exr', 'size': 46463, 'hash': 'OPG_999_abc_0010_renderModelingMain_ID_v001,0997,exr|1641382732,1458976|46463', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 315701)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f40'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_ID/v001/OPG_999_abc_0010_renderModelingMain_ID_v001.0998.exr', 'size': 46428, 'hash': 'OPG_999_abc_0010_renderModelingMain_ID_v001,0998,exr|1641382765,3545127|46428', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 316701)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f42'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_ID/v001/OPG_999_abc_0010_renderModelingMain_ID_v001.0999.exr', 'size': 46451, 'hash': 'OPG_999_abc_0010_renderModelingMain_ID_v001,0999,exr|1641382797,891609|46451', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 317701)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f44'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_ID/v001/OPG_999_abc_0010_renderModelingMain_ID_v001.1000.exr', 'size': 46467, 'hash': 'OPG_999_abc_0010_renderModelingMain_ID_v001,1000,exr|1641382833,9278395|46467', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 319704)}]}]}]
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:__ rep: {'ext': 'exr', 'files': ['Main_ID.0991.exr', 'Main_ID.0992.exr', 'Main_ID.0993.exr', 'Main_ID.0994.exr', 'Main_ID.0995.exr', 'Main_ID.0996.exr', 'Main_ID.0997.exr', 'Main_ID.0998.exr', 'Main_ID.0999.exr', 'Main_ID.1000.exr'], 'fps': 25.0, 'frameEnd': 1000, 'frameStart': 991, 'name': 'exr', 'stagingDir': 'C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main', 'tags': [], 'published_path': 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0991.exr', 'publishedFiles': ['C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0991.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0992.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0993.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0994.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0995.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0996.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0997.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0998.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0999.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.1000.exr']}
2022-01-05 12:54:07:  0: STDOUT: INFO:pyblish.IntegrateAssetNew:Registered 1 items
2022-01-05 12:54:07:  0: STDOUT: INFO:pyblish.IntegrateAssetNew:Integrated Asset in to the database ...
2022-01-05 12:54:07:  0: STDOUT: INFO:pyblish.IntegrateAssetNew:instance.data: {'family': 'render', 'name': 'renderModelingMain_ID', 'asset': '999_abc_0010', 'convertToScanline': False, 'extendFrames': False, 'families': ['render'], 'fps': 25.0, 'frameEnd': 1000, 'frameEndHandle': 1000, 'frameStart': 991, 'frameStartHandle': 991, 'handleEnd': 0, 'handleStart': 0, 'jobBatchName': '', 'multipartExr': False, 'overrideExistingFrame': False, 'pixelAspect': 1.0, 'representations': [{'ext': 'exr', 'files': ['Main_ID.0991.exr', 'Main_ID.0992.exr', 'Main_ID.0993.exr', 'Main_ID.0994.exr', 'Main_ID.0995.exr', 'Main_ID.0996.exr', 'Main_ID.0997.exr', 'Main_ID.0998.exr', 'Main_ID.0999.exr', 'Main_ID.1000.exr'], 'fps': 25.0, 'frameEnd': 1000, 'frameStart': 991, 'name': 'exr', 'stagingDir': 'C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main', 'tags': [], 'published_path': 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0991.exr', 'publishedFiles': ['C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0991.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0992.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0993.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0994.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0995.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0996.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0997.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0998.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0999.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.1000.exr']}], 'resolutionHeight': 1080, 'resolutionWidth': 1920, 'source': '{root[work]}/ondra_playground/999_abc/999_abc_0010/work/modeling/render_test_v007.mb', 'subset': 'renderModelingMain_ID', 'subsetGroup': 'renderModelingMain', 'render_job_id': '61d5821f0425db36a8c11238', 'assetEntity': {'_id': ObjectId('5de040d042c76c76d840618e'), 'name': '999_abc_0010', 'data': {'ftrackId': '04d2ffe6-f460-434c-acc7-6e167ee9b939', 'entityType': 'Shot', 'fridge_ftrackID': '', 'handle_start_old': None, 'clipIn': 1001.0, 'resolutionWidth': 1920.0, 'handleEnd': 10.0, 'frameEnd': 1010.0, 'resolutionHeight': 1080.0, 'fps2': None, 'frameStart': 1001.0, 'pixelAspect': 1.0, 'fps': 25.0, 'handleStart': 10.0, 'clipOut': 1100.0, 'tools_env': ['vray/51021'], 'parents': ['999_abc'], 'hierarchy': '999_abc', 'tasks': {'lighting': {'type': 'Lighting'}, 'modeling': {'type': 'Modeling'}}, 'visualParent': ObjectId('5de040d042c76c76d840618d'), 'avalon_ignore_sync': False, 'avalon_mongo_id': '5de040d042c76c76d840618e', 'thumbnail_id': ObjectId('6166fe88d313e159ccac53d0')}, 'type': 'asset', 'parent': ObjectId('5de040d042c76c76d840618c'), 'schema': 'avalon-core:asset-3.0'}, 'latestVersion': None, 'projectEntity': {'_id': ObjectId('5de040d042c76c76d840618c'), 'name': 'ondra_playground', 'data': {'ftrackId': '3ed31742-1228-11ea-9677-066c9f15ea20', 'entityType': 'Project', 'applications': ['maya/2020', 'maya/2019', 'unreal/4-26', 'houdini/18'], 'library_project': False, 'clipIn': 1001.0, 'resolutionWidth': 1920.0, 'handleEnd': 10.0, 'frameEnd': 1100.0, 'resolutionHeight': 1080.0, 'fps2': None, 'frameStart': 1001.0, 'pixelAspect': 1.0, 'fps': 25.0, 'handleStart': 10.0, 'clipOut': 1100.0, 'tools_env': ['vray/51021'], 'code': 'OPG', 'active': True}, 'type': 'project', 'config': {'tasks': {'Layout': {'short_name': 'lay'}, 'Setdress': {'short_name': 'dress'}, 'Previz': {'short_name': 'Previz'}, 'Generic': {'short_name': 'gener'}, 'Animation': {'short_name': 'anim'}, 'Modeling': {'short_name': 'mdl'}, 'Lookdev': {'short_name': 'look'}, 'FX': {'short_name': 'fx'}, 'Lighting': {'short_name': 'lgt'}, 'Compositing': {'short_name': 'comp'}, 'Tracking': {'short_name': 'Tracking'}, 'Rigging': {'short_name': 'rig'}, 'Paint': {'short_name': 'paint'}, 'schedulle': {'short_name': ''}, 'Art': {'short_name': 'art'}, 'Texture': {'short_name': 'tex'}, 'Edit': {'short_name': 'edit'}}, 'apps': [{'name': 'maya/2020'}, {'name': 'unreal/4-26'}, {'name': 'blender/2-93'}, {'name': 'maya/2019'}, {'name': 'houdini/18'}, {'name': 'maya/2022'}], 'schema': 'avalon-core:config-1.0', 'template': {'workfile': '{project[code]}_{asset}_{task}_v{version:0>3}<_{comment}>', 'work': '{root}/{project[name]}/{hierarchy}/{asset}/work/{task}', 'publish': '{root}/{project[name]}/{hierarchy}/{asset}/publish/{family}/{subset}/v{version:0>3}/{project[code]}_{asset}_{subset}_v{version:0>3}<_{output}><.{frame}>.{representation}'}, 'imageio': {'hiero': {'workfile': {'ocioConfigName': 'nuke-default', 'ocioconfigpath': {'windows': [], 'darwin': [], 'linux': []}, 'workingSpace': 'linear', 'sixteenBitLut': 'sRGB', 'eightBitLut': 'sRGB', 'floatLut': 'linear', 'logLut': 'Cineon', 'viewerLut': 'sRGB', 'thumbnailLut': 'sRGB'}, 'regexInputs': {'inputs': [{'regex': '[^-a-zA-Z0-9](plateRef).*(?=mp4)', 'colorspace': 'sRGB'}]}}, 'nuke': {'viewer': {'viewerProcess': 'sRGB'}, 'workfile': {'colorManagement': 'Nuke', 'OCIO_config': 'nuke-default', 'customOCIOConfigPath': {'windows': [], 'darwin': [], 'linux': []}, 'workingSpaceLUT': 'linear', 'monitorLut': 'sRGB', 'int8Lut': 'sRGB', 'int16Lut': 'sRGB', 'logLut': 'Cineon', 'floatLut': 'linear'}, 'nodes': {'requiredNodes': [{'plugins': ['CreateWriteRender'], 'nukeNodeClass': 'Write', 'knobs': [{'name': 'file_type', 'value': 'exr'}, {'name': 'datatype', 'value': '16 bit half'}, {'name': 'compression', 'value': 'Zip (1 scanline)'}, {'name': 'autocrop', 'value': 'True'}, {'name': 'tile_color', 'value': '0xff0000ff'}, {'name': 'channels', 'value': 'rgb'}, {'name': 'colorspace', 'value': 'linear'}]}, {'plugins': ['CreateWritePrerender'], 'nukeNodeClass': 'Write', 'knobs': [{'name': 'file_type', 'value': 'exr'}, {'name': 'datatype', 'value': '16 bit half'}, {'name': 'compression', 'value': 'Zip (1 scanline)'}, {'name': 'autocrop', 'value': 'False'}, {'name': 'tile_color', 'value': '0xadab1dff'}, {'name': 'channels', 'value': 'rgb'}, {'name': 'colorspace', 'value': 'linear'}]}], 'customNodes': []}, 'regexInputs': {'inputs': [{'regex': '[^-a-zA-Z0-9]beauty[^-a-zA-Z0-9]', 'colorspace': 'linear'}]}}, 'maya': {'colorManagementPreference': {'configFilePath': {'windows': ['C:\\Users\\annat\\Documents\\pype\\OpenColorIO-Configs\\aces_1.2\\config.ocio'], 'darwin': [], 'linux': []}, 'renderSpace': 'ACES - ACEScg', 'viewTransform': 'Rec.709, colorspace: Output - Rec.709'}}}, 'roots': {'work': {'windows': 'C:/projects', 'darwin': '/Volumes/path', 'linux': '/mnt/share/projects'}}, 'templates': {'defaults': {'version_padding': 3, 'version': 'v{version:0>{@version_padding}}', 'frame_padding': 4, 'frame': '{frame:0>{@frame_padding}}'}, 'work': {'folder': '{root[work]}/{project[name]}/{hierarchy}/{asset}/work/{task}', 'file': '{project[code]}_{asset}_{task}_{@version}<_{comment}>.{ext}', 'path': '{@folder}/{@file}'}, 'render': {'folder': '{root[work]}/{project[name]}/{hierarchy}/{asset}/publish/{family}/{subset}/{@version}', 'file': '{project[code]}_{asset}_{subset}_{@version}<_{output}><.{@frame}>.{ext}', 'path': '{@folder}/{@file}'}, 'publish': {'folder': '{root[work]}/{project[name]}/{hierarchy}/{asset}/publish/{family}/{subset}/{@version}', 'file': '{project[code]}_{asset}_{subset}_{@version}<_{output}><.{@frame}>.{ext}', 'path': '{@folder}/{@file}', 'thumbnail': '{thumbnail_root}/{project[name]}/{_id}_{thumbnail_type}.{ext}'}, 'hero': {'folder': '{root[work]}/{project[name]}/{hierarchy}/{asset}/publish/{family}/{subset}/hero', 'file': '{project[code]}_{asset}_{subset}_hero<_{output}><.{frame}>.{ext}', 'path': '{@folder}/{@file}'}, 'delivery': {}, 'others': {}}}, 'parent': None, 'schema': 'avalon-core:project-2.0'}, 'anatomyData': {'project': {'name': 'ondra_playground', 'code': 'OPG'}, 'asset': '999_abc_0010', 'hierarchy': '999_abc', 'task': {'name': 'modeling', 'type': 'Modeling', 'short': 'mdl'}, 'username': 'annatar', 'app': 'maya', 'd': '5', 'dd': '05', 'ddd': 'Wed', 'dddd': 'Wednesday', 'm': '1', 'mm': '01', 'mmm': 'Jan', 'mmmm': 'January', 'yy': '22', 'yyyy': '2022', 'H': '12', 'HH': '12', 'h': '12', 'hh': '12', 'ht': 'PM', 'M': '54', 'MM': '54', 'S': '5', 'SS': '05', 'family': 'render', 'subset': 'renderModelingMain_ID', 'version': 1, 'resolution_width': 1920, 'resolution_height': 1080, 'pixel_aspect': 1.0, 'fps': 25.0, 'intent': '-'}, 'version': 1, 'publishDir': 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001', 'resourcesDir': 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\resources', 'subsetEntity': {'_id': ObjectId('61d586df9bcf5827e95f0f2e'), 'schema': 'openpype:subset-3.0', 'type': 'subset', 'name': 'renderModelingMain_ID', 'data': {'families': ['render']}, 'parent': ObjectId('5de040d042c76c76d840618e')}, 'versionEntity': {'_id': ObjectId('61d586df9bcf5827e95f0f2f'), 'schema': 'openpype:version-3.0', 'type': 'version', 'parent': ObjectId('61d586df9bcf5827e95f0f2e'), 'name': 1, 'data': {'families': ['render', 'render'], 'time': '20220105T125405Z', 'author': 'annatar', 'source': '{root[work]}/ondra_playground/999_abc/999_abc_0010/work/modeling/render_test_v007.mb', 'comment': '', 'machine': 'Hyperion', 'fps': 25.0, 'intent': '-', 'frameStart': 991, 'frameEnd': 1000, 'handleEnd': 0, 'handleStart': 0}}, 'transfers': [['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_ID.0991.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0991.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_ID.0992.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0992.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_ID.0993.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0993.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_ID.0994.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0994.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_ID.0995.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0995.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_ID.0996.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0996.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_ID.0997.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0997.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_ID.0998.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0998.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_ID.0999.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0999.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_ID.1000.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.1000.exr']], 'destination_list': ['C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0991.exr'], 'published_representations': {ObjectId('61d586df9bcf5827e95f0f30'): {'representation': {'_id': ObjectId('61d586df9bcf5827e95f0f30'), 'schema': 'openpype:representation-2.0', 'type': 'representation', 'parent': ObjectId('61d586df9bcf5827e95f0f2f'), 'name': 'exr', 'data': {'path': 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0991.exr', 'template': '{root[work]}\\{project[name]}\\{hierarchy}\\{asset}\\publish\\{family}\\{subset}\\v{version:0>3}\\{project[code]}_{asset}_{subset}_v{version:0>3}<_{output}><.{frame:0>4}>.{ext}'}, 'dependencies': [], 'context': {'root': {'work': 'C:/projects'}, 'project': {'name': 'ondra_playground', 'code': 'OPG'}, 'hierarchy': '999_abc', 'asset': '999_abc_0010', 'family': 'render', 'subset': 'renderModelingMain_ID', 'version': 1, 'frame': '0991', 'ext': 'exr', 'task': {'name': 'modeling', 'type': 'Modeling', 'short': 'mdl'}, 'representation': 'exr', 'username': 'annatar'}, 'files': [{'_id': ObjectId('61d586df9bcf5827e95f0f32'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_ID/v001/OPG_999_abc_0010_renderModelingMain_ID_v001.0991.exr', 'size': 46447, 'hash': 'OPG_999_abc_0010_renderModelingMain_ID_v001,0991,exr|1641382533,304307|46447', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 309701)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f34'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_ID/v001/OPG_999_abc_0010_renderModelingMain_ID_v001.0992.exr', 'size': 46470, 'hash': 'OPG_999_abc_0010_renderModelingMain_ID_v001,0992,exr|1641382565,9289808|46470', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 310704)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f36'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_ID/v001/OPG_999_abc_0010_renderModelingMain_ID_v001.0993.exr', 'size': 46455, 'hash': 'OPG_999_abc_0010_renderModelingMain_ID_v001,0993,exr|1641382603,1688871|46455', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 311704)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f38'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_ID/v001/OPG_999_abc_0010_renderModelingMain_ID_v001.0994.exr', 'size': 46421, 'hash': 'OPG_999_abc_0010_renderModelingMain_ID_v001,0994,exr|1641382634,2788606|46421', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 312700)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f3a'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_ID/v001/OPG_999_abc_0010_renderModelingMain_ID_v001.0995.exr', 'size': 46457, 'hash': 'OPG_999_abc_0010_renderModelingMain_ID_v001,0995,exr|1641382664,883648|46457', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 313702)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f3c'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_ID/v001/OPG_999_abc_0010_renderModelingMain_ID_v001.0996.exr', 'size': 46425, 'hash': 'OPG_999_abc_0010_renderModelingMain_ID_v001,0996,exr|1641382696,6025276|46425', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 314701)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f3e'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_ID/v001/OPG_999_abc_0010_renderModelingMain_ID_v001.0997.exr', 'size': 46463, 'hash': 'OPG_999_abc_0010_renderModelingMain_ID_v001,0997,exr|1641382732,1458976|46463', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 315701)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f40'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_ID/v001/OPG_999_abc_0010_renderModelingMain_ID_v001.0998.exr', 'size': 46428, 'hash': 'OPG_999_abc_0010_renderModelingMain_ID_v001,0998,exr|1641382765,3545127|46428', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 316701)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f42'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_ID/v001/OPG_999_abc_0010_renderModelingMain_ID_v001.0999.exr', 'size': 46451, 'hash': 'OPG_999_abc_0010_renderModelingMain_ID_v001,0999,exr|1641382797,891609|46451', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 317701)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f44'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_ID/v001/OPG_999_abc_0010_renderModelingMain_ID_v001.1000.exr', 'size': 46467, 'hash': 'OPG_999_abc_0010_renderModelingMain_ID_v001,1000,exr|1641382833,9278395|46467', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 319704)}]}]}, 'anatomy_data': {'project': {'name': 'ondra_playground', 'code': 'OPG'}, 'asset': '999_abc_0010', 'hierarchy': '999_abc', 'task': {'name': 'modeling', 'type': 'Modeling', 'short': 'mdl'}, 'username': 'annatar', 'app': 'maya', 'd': '5', 'dd': '05', 'ddd': 'Wed', 'dddd': 'Wednesday', 'm': '1', 'mm': '01', 'mmm': 'Jan', 'mmmm': 'January', 'yy': '22', 'yyyy': '2022', 'H': '12', 'HH': '12', 'h': '12', 'hh': '12', 'ht': 'PM', 'M': '54', 'MM': '54', 'S': '5', 'SS': '05', 'family': 'render', 'subset': 'renderModelingMain_ID', 'version': 1, 'resolution_width': 1920, 'resolution_height': 1080, 'pixel_aspect': 1.0, 'fps': 25.0, 'intent': '-', 'representation': 'exr', 'ext': 'exr', 'frame': '0001'}, 'published_files': ['C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0991.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0992.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0993.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0994.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0995.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0996.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0997.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0998.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.0999.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_ID\\v001\\OPG_999_abc_0010_renderModelingMain_ID_v001.1000.exr']}}}
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Renaming file C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0991.exr.tmp to C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0991.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Renaming file C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0992.exr.tmp to C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0992.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Renaming file C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0993.exr.tmp to C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0993.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Renaming file C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0994.exr.tmp to C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0994.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Renaming file C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0995.exr.tmp to C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0995.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Renaming file C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0996.exr.tmp to C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0996.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Renaming file C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0997.exr.tmp to C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0997.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Renaming file C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0998.exr.tmp to C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0998.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Renaming file C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0999.exr.tmp to C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.0999.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Renaming file C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.1000.exr.tmp to C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_ID\v001\OPG_999_abc_0010_renderModelingMain_ID_v001.1000.exr
2022-01-05 12:54:07:  0: STDOUT: INFO:pyblish.IntegrateAssetNew:renderModelingMain_beauty is missing reference to staging directory. Will try to get it from representation.
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Next version: v2
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Source: {root[work]}/ondra_playground/999_abc/999_abc_0010/work/modeling/render_test_v007.mb
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Creating version ...
2022-01-05 12:54:07:  0: STDOUT: INFO:pyblish.IntegrateAssetNew:Search for first most matching profile in match order: Host name -> Task name -> Family.
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:files: ['Main_beauty.0991.exr', 'Main_beauty.0992.exr', 'Main_beauty.0993.exr', 'Main_beauty.0994.exr', 'Main_beauty.0995.exr', 'Main_beauty.0996.exr', 'Main_beauty.0997.exr', 'Main_beauty.0998.exr', 'Main_beauty.0999.exr', 'Main_beauty.1000.exr']
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:src_tail_collections: []
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:test_dest_files: ['C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0001.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0002.exr']
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:destination: `C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0991.exr`
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:source: C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\Main_beauty.0991.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:destination: `C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0992.exr`
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:source: C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\Main_beauty.0992.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:destination: `C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0993.exr`
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:source: C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\Main_beauty.0993.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:destination: `C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0994.exr`
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:source: C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\Main_beauty.0994.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:destination: `C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0995.exr`
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:source: C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\Main_beauty.0995.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:destination: `C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0996.exr`
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:source: C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\Main_beauty.0996.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:destination: `C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0997.exr`
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:source: C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\Main_beauty.0997.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:destination: `C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0998.exr`
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:source: C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\Main_beauty.0998.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:destination: `C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0999.exr`
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:source: C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\Main_beauty.0999.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:destination: `C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.1000.exr`
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:source: C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\Main_beauty.1000.exr
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Integrating source files to destination ...
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Copying file ... C:\projects\ondra_playground\999_abc\999_abc_0010\work\modeling\renders\maya\OPG_999_abc_0010_workfileModeling_v037\Main\Main_beauty.0991.exr -> C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0991.exr.tmp
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Copying file ... C:\projects\ondra_playground\999_abc\999_abc_0010\work\modeling\renders\maya\OPG_999_abc_0010_workfileModeling_v037\Main\Main_beauty.0992.exr -> C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0992.exr.tmp
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Copying file ... C:\projects\ondra_playground\999_abc\999_abc_0010\work\modeling\renders\maya\OPG_999_abc_0010_workfileModeling_v037\Main\Main_beauty.0993.exr -> C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0993.exr.tmp
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Copying file ... C:\projects\ondra_playground\999_abc\999_abc_0010\work\modeling\renders\maya\OPG_999_abc_0010_workfileModeling_v037\Main\Main_beauty.0994.exr -> C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0994.exr.tmp
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Copying file ... C:\projects\ondra_playground\999_abc\999_abc_0010\work\modeling\renders\maya\OPG_999_abc_0010_workfileModeling_v037\Main\Main_beauty.0995.exr -> C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0995.exr.tmp
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Copying file ... C:\projects\ondra_playground\999_abc\999_abc_0010\work\modeling\renders\maya\OPG_999_abc_0010_workfileModeling_v037\Main\Main_beauty.0996.exr -> C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0996.exr.tmp
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Copying file ... C:\projects\ondra_playground\999_abc\999_abc_0010\work\modeling\renders\maya\OPG_999_abc_0010_workfileModeling_v037\Main\Main_beauty.0997.exr -> C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0997.exr.tmp
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Copying file ... C:\projects\ondra_playground\999_abc\999_abc_0010\work\modeling\renders\maya\OPG_999_abc_0010_workfileModeling_v037\Main\Main_beauty.0998.exr -> C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0998.exr.tmp
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Copying file ... C:\projects\ondra_playground\999_abc\999_abc_0010\work\modeling\renders\maya\OPG_999_abc_0010_workfileModeling_v037\Main\Main_beauty.0999.exr -> C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0999.exr.tmp
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Copying file ... C:\projects\ondra_playground\999_abc\999_abc_0010\work\modeling\renders\maya\OPG_999_abc_0010_workfileModeling_v037\Main\Main_beauty.1000.exr -> C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.1000.exr.tmp
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Integrated files {'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0991.exr.tmp': 4432141, 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0992.exr.tmp': 4370684, 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0993.exr.tmp': 4408061, 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0994.exr.tmp': 4493925, 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0995.exr.tmp': 4335322, 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0996.exr.tmp': 4403919, 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0997.exr.tmp': 4397208, 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0998.exr.tmp': 4364419, 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0999.exr.tmp': 4464619, 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.1000.exr.tmp': 4424585}
2022-01-05 12:54:07:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Preparing files information ...
2022-01-05 12:54:08:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:get_resource_files_info.resources:[['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_beauty.0991.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0991.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_beauty.0992.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0992.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_beauty.0993.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0993.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_beauty.0994.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0994.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_beauty.0995.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0995.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_beauty.0996.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0996.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_beauty.0997.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0997.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_beauty.0998.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0998.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_beauty.0999.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0999.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_beauty.1000.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.1000.exr']]
2022-01-05 12:54:08:  0: STDOUT: >>> [  Found match in root "work".  ] 
2022-01-05 12:54:08:  0: STDOUT: DEBUG:integrate_new:system_sett:: {'enabled': False, 'sites': {}}
2022-01-05 12:54:08:  0: STDOUT: DEBUG:integrate_new:final sites:: [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 511705)}]
2022-01-05 12:54:08:  0: STDOUT: >>> [  Found match in root "work".  ] 
2022-01-05 12:54:08:  0: STDOUT: DEBUG:integrate_new:system_sett:: {'enabled': False, 'sites': {}}
2022-01-05 12:54:08:  0: STDOUT: DEBUG:integrate_new:final sites:: [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 513703)}]
2022-01-05 12:54:08:  0: STDOUT: >>> [  Found match in root "work".  ] 
2022-01-05 12:54:08:  0: STDOUT: DEBUG:integrate_new:system_sett:: {'enabled': False, 'sites': {}}
2022-01-05 12:54:08:  0: STDOUT: DEBUG:integrate_new:final sites:: [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 514704)}]
2022-01-05 12:54:08:  0: STDOUT: >>> [  Found match in root "work".  ] 
2022-01-05 12:54:08:  0: STDOUT: DEBUG:integrate_new:system_sett:: {'enabled': False, 'sites': {}}
2022-01-05 12:54:08:  0: STDOUT: DEBUG:integrate_new:final sites:: [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 516704)}]
2022-01-05 12:54:08:  0: STDOUT: >>> [  Found match in root "work".  ] 
2022-01-05 12:54:08:  0: STDOUT: DEBUG:integrate_new:system_sett:: {'enabled': False, 'sites': {}}
2022-01-05 12:54:08:  0: STDOUT: DEBUG:integrate_new:final sites:: [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 517704)}]
2022-01-05 12:54:08:  0: STDOUT: >>> [  Found match in root "work".  ] 
2022-01-05 12:54:08:  0: STDOUT: DEBUG:integrate_new:system_sett:: {'enabled': False, 'sites': {}}
2022-01-05 12:54:08:  0: STDOUT: DEBUG:integrate_new:final sites:: [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 519706)}]
2022-01-05 12:54:08:  0: STDOUT: >>> [  Found match in root "work".  ] 
2022-01-05 12:54:08:  0: STDOUT: DEBUG:integrate_new:system_sett:: {'enabled': False, 'sites': {}}
2022-01-05 12:54:08:  0: STDOUT: DEBUG:integrate_new:final sites:: [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 520705)}]
2022-01-05 12:54:08:  0: STDOUT: >>> [  Found match in root "work".  ] 
2022-01-05 12:54:08:  0: STDOUT: DEBUG:integrate_new:system_sett:: {'enabled': False, 'sites': {}}
2022-01-05 12:54:08:  0: STDOUT: DEBUG:integrate_new:final sites:: [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 522705)}]
2022-01-05 12:54:08:  0: STDOUT: >>> [  Found match in root "work".  ] 
2022-01-05 12:54:08:  0: STDOUT: DEBUG:integrate_new:system_sett:: {'enabled': False, 'sites': {}}
2022-01-05 12:54:08:  0: STDOUT: DEBUG:integrate_new:final sites:: [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 523706)}]
2022-01-05 12:54:08:  0: STDOUT: >>> [  Found match in root "work".  ] 
2022-01-05 12:54:08:  0: STDOUT: DEBUG:integrate_new:system_sett:: {'enabled': False, 'sites': {}}
2022-01-05 12:54:08:  0: STDOUT: DEBUG:integrate_new:final sites:: [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 524708)}]
2022-01-05 12:54:08:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:__ representation: {'_id': ObjectId('61d586df9bcf5827e95f0f46'), 'schema': 'openpype:representation-2.0', 'type': 'representation', 'parent': ObjectId('61d586df9bcf5827e95f0f45'), 'name': 'exr', 'data': {'path': 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0991.exr', 'template': '{root[work]}\\{project[name]}\\{hierarchy}\\{asset}\\publish\\{family}\\{subset}\\v{version:0>3}\\{project[code]}_{asset}_{subset}_v{version:0>3}<_{output}><.{frame:0>4}>.{ext}'}, 'dependencies': [], 'context': {'root': {'work': 'C:/projects'}, 'project': {'name': 'ondra_playground', 'code': 'OPG'}, 'hierarchy': '999_abc', 'asset': '999_abc_0010', 'family': 'render', 'subset': 'renderModelingMain_beauty', 'version': 2, 'frame': '0991', 'ext': 'exr', 'task': {'name': 'modeling', 'type': 'Modeling', 'short': 'mdl'}, 'representation': 'exr', 'username': 'annatar'}, 'files': [{'_id': ObjectId('61d586df9bcf5827e95f0f48'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_beauty/v002/OPG_999_abc_0010_renderModelingMain_beauty_v002.0991.exr', 'size': 4432141, 'hash': 'OPG_999_abc_0010_renderModelingMain_beauty_v002,0991,exr|1641382533,2993066|4432141', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 511705)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f4a'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_beauty/v002/OPG_999_abc_0010_renderModelingMain_beauty_v002.0992.exr', 'size': 4370684, 'hash': 'OPG_999_abc_0010_renderModelingMain_beauty_v002,0992,exr|1641382565,9349804|4370684', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 513703)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f4c'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_beauty/v002/OPG_999_abc_0010_renderModelingMain_beauty_v002.0993.exr', 'size': 4408061, 'hash': 'OPG_999_abc_0010_renderModelingMain_beauty_v002,0993,exr|1641382603,1798856|4408061', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 514704)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f4e'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_beauty/v002/OPG_999_abc_0010_renderModelingMain_beauty_v002.0994.exr', 'size': 4493925, 'hash': 'OPG_999_abc_0010_renderModelingMain_beauty_v002,0994,exr|1641382634,2748652|4493925', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 516704)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f50'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_beauty/v002/OPG_999_abc_0010_renderModelingMain_beauty_v002.0995.exr', 'size': 4335322, 'hash': 'OPG_999_abc_0010_renderModelingMain_beauty_v002,0995,exr|1641382664,8766463|4335322', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 517704)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f52'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_beauty/v002/OPG_999_abc_0010_renderModelingMain_beauty_v002.0996.exr', 'size': 4403919, 'hash': 'OPG_999_abc_0010_renderModelingMain_beauty_v002,0996,exr|1641382696,6135275|4403919', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 519706)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f54'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_beauty/v002/OPG_999_abc_0010_renderModelingMain_beauty_v002.0997.exr', 'size': 4397208, 'hash': 'OPG_999_abc_0010_renderModelingMain_beauty_v002,0997,exr|1641382732,1578958|4397208', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 520705)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f56'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_beauty/v002/OPG_999_abc_0010_renderModelingMain_beauty_v002.0998.exr', 'size': 4364419, 'hash': 'OPG_999_abc_0010_renderModelingMain_beauty_v002,0998,exr|1641382765,348509|4364419', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 522705)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f58'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_beauty/v002/OPG_999_abc_0010_renderModelingMain_beauty_v002.0999.exr', 'size': 4464619, 'hash': 'OPG_999_abc_0010_renderModelingMain_beauty_v002,0999,exr|1641382797,901611|4464619', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 523706)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f5a'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_beauty/v002/OPG_999_abc_0010_renderModelingMain_beauty_v002.1000.exr', 'size': 4424585, 'hash': 'OPG_999_abc_0010_renderModelingMain_beauty_v002,1000,exr|1641382833,9138343|4424585', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 524708)}]}]}
2022-01-05 12:54:08:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:__ destination_list: ['C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0991.exr']
2022-01-05 12:54:08:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:__ representations: [{'_id': ObjectId('61d586df9bcf5827e95f0f46'), 'schema': 'openpype:representation-2.0', 'type': 'representation', 'parent': ObjectId('61d586df9bcf5827e95f0f45'), 'name': 'exr', 'data': {'path': 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0991.exr', 'template': '{root[work]}\\{project[name]}\\{hierarchy}\\{asset}\\publish\\{family}\\{subset}\\v{version:0>3}\\{project[code]}_{asset}_{subset}_v{version:0>3}<_{output}><.{frame:0>4}>.{ext}'}, 'dependencies': [], 'context': {'root': {'work': 'C:/projects'}, 'project': {'name': 'ondra_playground', 'code': 'OPG'}, 'hierarchy': '999_abc', 'asset': '999_abc_0010', 'family': 'render', 'subset': 'renderModelingMain_beauty', 'version': 2, 'frame': '0991', 'ext': 'exr', 'task': {'name': 'modeling', 'type': 'Modeling', 'short': 'mdl'}, 'representation': 'exr', 'username': 'annatar'}, 'files': [{'_id': ObjectId('61d586df9bcf5827e95f0f48'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_beauty/v002/OPG_999_abc_0010_renderModelingMain_beauty_v002.0991.exr', 'size': 4432141, 'hash': 'OPG_999_abc_0010_renderModelingMain_beauty_v002,0991,exr|1641382533,2993066|4432141', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 511705)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f4a'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_beauty/v002/OPG_999_abc_0010_renderModelingMain_beauty_v002.0992.exr', 'size': 4370684, 'hash': 'OPG_999_abc_0010_renderModelingMain_beauty_v002,0992,exr|1641382565,9349804|4370684', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 513703)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f4c'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_beauty/v002/OPG_999_abc_0010_renderModelingMain_beauty_v002.0993.exr', 'size': 4408061, 'hash': 'OPG_999_abc_0010_renderModelingMain_beauty_v002,0993,exr|1641382603,1798856|4408061', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 514704)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f4e'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_beauty/v002/OPG_999_abc_0010_renderModelingMain_beauty_v002.0994.exr', 'size': 4493925, 'hash': 'OPG_999_abc_0010_renderModelingMain_beauty_v002,0994,exr|1641382634,2748652|4493925', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 516704)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f50'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_beauty/v002/OPG_999_abc_0010_renderModelingMain_beauty_v002.0995.exr', 'size': 4335322, 'hash': 'OPG_999_abc_0010_renderModelingMain_beauty_v002,0995,exr|1641382664,8766463|4335322', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 517704)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f52'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_beauty/v002/OPG_999_abc_0010_renderModelingMain_beauty_v002.0996.exr', 'size': 4403919, 'hash': 'OPG_999_abc_0010_renderModelingMain_beauty_v002,0996,exr|1641382696,6135275|4403919', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 519706)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f54'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_beauty/v002/OPG_999_abc_0010_renderModelingMain_beauty_v002.0997.exr', 'size': 4397208, 'hash': 'OPG_999_abc_0010_renderModelingMain_beauty_v002,0997,exr|1641382732,1578958|4397208', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 520705)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f56'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_beauty/v002/OPG_999_abc_0010_renderModelingMain_beauty_v002.0998.exr', 'size': 4364419, 'hash': 'OPG_999_abc_0010_renderModelingMain_beauty_v002,0998,exr|1641382765,348509|4364419', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 522705)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f58'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_beauty/v002/OPG_999_abc_0010_renderModelingMain_beauty_v002.0999.exr', 'size': 4464619, 'hash': 'OPG_999_abc_0010_renderModelingMain_beauty_v002,0999,exr|1641382797,901611|4464619', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 523706)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f5a'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_beauty/v002/OPG_999_abc_0010_renderModelingMain_beauty_v002.1000.exr', 'size': 4424585, 'hash': 'OPG_999_abc_0010_renderModelingMain_beauty_v002,1000,exr|1641382833,9138343|4424585', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 524708)}]}]}]
2022-01-05 12:54:08:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:__ rep: {'ext': 'exr', 'files': ['Main_beauty.0991.exr', 'Main_beauty.0992.exr', 'Main_beauty.0993.exr', 'Main_beauty.0994.exr', 'Main_beauty.0995.exr', 'Main_beauty.0996.exr', 'Main_beauty.0997.exr', 'Main_beauty.0998.exr', 'Main_beauty.0999.exr', 'Main_beauty.1000.exr'], 'fps': 25.0, 'frameEnd': 1000, 'frameStart': 991, 'name': 'exr', 'stagingDir': 'C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main', 'tags': [], 'published_path': 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0991.exr', 'publishedFiles': ['C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0991.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0992.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0993.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0994.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0995.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0996.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0997.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0998.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0999.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.1000.exr']}
2022-01-05 12:54:08:  0: STDOUT: INFO:pyblish.IntegrateAssetNew:Registered 1 items
2022-01-05 12:54:08:  0: STDOUT: INFO:pyblish.IntegrateAssetNew:Integrated Asset in to the database ...
2022-01-05 12:54:08:  0: STDOUT: INFO:pyblish.IntegrateAssetNew:instance.data: {'family': 'render', 'name': 'renderModelingMain_beauty', 'asset': '999_abc_0010', 'convertToScanline': False, 'extendFrames': False, 'families': ['render'], 'fps': 25.0, 'frameEnd': 1000, 'frameEndHandle': 1000, 'frameStart': 991, 'frameStartHandle': 991, 'handleEnd': 0, 'handleStart': 0, 'jobBatchName': '', 'multipartExr': False, 'overrideExistingFrame': False, 'pixelAspect': 1.0, 'representations': [{'ext': 'exr', 'files': ['Main_beauty.0991.exr', 'Main_beauty.0992.exr', 'Main_beauty.0993.exr', 'Main_beauty.0994.exr', 'Main_beauty.0995.exr', 'Main_beauty.0996.exr', 'Main_beauty.0997.exr', 'Main_beauty.0998.exr', 'Main_beauty.0999.exr', 'Main_beauty.1000.exr'], 'fps': 25.0, 'frameEnd': 1000, 'frameStart': 991, 'name': 'exr', 'stagingDir': 'C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main', 'tags': [], 'published_path': 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0991.exr', 'publishedFiles': ['C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0991.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0992.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0993.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0994.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0995.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0996.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0997.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0998.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0999.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.1000.exr']}], 'resolutionHeight': 1080, 'resolutionWidth': 1920, 'source': '{root[work]}/ondra_playground/999_abc/999_abc_0010/work/modeling/render_test_v007.mb', 'subset': 'renderModelingMain_beauty', 'subsetGroup': 'renderModelingMain', 'render_job_id': '61d5821f0425db36a8c11238', 'assetEntity': {'_id': ObjectId('5de040d042c76c76d840618e'), 'name': '999_abc_0010', 'data': {'ftrackId': '04d2ffe6-f460-434c-acc7-6e167ee9b939', 'entityType': 'Shot', 'fridge_ftrackID': '', 'handle_start_old': None, 'clipIn': 1001.0, 'resolutionWidth': 1920.0, 'handleEnd': 10.0, 'frameEnd': 1010.0, 'resolutionHeight': 1080.0, 'fps2': None, 'frameStart': 1001.0, 'pixelAspect': 1.0, 'fps': 25.0, 'handleStart': 10.0, 'clipOut': 1100.0, 'tools_env': ['vray/51021'], 'parents': ['999_abc'], 'hierarchy': '999_abc', 'tasks': {'lighting': {'type': 'Lighting'}, 'modeling': {'type': 'Modeling'}}, 'visualParent': ObjectId('5de040d042c76c76d840618d'), 'avalon_ignore_sync': False, 'avalon_mongo_id': '5de040d042c76c76d840618e', 'thumbnail_id': ObjectId('6166fe88d313e159ccac53d0')}, 'type': 'asset', 'parent': ObjectId('5de040d042c76c76d840618c'), 'schema': 'avalon-core:asset-3.0'}, 'latestVersion': 1, 'projectEntity': {'_id': ObjectId('5de040d042c76c76d840618c'), 'name': 'ondra_playground', 'data': {'ftrackId': '3ed31742-1228-11ea-9677-066c9f15ea20', 'entityType': 'Project', 'applications': ['maya/2020', 'maya/2019', 'unreal/4-26', 'houdini/18'], 'library_project': False, 'clipIn': 1001.0, 'resolutionWidth': 1920.0, 'handleEnd': 10.0, 'frameEnd': 1100.0, 'resolutionHeight': 1080.0, 'fps2': None, 'frameStart': 1001.0, 'pixelAspect': 1.0, 'fps': 25.0, 'handleStart': 10.0, 'clipOut': 1100.0, 'tools_env': ['vray/51021'], 'code': 'OPG', 'active': True}, 'type': 'project', 'config': {'tasks': {'Layout': {'short_name': 'lay'}, 'Setdress': {'short_name': 'dress'}, 'Previz': {'short_name': 'Previz'}, 'Generic': {'short_name': 'gener'}, 'Animation': {'short_name': 'anim'}, 'Modeling': {'short_name': 'mdl'}, 'Lookdev': {'short_name': 'look'}, 'FX': {'short_name': 'fx'}, 'Lighting': {'short_name': 'lgt'}, 'Compositing': {'short_name': 'comp'}, 'Tracking': {'short_name': 'Tracking'}, 'Rigging': {'short_name': 'rig'}, 'Paint': {'short_name': 'paint'}, 'schedulle': {'short_name': ''}, 'Art': {'short_name': 'art'}, 'Texture': {'short_name': 'tex'}, 'Edit': {'short_name': 'edit'}}, 'apps': [{'name': 'maya/2020'}, {'name': 'unreal/4-26'}, {'name': 'blender/2-93'}, {'name': 'maya/2019'}, {'name': 'houdini/18'}, {'name': 'maya/2022'}], 'schema': 'avalon-core:config-1.0', 'template': {'workfile': '{project[code]}_{asset}_{task}_v{version:0>3}<_{comment}>', 'work': '{root}/{project[name]}/{hierarchy}/{asset}/work/{task}', 'publish': '{root}/{project[name]}/{hierarchy}/{asset}/publish/{family}/{subset}/v{version:0>3}/{project[code]}_{asset}_{subset}_v{version:0>3}<_{output}><.{frame}>.{representation}'}, 'imageio': {'hiero': {'workfile': {'ocioConfigName': 'nuke-default', 'ocioconfigpath': {'windows': [], 'darwin': [], 'linux': []}, 'workingSpace': 'linear', 'sixteenBitLut': 'sRGB', 'eightBitLut': 'sRGB', 'floatLut': 'linear', 'logLut': 'Cineon', 'viewerLut': 'sRGB', 'thumbnailLut': 'sRGB'}, 'regexInputs': {'inputs': [{'regex': '[^-a-zA-Z0-9](plateRef).*(?=mp4)', 'colorspace': 'sRGB'}]}}, 'nuke': {'viewer': {'viewerProcess': 'sRGB'}, 'workfile': {'colorManagement': 'Nuke', 'OCIO_config': 'nuke-default', 'customOCIOConfigPath': {'windows': [], 'darwin': [], 'linux': []}, 'workingSpaceLUT': 'linear', 'monitorLut': 'sRGB', 'int8Lut': 'sRGB', 'int16Lut': 'sRGB', 'logLut': 'Cineon', 'floatLut': 'linear'}, 'nodes': {'requiredNodes': [{'plugins': ['CreateWriteRender'], 'nukeNodeClass': 'Write', 'knobs': [{'name': 'file_type', 'value': 'exr'}, {'name': 'datatype', 'value': '16 bit half'}, {'name': 'compression', 'value': 'Zip (1 scanline)'}, {'name': 'autocrop', 'value': 'True'}, {'name': 'tile_color', 'value': '0xff0000ff'}, {'name': 'channels', 'value': 'rgb'}, {'name': 'colorspace', 'value': 'linear'}]}, {'plugins': ['CreateWritePrerender'], 'nukeNodeClass': 'Write', 'knobs': [{'name': 'file_type', 'value': 'exr'}, {'name': 'datatype', 'value': '16 bit half'}, {'name': 'compression', 'value': 'Zip (1 scanline)'}, {'name': 'autocrop', 'value': 'False'}, {'name': 'tile_color', 'value': '0xadab1dff'}, {'name': 'channels', 'value': 'rgb'}, {'name': 'colorspace', 'value': 'linear'}]}], 'customNodes': []}, 'regexInputs': {'inputs': [{'regex': '[^-a-zA-Z0-9]beauty[^-a-zA-Z0-9]', 'colorspace': 'linear'}]}}, 'maya': {'colorManagementPreference': {'configFilePath': {'windows': ['C:\\Users\\annat\\Documents\\pype\\OpenColorIO-Configs\\aces_1.2\\config.ocio'], 'darwin': [], 'linux': []}, 'renderSpace': 'ACES - ACEScg', 'viewTransform': 'Rec.709, colorspace: Output - Rec.709'}}}, 'roots': {'work': {'windows': 'C:/projects', 'darwin': '/Volumes/path', 'linux': '/mnt/share/projects'}}, 'templates': {'defaults': {'version_padding': 3, 'version': 'v{version:0>{@version_padding}}', 'frame_padding': 4, 'frame': '{frame:0>{@frame_padding}}'}, 'work': {'folder': '{root[work]}/{project[name]}/{hierarchy}/{asset}/work/{task}', 'file': '{project[code]}_{asset}_{task}_{@version}<_{comment}>.{ext}', 'path': '{@folder}/{@file}'}, 'render': {'folder': '{root[work]}/{project[name]}/{hierarchy}/{asset}/publish/{family}/{subset}/{@version}', 'file': '{project[code]}_{asset}_{subset}_{@version}<_{output}><.{@frame}>.{ext}', 'path': '{@folder}/{@file}'}, 'publish': {'folder': '{root[work]}/{project[name]}/{hierarchy}/{asset}/publish/{family}/{subset}/{@version}', 'file': '{project[code]}_{asset}_{subset}_{@version}<_{output}><.{@frame}>.{ext}', 'path': '{@folder}/{@file}', 'thumbnail': '{thumbnail_root}/{project[name]}/{_id}_{thumbnail_type}.{ext}'}, 'hero': {'folder': '{root[work]}/{project[name]}/{hierarchy}/{asset}/publish/{family}/{subset}/hero', 'file': '{project[code]}_{asset}_{subset}_hero<_{output}><.{frame}>.{ext}', 'path': '{@folder}/{@file}'}, 'delivery': {}, 'others': {}}}, 'parent': None, 'schema': 'avalon-core:project-2.0'}, 'anatomyData': {'project': {'name': 'ondra_playground', 'code': 'OPG'}, 'asset': '999_abc_0010', 'hierarchy': '999_abc', 'task': {'name': 'modeling', 'type': 'Modeling', 'short': 'mdl'}, 'username': 'annatar', 'app': 'maya', 'd': '5', 'dd': '05', 'ddd': 'Wed', 'dddd': 'Wednesday', 'm': '1', 'mm': '01', 'mmm': 'Jan', 'mmmm': 'January', 'yy': '22', 'yyyy': '2022', 'H': '12', 'HH': '12', 'h': '12', 'hh': '12', 'ht': 'PM', 'M': '54', 'MM': '54', 'S': '5', 'SS': '05', 'family': 'render', 'subset': 'renderModelingMain_beauty', 'version': 2, 'resolution_width': 1920, 'resolution_height': 1080, 'pixel_aspect': 1.0, 'fps': 25.0, 'intent': '-'}, 'version': 2, 'publishDir': 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002', 'resourcesDir': 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\resources', 'subsetEntity': {'_id': ObjectId('6166fe84d313e159ccac53ab'), 'schema': 'pype:subset-3.0', 'type': 'subset', 'name': 'renderModelingMain_beauty', 'data': {'families': ['render', 'render', 'ftrack', 'review'], 'subsetGroup': 'renderModelingMain'}, 'parent': ObjectId('5de040d042c76c76d840618e')}, 'versionEntity': {'_id': ObjectId('61d586df9bcf5827e95f0f45'), 'schema': 'openpype:version-3.0', 'type': 'version', 'parent': ObjectId('6166fe84d313e159ccac53ab'), 'name': 2, 'data': {'families': ['render', 'render'], 'time': '20220105T125405Z', 'author': 'annatar', 'source': '{root[work]}/ondra_playground/999_abc/999_abc_0010/work/modeling/render_test_v007.mb', 'comment': '', 'machine': 'Hyperion', 'fps': 25.0, 'intent': '-', 'frameStart': 991, 'frameEnd': 1000, 'handleEnd': 0, 'handleStart': 0}}, 'transfers': [['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_beauty.0991.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0991.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_beauty.0992.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0992.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_beauty.0993.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0993.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_beauty.0994.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0994.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_beauty.0995.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0995.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_beauty.0996.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0996.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_beauty.0997.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0997.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_beauty.0998.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0998.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_beauty.0999.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0999.exr'], ['C:/projects/ondra_playground/999_abc/999_abc_0010/work/modeling/renders/maya/OPG_999_abc_0010_workfileModeling_v037/Main\\Main_beauty.1000.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.1000.exr']], 'destination_list': ['C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0991.exr'], 'published_representations': {ObjectId('61d586df9bcf5827e95f0f46'): {'representation': {'_id': ObjectId('61d586df9bcf5827e95f0f46'), 'schema': 'openpype:representation-2.0', 'type': 'representation', 'parent': ObjectId('61d586df9bcf5827e95f0f45'), 'name': 'exr', 'data': {'path': 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0991.exr', 'template': '{root[work]}\\{project[name]}\\{hierarchy}\\{asset}\\publish\\{family}\\{subset}\\v{version:0>3}\\{project[code]}_{asset}_{subset}_v{version:0>3}<_{output}><.{frame:0>4}>.{ext}'}, 'dependencies': [], 'context': {'root': {'work': 'C:/projects'}, 'project': {'name': 'ondra_playground', 'code': 'OPG'}, 'hierarchy': '999_abc', 'asset': '999_abc_0010', 'family': 'render', 'subset': 'renderModelingMain_beauty', 'version': 2, 'frame': '0991', 'ext': 'exr', 'task': {'name': 'modeling', 'type': 'Modeling', 'short': 'mdl'}, 'representation': 'exr', 'username': 'annatar'}, 'files': [{'_id': ObjectId('61d586df9bcf5827e95f0f48'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_beauty/v002/OPG_999_abc_0010_renderModelingMain_beauty_v002.0991.exr', 'size': 4432141, 'hash': 'OPG_999_abc_0010_renderModelingMain_beauty_v002,0991,exr|1641382533,2993066|4432141', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 511705)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f4a'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_beauty/v002/OPG_999_abc_0010_renderModelingMain_beauty_v002.0992.exr', 'size': 4370684, 'hash': 'OPG_999_abc_0010_renderModelingMain_beauty_v002,0992,exr|1641382565,9349804|4370684', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 513703)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f4c'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_beauty/v002/OPG_999_abc_0010_renderModelingMain_beauty_v002.0993.exr', 'size': 4408061, 'hash': 'OPG_999_abc_0010_renderModelingMain_beauty_v002,0993,exr|1641382603,1798856|4408061', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 514704)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f4e'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_beauty/v002/OPG_999_abc_0010_renderModelingMain_beauty_v002.0994.exr', 'size': 4493925, 'hash': 'OPG_999_abc_0010_renderModelingMain_beauty_v002,0994,exr|1641382634,2748652|4493925', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 516704)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f50'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_beauty/v002/OPG_999_abc_0010_renderModelingMain_beauty_v002.0995.exr', 'size': 4335322, 'hash': 'OPG_999_abc_0010_renderModelingMain_beauty_v002,0995,exr|1641382664,8766463|4335322', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 517704)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f52'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_beauty/v002/OPG_999_abc_0010_renderModelingMain_beauty_v002.0996.exr', 'size': 4403919, 'hash': 'OPG_999_abc_0010_renderModelingMain_beauty_v002,0996,exr|1641382696,6135275|4403919', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 519706)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f54'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_beauty/v002/OPG_999_abc_0010_renderModelingMain_beauty_v002.0997.exr', 'size': 4397208, 'hash': 'OPG_999_abc_0010_renderModelingMain_beauty_v002,0997,exr|1641382732,1578958|4397208', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 520705)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f56'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_beauty/v002/OPG_999_abc_0010_renderModelingMain_beauty_v002.0998.exr', 'size': 4364419, 'hash': 'OPG_999_abc_0010_renderModelingMain_beauty_v002,0998,exr|1641382765,348509|4364419', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 522705)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f58'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_beauty/v002/OPG_999_abc_0010_renderModelingMain_beauty_v002.0999.exr', 'size': 4464619, 'hash': 'OPG_999_abc_0010_renderModelingMain_beauty_v002,0999,exr|1641382797,901611|4464619', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 523706)}]}, {'_id': ObjectId('61d586df9bcf5827e95f0f5a'), 'path': '{root[work]}/ondra_playground/999_abc/999_abc_0010/publish/render/renderModelingMain_beauty/v002/OPG_999_abc_0010_renderModelingMain_beauty_v002.1000.exr', 'size': 4424585, 'hash': 'OPG_999_abc_0010_renderModelingMain_beauty_v002,1000,exr|1641382833,9138343|4424585', 'sites': [{'name': 'studio', 'created_dt': datetime.datetime(2022, 1, 5, 12, 54, 7, 524708)}]}]}, 'anatomy_data': {'project': {'name': 'ondra_playground', 'code': 'OPG'}, 'asset': '999_abc_0010', 'hierarchy': '999_abc', 'task': {'name': 'modeling', 'type': 'Modeling', 'short': 'mdl'}, 'username': 'annatar', 'app': 'maya', 'd': '5', 'dd': '05', 'ddd': 'Wed', 'dddd': 'Wednesday', 'm': '1', 'mm': '01', 'mmm': 'Jan', 'mmmm': 'January', 'yy': '22', 'yyyy': '2022', 'H': '12', 'HH': '12', 'h': '12', 'hh': '12', 'ht': 'PM', 'M': '54', 'MM': '54', 'S': '5', 'SS': '05', 'family': 'render', 'subset': 'renderModelingMain_beauty', 'version': 2, 'resolution_width': 1920, 'resolution_height': 1080, 'pixel_aspect': 1.0, 'fps': 25.0, 'intent': '-', 'representation': 'exr', 'ext': 'exr', 'frame': '0001'}, 'published_files': ['C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0991.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0992.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0993.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0994.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0995.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0996.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0997.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0998.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.0999.exr', 'C:\\projects\\ondra_playground\\999_abc\\999_abc_0010\\publish\\render\\renderModelingMain_beauty\\v002\\OPG_999_abc_0010_renderModelingMain_beauty_v002.1000.exr']}}}
2022-01-05 12:54:08:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Renaming file C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0991.exr.tmp to C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0991.exr
2022-01-05 12:54:08:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Renaming file C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0992.exr.tmp to C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0992.exr
2022-01-05 12:54:08:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Renaming file C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0993.exr.tmp to C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0993.exr
2022-01-05 12:54:08:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Renaming file C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0994.exr.tmp to C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0994.exr
2022-01-05 12:54:08:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Renaming file C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0995.exr.tmp to C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0995.exr
2022-01-05 12:54:08:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Renaming file C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0996.exr.tmp to C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0996.exr
2022-01-05 12:54:08:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Renaming file C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0997.exr.tmp to C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0997.exr
2022-01-05 12:54:08:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Renaming file C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0998.exr.tmp to C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0998.exr
2022-01-05 12:54:08:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Renaming file C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0999.exr.tmp to C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.0999.exr
2022-01-05 12:54:08:  0: STDOUT: DEBUG:pyblish.IntegrateAssetNew:Renaming file C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.1000.exr.tmp to C:\projects\ondra_playground\999_abc\999_abc_0010\publish\render\renderModelingMain_beauty\v002\OPG_999_abc_0010_renderModelingMain_beauty_v002.1000.exr
2022-01-05 12:54:08:  0: STDOUT: WARNING:pyblish.IntegrateInputLinks:No workfile in this publish session.
2022-01-05 12:54:08:  0: STDOUT: INFO:pyblish.CleanUp:Staging dir not set.
2022-01-05 12:54:08:  0: STDOUT: INFO:pyblish.CleanUp:Staging dir not set.
2022-01-05 12:54:08:  0: STDOUT: INFO:pyblish.CleanUp:Staging dir not set.
2022-01-05 12:54:08:  0: STDOUT: >>> [  Publish finished.  ] 
2022-01-05 12:54:08:  0: STDOUT: 
2022-01-05 12:54:08:  0: STDOUT: 
2022-01-05 12:54:08:  0: STDOUT: 
2022-01-05 12:54:08:  0: STDOUT: 
2022-01-05 12:54:08:  0: STDOUT: 
2022-01-05 12:54:08:  0: INFO: Process exit code: 0
2022-01-05 12:54:08:  0: Done executing plugin command of type 'Render Task'

=======================================================
Details

Date: 01/05/2022 12:54:09
Frames: 0
Job Submit Date: 01/05/2022 12:33:52
Job User: annatar
Average RAM Usage: 0 (0%)
Peak RAM Usage: 0 (0%)
Average CPU Usage: 0%
Peak CPU Usage: 0%
Used CPU Clocks (x10^6 cycles): 0
Total CPU Clocks (x10^6 cycles): 0

=======================================================
Worker Information

Worker Name: Hyperion
Version: v10.1.6.4 Release (9b6629e46)
Operating System: Windows 11 Home
Running As Service: No
Machine User: annat
IP Address: 192.168.47.31
MAC Address: A8:6D:AA:1B:BA:BB
CPU Architecture: x64
CPUs: 8
CPU Usage: 3%
Memory Usage: 12.7 GB / 15.8 GB (80%)
Free Disk Space: 59.002 GB (33.400 GB on C:, 25.602 GB on G:)
Video Card: Intel(R) UHD Graphics 620

@iLLiCiTiT
Copy link
Member Author

iLLiCiTiT commented Jan 5, 2022

Seems like the plugin is not triggered.

I didn't find a reason why it is so. Found out that the plugin will not produce any log if there is nothing to process so I've added more logs.

If there is nothing to process then it would mean that there are not instances that can be processed or instances with stagingDir which is strange because nothing would be published in that case.

@mkolar
Copy link
Member

mkolar commented Jan 25, 2022

@antirotor can you please have a look at this again to see if it's mergeable?

Copy link
Member

@antirotor antirotor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it works, thanks!

@antirotor antirotor merged commit 1a03a76 into develop Feb 8, 2022
@BigRoy
Copy link
Collaborator

BigRoy commented Feb 8, 2022

Warning

I would proceed with caution - and potentially revert unless safety measures are in place. Are we sure this is safe enough?

I would be very very careful with this to be honest. :) Especially since I've also been seeing some other PRs/issues related to 'custom output locations' if I recall correctly.

If anyone ever succeeds in rendering to ../../../ you'll be losing a lot of work! Or someone saved the work file to a completely invalid location on disk (some folders up) and submitted that work file (nothing currently forces your work file to actually be inside the workdir, right?)

At best this cleanup it should maybe do a check whether all that it would be deleting is ACTUALLY only the content in that folder the user is expecting.

Is there more in the folder than the files mentioned in the representations (and the _metadata.json) then leave the folder alone?


I've also had some odd cases where Maya/Deadline still decided to pick the wrong folder occasionally (before OpenPype) and even had cases where files got written just to random project folders, or into the wrong project, whatever just because a user's workspace.mel wasn't loaded correctly and thus Maya still renders to a different place.


Or what if a user somehow was able to write a hardcoded filepath prefix set to the root of your project? Please render to {drive}:/ Ouch.


Or what if somehow some path mapping goes haywire in cross-OS environment?


Also, IF the integrator fails Pyblish will still continue along as far as I know (since it passed the validation). It doesn't suddenly stop. So even if your integration failed for some odd reason it will perform this cleanup...

Imagine having renders that took 20 hours to render to have them just removed without a publish.


This should also come with Project Settings to disallow deleting the work file renders after the publish.

@iLLiCiTiT
Copy link
Member Author

Also, IF the integrator fails Pyblish will still continue along as far as I know (since it passed the validation). It doesn't suddenly stop. So even if your integration failed for some odd reason it will perform this cleanup...

Farm publishing stops immediately when first crash happens.

This should also come with Project Settings to disallow deleting the work file renders after the publish.

You're right, created PR for Project settings #2679

@BigRoy
Copy link
Collaborator

BigRoy commented Feb 8, 2022

Farm publishing stops immediately when first crash happens.

That's correct - but that might NOT be the case if someone ever happens to register the target farm somewhere and do it directly through pyblish.util.publish() or even the Pyblish Pype interface.

We have two options to work around this when e.g. Integrator messes up:

  1. You can register custom tests for pyblish with pyblish.api.register_test(test) that run after ever plug-in to return whether it should continue to process.
  2. Or we could just have a check at the beginning of process() for this plug-in to see if there have been any errors so far. In particular with e.g. the Integrator. Similar to how any errors are captured here. Just so at least this plug-in doesn't continue in that scenario. Because there might be others that'd still want to trigger? (no idea)

@iLLiCiTiT
Copy link
Member Author

iLLiCiTiT commented Feb 9, 2022

This plugin was a quick fix for a client. We want to switch and use this plugin. It will need more options like "delete on fail" (e.g. files in temp) or "delete on success". That requires to go through places where files are collected/created/replaced decide if they should be deleted at the end and in which circumstances but until that point we had to be able to delete files from successful publishing.

if someone ever happens to register the target farm somewhere and do it directly through pyblish.util.publish() or even the Pyblish Pype interface.

I understand that it can happen but it is similar modification to rendering to ../../../. If you hack the system you should do it properly or know all side effects.

You can register custom tests for pyblish with pyblish.api.register_test(test) that run after ever plug-in to return whether it should continue to process.

The one who is using pyblish.util.publish() would have to register the test... If he's not using OpenPype publish why would he register it's test?

Or we could just have a check at the beginning of process() for this plug-in to see if there have been any errors so far.

This make sense but would be used only if someone is not using openpype publish (or registered farm target in context of openpype).

@BigRoy
Copy link
Collaborator

BigRoy commented Feb 9, 2022

The one who is using pyblish.util.publish() would have to register the test... If he's not using OpenPype publish why would he register it's test?

Actually no. We would register the test just like how we register the custom Pyblish function that changes all the default settings of Plugins in discover. We'd register at OpenPype launch.

That'd work then for UI, command line and Python publishes as I described.

@iLLiCiTiT iLLiCiTiT deleted the feature/OP-2158_add-new-cleanup-for-farm-purposes-as-quickfix branch February 9, 2022 16:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
host: Maya module: Deadline AWS Deadline related features module: Muster Muster related features module: RoyalRender RoyalRender related features type: enhancement Enhancements to existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants