Commit graph

242 commits

Author SHA1 Message Date
Jakub Jezek
182f5d7970 Merge branch 'develop' into hotfix/PYPE-547_standalone_publish_fixes 2019-10-07 11:50:07 +02:00
Jakub Jezek
185e3c29a7 fix: standalone publishing and image sequence had troubles 2019-10-04 16:45:45 +02:00
iLLiCiTiT
195f9640bd added extractor for thumbnails in standalone publisher should create thumbnail from any image or video input 2019-10-04 13:22:37 +02:00
iLLiCiTiT
ff0009f814 anatomy template is not set if family don't have set anatom_template key 2019-10-04 13:21:17 +02:00
iLLiCiTiT
3e00bb57e8 added standalonepublisher to hosts of collect output repre config 2019-10-04 13:18:51 +02:00
iLLiCiTiT
4bd116b096 collect presets order is lowered so they are collected much earlier (before collect_context plugin) 2019-10-04 13:18:16 +02:00
iLLiCiTiT
e3ac164272 collect scene version is skipped in standalone publisher 2019-10-04 13:17:30 +02:00
iLLiCiTiT
6f889eec9e added conversion to int in case frameStart contain string 2019-10-04 13:15:54 +02:00
Jakub Jezek
b13d2f717b Merge branch 'develop' into bugfix/PYPE-428-dazzle-feedback-publish-errors
# Conflicts:
#	pype/plugins/nuke/load/load_luts.py
#	pype/plugins/nuke/load/load_luts_ip.py
#	pype/plugins/nuke/publish/validate_active_viewer.py
2019-10-02 14:07:17 +02:00
Jakub Jezek
16189b5691 fix: some changes improving publishing and loading luts 2019-10-02 13:45:01 +02:00
Jakub Trllo
7dc7fbd345 Merged in hotfix/PYPE-501_fix_crashing_bugs (pull request #290)
Hotfix/PYPE-501 fix crashing bugs

Approved-by: Milan Kolar <milan@orbi.tools>
2019-09-05 16:38:27 +00:00
Milan Kolar
ecbdf94e40 Merge branch 'develop' into feature/PYPE-438-muster-templates-preset
# Conflicts:
#	pype/plugins/maya/publish/submit_maya_muster.py
2019-09-05 15:01:28 +02:00
iLLiCiTiT
2f09bfee87 pype subprocess returns output and log out error when subprocess crashed 2019-09-04 11:10:52 +02:00
Ondrej Samohel
d9084dd28d
fixed multiple errors, synced with 3de 2019-09-02 22:29:22 +02:00
Jakub Jezek
435eba2113 fix(nks): didnt publish lut if shot asset not available in db 2019-08-28 18:37:14 +02:00
Jakub Jezek
bbee1230d5 feat(nks): adding family lut 2019-08-19 15:38:02 +02:00
Toke Jepsen
e9dd419011 Merged in tokejepsen/pype/bugfix/extract_review (pull request #243)
extract_review fixes

Approved-by: Milan Kolar <milan@orbi.tools>
2019-08-04 20:37:35 +00:00
Toke Jepsen
7d473fe901 Merged in tokejepsen/pype/feature/validate_filesequences (pull request #242)
Validate if any file sequences has been collected.

Approved-by: Milan Kolar <milan@orbi.tools>
2019-08-04 20:36:36 +00:00
Jakub Jezek
d1eae52a3e Merged in hotfix/nuke_publish_create_load (pull request #253)
Hotfix/nuke publish create load

Approved-by: Milan Kolar <milan@orbi.tools>
2019-08-04 20:34:26 +00:00
Toke Jepsen
dfb97ff40e Merged in tokejepsen/pype/hotfix/integrate_copy_files (pull request #245)
Missing copy for transfers.

Approved-by: Milan Kolar <milan@orbi.tools>
2019-08-04 20:33:41 +00:00
Jakub Jezek
aa2efc7bf3 Merge branch 'hotfix/nuke_publish_create_load' into hotfix/nuke_new_attr_changes 2019-08-04 14:13:45 +02:00
Jakub Jezek
20783b6b27 fix(nuke): integrate was removing rendered files 2019-08-02 18:46:25 +02:00
Toke Jepsen
a3e06f4ddc Fixes
- better logging for debug.
- account for non-existent tags when deleting.
- account for existing "delete" tags when creating new representations.
2019-08-02 10:35:39 +01:00
Toke Jepsen
deb700b077 Missing copy for transfers. 2019-08-02 10:27:43 +01:00
Toke Jepsen
598831ff97 Maya playblasts jpegs were treated as movs. 2019-08-01 16:50:24 +01:00
Jakub Jezek
850aae8700 Merge remote-tracking branch 'origin/feature/PYPE-456_pypelib_cleanup' into mergeTest 2019-08-01 16:01:43 +02:00
Jakub Jezek
4150f157ad Merge remote-tracking branch 'origin/feature/PYPE-401-unify-asset-attributes' into mergeTest 2019-08-01 15:51:52 +02:00
Toke Jepsen
225e809673 Validate if any file sequences has been collected. 2019-07-31 18:41:51 +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
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
iLLiCiT
9d2c48e4e2 removed get_project/asset_data methods 2019-07-31 06:04:50 +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
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
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
iLLiCiT
187bd09fa1 removed obsolete methods for getting presets 2019-07-31 00:47:40 +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
Toke Jepsen
3aced28e3d Missing "shell" host for farm publishing. 2019-07-29 19:39:21 +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
Ondřej Samohel
8d41902b1a
feat: deleting rendered frames from working area after publishing 2019-07-26 14:00:30 +02:00
Toke Jepsen
e8dfd87af4 Merged in tokejepsen/pype/feature/extract_review_better_logging (pull request #224)
Log output from ffmpeg process.
2019-07-25 11:19:47 +00:00
Toke Jepsen
5cf11dd64a Log output from ffmpeg process. 2019-07-24 23:38:34 +01:00
Toke Jepsen
460c601e1a Padding can get confused when there are other files present.
Validate against source collection.
2019-07-24 23:36:12 +01:00
Jakub Jezek
cc3e05cf05 fix(global): adding hosts filter 2019-07-24 13:30:23 +02:00
Toke Jepsen
862bdf6ee2 Bugfix for generating movie from jpegs tagged as "mov" extension. 2019-07-23 21:51:41 +01:00