Commit graph

10780 commits

Author SHA1 Message Date
iLLiCiTiT
4ea35c2ce8 removed thumbnail filename variable 2021-03-04 18:18:30 +01:00
iLLiCiTiT
7452ac7da5 modified extract sequence to skip compositing is rendering only one layer 2021-03-04 18:18:27 +01:00
iLLiCiTiT
ddd23d1b14 implemented extract review that can render layer by layer with alpha
# Conflicts:
#	pype/hosts/tvpaint/plugins/publish/extract_sequence.py
2021-03-04 18:18:17 +01:00
iLLiCiTiT
901287ab79 moved back tvpaint's lib for compositing 2021-03-04 18:18:00 +01:00
iLLiCiTiT
573011ae19 renamed extract sequence to extract review sequence
# Conflicts:
#	pype/hosts/tvpaint/plugins/publish/extract_review_sequence.py
#	pype/hosts/tvpaint/plugins/publish/extract_sequence.py
#	pype/plugins/tvpaint/publish/extract_sequence.py
2021-03-04 18:17:45 +01:00
iLLiCiTiT
7e76320743 fix frame range of pass output 2021-03-04 18:16:48 +01:00
iLLiCiTiT
f1058f98f5 fix variable names 2021-03-03 14:38:11 +01:00
iLLiCiTiT
9e6b8b0030 fixed hound 2021-03-03 14:38:11 +01:00
iLLiCiTiT
9c28c48b71 removed unused lib 2021-03-03 14:38:10 +01:00
iLLiCiTiT
b6fd172287 simplified extractor with tv_savesequence command 2021-03-03 14:38:10 +01:00
iLLiCiTiT
01458f6b0b using multiprocessing to speed up compositing part 2021-03-03 14:38:10 +01:00
iLLiCiTiT
a710d12c5f moved composite_images to pype's tvpaint.lib 2021-03-03 14:38:09 +01:00
iLLiCiTiT
9baf9aaf2b fixed case when all layers miss image for frame 2021-03-03 14:38:09 +01:00
iLLiCiTiT
018512b280 added some extra logs 2021-03-03 14:38:02 +01:00
iLLiCiTiT
260088306d keep frame start/end as they are 2021-03-03 14:38:02 +01:00
iLLiCiTiT
7973229bff pass different arguments and expect different output of render method 2021-03-03 14:38:02 +01:00
iLLiCiTiT
5779158d34 added cleanup method that will remove temp image files of individial layers 2021-03-03 14:38:01 +01:00
iLLiCiTiT
a2e2d1fb3f rendered frames are composite to final output 2021-03-03 14:38:01 +01:00
iLLiCiTiT
6eeeb721a6 layers are rendered one by one and stored by their position (order) 2021-03-03 14:38:00 +01:00
iLLiCiTiT
7b1e4fe0fd implemented method that will render and fill all frames of given layer 2021-03-03 14:38:00 +01:00
iLLiCiTiT
4ca8b47649 collect behavior of layer ids to process 2021-03-03 14:38:00 +01:00
iLLiCiTiT
e1d961328f removed previous logic of rendering 2021-03-03 14:37:59 +01:00
iLLiCiTiT
1bf02c5153 skip savemode filling 2021-03-03 14:37:59 +01:00
iLLiCiTiT
e4fc43a1f6 collect both layer's position and all layer ids 2021-03-03 14:37:58 +01:00
iLLiCiTiT
9d624641d4 frame start/end are defined by mark in/out of published clip 2021-03-03 14:37:58 +01:00
iLLiCiTiT
0ecdfb618b implemented logic of layers compositing using Pillow 2021-03-03 14:37:57 +01:00
iLLiCiTiT
8a53aa4827 implemented method that will fill frames by post behavior of a layer 2021-03-03 14:37:57 +01:00
iLLiCiTiT
8654bcac7c implemented method that will fill frames by pre behavior of a layer 2021-03-03 14:37:52 +01:00
iLLiCiTiT
0ab6609296 imlpemented method for copying same temp image files 2021-03-03 14:37:48 +01:00
iLLiCiTiT
1e5d2fdd43 removed modifiable save modes from extractor 2021-03-03 14:37:45 +01:00
Milan Kolar
a5cba994d4
Merge pull request #1075 from pypeclub/bugfix/1069-fix-resolving-of-_schema_dir
Fix resolving of  schema dir
2021-03-03 09:55:12 +01:00
Milan Kolar
af1c39d020
Merge pull request #1068 from pypeclub/feature/656-optionally-add-task-to-subset-name
Optionally add task to subset name
2021-03-03 09:54:37 +01:00
Milan Kolar
d64083dd49
Merge pull request #1039 from pypeclub/feature/publish_cli_command
Publish command in Pype cli
2021-03-03 09:44:03 +01:00
Milan Kolar
56f855d19e
Merge branch 'develop' into feature/publish_cli_command 2021-03-03 09:43:22 +01:00
Milan Kolar
ab03c28f3a
Merge pull request #992 from pypeclub/3.0/poetry
Pype 3: Poetry linux issues
2021-03-03 09:42:26 +01:00
iLLiCiTiT
758d412fef fix space in docstring 2021-03-02 19:04:53 +01:00
iLLiCiTiT
3858f8f93f removed option to set different logging mongo url, database name or collection name 2021-03-02 13:56:33 +01:00
Ondrej Samohel
78a111016b
add detection/installation of poetry to unix build script 2021-03-02 13:46:19 +01:00
iLLiCiTiT
a8aec32893 removed unused import 2021-03-02 13:29:40 +01:00
iLLiCiTiT
b3996aff2d set avalon's core environments before pype import and use modules manager 2021-03-02 12:04:33 +01:00
iLLiCiTiT
2da06d1793 removed AVALON_MONGO and AVALON_DB_DATA from settings 2021-03-02 12:03:49 +01:00
iLLiCiTiT
0289546cde multiple variants should not work as expected 2021-03-01 19:26:43 +01:00
iLLiCiTiT
2430410752 modified default subset name templates 2021-03-01 19:13:06 +01:00
iLLiCiTiT
ebaab6dd79 added multiple variants of formatting keys with different lower/upper changes 2021-03-01 19:06:35 +01:00
iLLiCiTiT
1e3d389bf3 changed user_input to variant 2021-03-01 19:06:00 +01:00
Milan Kolar
1c8134f10d
Merge pull request #1062 from pypeclub/bugfix/multiselect_combobox_works
Multiselect combobox works
2021-03-01 17:49:33 +01:00
iLLiCiTiT
ef5812af82 fixed multiselection combobox view 2021-03-01 15:35:55 +01:00
iLLiCiTiT
afad37dcb5 hound fixes 2021-03-01 14:43:42 +01:00
iLLiCiTiT
f2ac90f89e fix standalone publisher handling on project change 2021-03-01 14:11:55 +01:00
iLLiCiTiT
317e3edda2 standalone publisher cares about task changes 2021-03-01 14:02:59 +01:00