Commit graph

3395 commits

Author SHA1 Message Date
Milan Kolar
bffc429743 Merge branch 'develop' of bitbucket.org:pypeclub/pype into develop 2019-07-31 18:40:19 +02:00
Jakub Jezek
b40e1f5511 fix(all): rename attributes
- `frameRate` to `fps`
- `startFrame` to `frameStart`
- `endFrame` to `frameEnd`
- `fstart` to `frameStart`
- `fend` to `frameEnd`
- `handle_start` to `handleStart`
- `handle_end` to `handleEnd`
- `resolution_width` to `resolutionWidth`
- `resolution_height` to `resolutionHeight`
- `pixel_aspect` to `pixelAspect`
2019-07-31 12:38:14 +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
iLLiCiT
9d2c48e4e2 removed get_project/asset_data methods 2019-07-31 06:04:50 +02:00
iLLiCiT
76c9adf016 removed get_asset_fps 2019-07-31 06:03:47 +02:00
iLLiCiT
4fb18d6db1 added possibility to defaults 2019-07-31 05:45:38 +02:00
iLLiCiT
cf42ea29c7 improved get_hierarchy method 2019-07-31 05:42:16 +02:00
iLLiCiT
aa35963514 moved few templates to aport lib and get_hierarchy 2019-07-31 05:32:04 +02: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
iLLiCiT
399eda962d removed get_project_name 2019-07-31 04:45:43 +02:00
iLLiCiT
0ecb30338c removed set_project_code and get_task from templates 2019-07-31 04:43:59 +02:00
iLLiCiT
26bdfd1830 removed set_hierarchy from templates and api 2019-07-31 04:30:50 +02:00
iLLiCiT
0fdece342b implemented get_asset which is returnes entity updated data with project values if not set on asset 2019-07-31 04:30:05 +02:00
iLLiCiT
014b089b40 removed get_project_code method 2019-07-31 04:21:26 +02:00
iLLiCiT
b9dfa5c5ac get version from path moved to lib 2019-07-31 03:54:31 +02:00
iLLiCiT
b9a47fb92f removed unused method 2019-07-31 03:50:44 +02:00
Jakub Jezek
74ede172ef Merge branch 'develop' into feature/PYPE-401-unify-asset-attributes 2019-07-31 02:57:51 +02: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
79b5d4fff9 Merge branch 'develop' into feature/PYPE-401-unify-asset-attributes 2019-07-31 02:50:03 +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
acd0d4ef03 Merge branch 'develop' into feature/PYPE-401-unify-asset-attributes 2019-07-31 02:15:57 +02: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
iLLiCiT
22a67bc568 removed methods returning hardcoded strings from lib 2019-07-31 01:39:20 +02: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
iLLiCiT
ac4cb68a53 removed update_task_from_path which does not work in pype 2019-07-31 00:51:15 +02:00
iLLiCiT
187bd09fa1 removed obsolete methods for getting presets 2019-07-31 00:47:40 +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