Toke Jepsen
deb700b077
Missing copy for transfers.
2019-08-02 10:27:43 +01:00
Toke Jepsen
c139c7f3e2
Merged in tokejepsen/pype/feature/unify_subprocess_calls (pull request #240 )
...
Use lib subprocess.
Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-31 16:44:43 +00:00
Toke Jepsen
d4aba552e2
Merged in tokejepsen/pype/feature/nuke_validate_bounding_box (pull request #239 )
...
Validate bounding box.
Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-31 16:43:35 +00:00
Milan Kolar
0a3e51bed6
(hotfix) workfile handling
...
do not upload workfile to ftrack and only increment file if publishing workfile too
2019-07-31 18:42:43 +02:00
Milan Kolar
bffc429743
Merge branch 'develop' of bitbucket.org:pypeclub/pype into develop
2019-07-31 18:40:19 +02:00
Toke Jepsen
7607eaf86b
Merge branch 'develop' into feature/unify_subprocess_calls
...
# Conflicts:
# pype/plugins/global/publish/extract_burnin.py
2019-07-31 10:38:11 +01:00
Toke Jepsen
fe62979c97
Use lib subprocess.
...
- Unifies all subprocess calls.
- Validates ffmpeg process.
- Feedback the errored subprocess output.
2019-07-31 10:34:25 +01:00
Toke Jepsen
09c0bea4f4
Validate bounding box.
...
- This happens only when sent to the farm.
- The ffmpeg process will fails if any rendered exr has a bounding box outside the image resolution.
- Evaluating the bounding box is a hack because you can not evaluate a changing bounding box without this hack.
- Solution is to crop just before the write node.
- If a crop node already exists, the validation is successful to prevent unnecessary processing.
2019-07-31 10:19:21 +01:00
Toke Jepsen
534ba6451a
Merged in tokejepsen/pype/feature/review_audio (pull request #214 )
...
Feature/review audio
Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-31 03:07:51 +00:00
Jakub Jezek
b6869a9379
Merged in feature/PYPE-81-nuke-write-render-workflow (pull request #235 )
...
Feature/PYPE-81 nuke write render workflow
Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-31 00:57:15 +00:00
Jakub Jezek
0d51a6e5bc
fix conflict
2019-07-31 02:56:06 +02:00
Jakub Jezek
a703f3e51b
Merged in hotfix/nks_publishing_fixes (pull request #218 )
...
Hotfix/nks publishing fixes
Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-31 00:43:15 +00:00
Jakub Jezek
50056808de
Merge branch 'develop' into feature/PYPE-81-nuke-write-render-workflow
...
# Conflicts:
# pype/nuke/lib.py
2019-07-31 02:10:47 +02:00
Jakub Jezek
5fdb812627
Merged in hotfix/nuke_loader_fix_update_function (pull request #237 )
...
fix(nuke): fixing update function in loader to better work with avalon.nuke.lib:ls_img_sequence
Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-30 23:53:17 +00:00
Toke Jepsen
087e41b4f3
Merged in tokejepsen/pype/hotfix/nks_publishing_fixes (pull request #234 )
...
Missing "shell" host for farm publishing.
Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-30 23:51:21 +00:00
Toke Jepsen
0481a08107
Merged in tokejepsen/pype/bugfix/extract_burnin (pull request #215 )
...
Multiple paths and environment inheritance.
Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-30 23:50:46 +00:00
Toke Jepsen
63d7a7bbd5
Merged in tokejepsen/pype/change/non_versioned_work_folders (pull request #220 )
...
Change/non versioned work folders
Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-30 23:45:44 +00:00
Toke Jepsen
c4f6e0b51d
Merged in tokejepsen/pype/bugfix/maya_muster (pull request #233 )
...
Only submit to muster when environment is setup.
Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-30 23:30:12 +00:00
Toke Jepsen
e0c4891abe
Merged in tokejepsen/pype/bugfix/publish_filesequence (pull request #232 )
...
Enforce environment by passing to subprocess.
Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-30 23:29:24 +00:00
Ondřej Samohel
1f62b51d1f
Merged in feature/PYPE-252-delete-rendered-frames-after-publish (pull request #229 )
...
deleting rendered frames from working area after publishing
Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-30 23:28:39 +00:00
Jakub Jezek
d10e14c6db
Merge branch 'develop' into feature/PYPE-81-nuke-write-render-workflow
...
# Conflicts:
# pype/plugins/nuke/create/create_write.py
# pype/templates.py
2019-07-31 01:23:36 +02:00
Toke Jepsen
e9ea16866a
Merged in tokejepsen/pype/bugfix/nuke_create_write (pull request #231 )
...
Explicit absolute import of create_write_node.
Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-30 23:14:46 +00:00
Toke Jepsen
6a4d11703e
Merged in tokejepsen/pype/bugfix/maya_load_image_plane (pull request #230 )
...
Ensure EXR plugin is loaded.
Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-30 23:11:27 +00:00
Toke Jepsen
7e67dae42a
Merged in tokejepsen/pype/feature/nuke_set_context_settings_on_startup (pull request #228 )
...
Feature/nuke set context settings on startup
Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-30 23:10:19 +00:00
Jakub Jezek
02526f156d
fix(nuke): fixing update function in loader to better work with avalon.nuke.lib:ls_img_sequence
2019-07-31 01:05:14 +02:00
Jakub Jezek
f9bedc7f7b
feat(nks): adding review identificator into instance label
2019-07-31 00:56:54 +02:00
Jakub Jezek
b8d764561c
fix(nks): rename plugin to its function
2019-07-31 00:56:04 +02:00
Jakub Jezek
0a4f7284fe
fix(nuke): cleanup unused plugin
2019-07-31 00:01:56 +02:00
Jakub Jezek
50ad311ca0
fix(nukestudio): removing workfile version collector duplicity with global plugin
2019-07-31 00:01:24 +02:00
Jakub Jezek
3677f1d083
fix(nukestudio): unifying editorial data for publishing
2019-07-30 23:59:46 +02:00
Jakub Jezek
1d729878d0
Merge branch 'develop' into hotfix/nks_publishing_fixes
2019-07-30 12:02:29 +02:00
Milan Kolar
d2194f0295
(bug) fix environment appending for the submit deadline publish job.
...
Environment is now filtered explicitly
2019-07-30 10:28:50 +02:00
Jakub Jezek
b2f97c8606
feat(ftrack): plugin for removing ftrack published components after ublishing
2019-07-29 20:51:04 +02:00
Jakub Jezek
3f6af490d6
feat(nuke): make publishable write node as group node with imprinted data and linked properties on panel
2019-07-29 20:47:01 +02:00
Toke Jepsen
3aced28e3d
Missing "shell" host for farm publishing.
2019-07-29 19:39:21 +01:00
Toke Jepsen
f8f9c4f085
Fix get_prefix and workspace root.
2019-07-29 15:51:43 +01:00
Toke Jepsen
e742693fd7
Only submit to muster when environment is setup.
2019-07-29 11:35:21 +01:00
Toke Jepsen
659f46e317
Enforce environment by passing to subprocess.
2019-07-29 11:33:08 +01:00
Ondřej Samohel
31f709b2a4
fixed docstring in integrate
2019-07-29 11:39:24 +02:00
Ondřej Samohel
c77578be01
moved render cleanup code to cleanup instance plugin
2019-07-29 11:37:24 +02:00
Toke Jepsen
d5c76a4c10
Fix hardcoded deadline submission.
2019-07-29 09:15:03 +01:00
Toke Jepsen
09d51c52fb
Explicit absolute import of create_write_node.
2019-07-29 09:09:32 +01:00
Jakub Jezek
afd1c3447a
fix(global): get version didnt count with .v001
2019-07-29 09:24:19 +02:00
Jakub Jezek
3b80a389c5
feat(nuke): enabling auto version sync on publishable write nodes
2019-07-29 09:23:22 +02:00
Jakub Jezek
58703e57fb
fix(nuke): moving function into avalon-core
2019-07-29 09:22:38 +02:00
Jakub Jezek
8b3271adb1
feat(nuke): adding atom_server.py for better nuke development
2019-07-29 09:20:38 +02:00
Jakub Jezek
a2c6a1b574
fix(nuke): rename _tool to _node attribute
2019-07-29 09:20:06 +02:00
Jakub Jezek
8ad54a4e5b
fix(nuke): setting resolution problem, _tool to _node name change
2019-07-29 09:19:02 +02:00
Toke Jepsen
8cc3099c79
Ensure EXR plugin is loaded.
2019-07-28 21:23:32 +01:00
Toke Jepsen
62ce7fad85
Account for host name in work file path.
2019-07-27 12:36:53 +01:00