Commit graph

218 commits

Author SHA1 Message Date
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
Toke Jepsen
deb700b077 Missing copy for transfers. 2019-08-02 10:27:43 +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
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
Toke Jepsen
1eacfd9c61 Remove redundant debug logging. 2019-07-23 21:46:52 +01:00
Toke Jepsen
4d31caad67 Multiple paths and environment inheritance.
- PYPE_MODULE_ROOT and PYPE_PYTHON_EXE had multiple paths.
- The environment was not inherited, so need to explicitly pass it onwards.
2019-07-23 14:47:22 +01:00
Toke Jepsen
ca2baae479 Support tagging unwanted representations for deletion. 2019-07-23 12:41:43 +01:00
Toke Jepsen
5547cec38c Audio on review.
Audio needs to be collected in host plugin. Audio is a collection of dicts with "offset" and "filename" members.
2019-07-23 12:41:05 +01:00
Jakub Jezek
6f5913e027 fix(global): integrate new didnt create correct padding for image sequences 2019-07-19 17:41:27 +02:00
Jakub Jezek
39d0391934 fix(nuke): review workflow and other fixes 2019-07-18 16:19:21 +02:00
Jakub Jezek
b8886eaa50 Merge branch 'bugfix/PYPE-428-dazzle-feedback-publish-errors' into feature/PYPE-405-unify-preview-quicktime-creatio 2019-07-18 15:11:10 +02:00
Milan Kolar
5c819475c6 fix
allwo burnin without explicit verson
2019-07-18 14:29:57 +02:00
Milan Kolar
35ebde3a41 add option to filter by family in the review presets 2019-07-18 10:01:51 +02:00
Milan Kolar
8b4dc6332e making sure we're sending clean paths to otio 2019-07-18 10:00:47 +02:00
Milan Kolar
f77ba219d9 addin deadline support for the new review plugins 2019-07-18 10:00:20 +02:00
Milan Kolar
c4c3252b33 adding maya support 2019-07-18 09:59:57 +02:00
Milan Kolar
5d0e6566d9 Merge branch 'develop' into feature/PYPE-405-unify-preview-quicktime-creatio 2019-07-17 16:17:55 +02:00
jezschaj
615afe9382 fix(glob): burnin and review didn't work properly 2019-07-17 14:44:23 +02:00
jezschaj
fbb4cb2a72 Merge branch 'feature/PYPE-405-unify-preview-quicktime-creatio' of bitbucket.org:pypeclub/pype into bugfix/PYPE-428-dazzle-feedback-publish-errors 2019-07-17 11:38:21 +02:00
jezschaj
559101217d Merge branch 'develop' into bugfix/PYPE-428-dazzle-feedback-publish-errors 2019-07-17 11:37:55 +02:00
Jakub Jezek
8b50a6fc7e Merged in feature/PYPE-415-removing-singleton-presets (pull request #195)
fix(pype, nk, nks, premiere, aport): removing Anatomy, Dataflow, Colorspace loading as singleton

Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-16 20:15:38 +00:00
Jakub Jezek
b07bf3d20f fix(global): debug print after loop 2019-07-16 18:50:35 +02:00
Jakub Jezek
37fd304026 feat(pype): addig additional path element for representation preset names 2019-07-12 16:30:50 +02:00
Jakub Jezek
f45986a1ce feat(pype): adding burnin plugin to function with reviews 2019-07-12 16:30:13 +02:00
Jakub Jezek
20878ec3cb feat(pype, nuke): publishing with new review to ftrack with ffmpeg, wip 2019-07-12 10:48:49 +02:00
Jakub Jezek
322ec3e3c8 fix(nuke): plublish workfile handle_start/end was not correct 2019-07-11 16:53:42 +02:00
Jakub Jezek
305771ae2b Merged in bugfix/PYPE-418-handles-validation-not-working (pull request #201)
Bugfix/PYPE-418 handles validation not working

Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-11 12:15:04 +00:00
Jakub Jezek
e49aaab9f4 fix(nuke): nukescript to workfile fix, handles_start/end workflow improvment 2019-07-11 13:58:47 +02:00