Commit graph

1799 commits

Author SHA1 Message Date
Milan Kolar
d525bfaaee
Merge pull request #138 from pypeclub/bugfix/collect_reviews_variable_fix
bugfix/collect reviews variable fix
2020-05-12 16:32:25 +02:00
Milan Kolar
e728df56f4
Merge pull request #137 from tokejepsen/feature/deadline_submission_wait_for_scene_file
Deadline wait for scene file to sync.
2020-05-12 16:31:35 +02:00
Milan Kolar
f1d680a9c6
Merge pull request #131 from tokejepsen/bugfix/nuke_file_on_update
Nuke file knob was not updating.
2020-05-12 16:16:50 +02:00
Milan Kolar
bc61aaa878
Merge pull request #132 from tokejepsen/bugfix/maya_renderlayers_expected_aovs
AOV toggling was not collected correctly.
2020-05-12 16:16:32 +02:00
iLLiCiTiT
307c12de5b small fix using string key instead of not existing variable version 2020-05-12 10:55:55 +02:00
Toke Stuart Jepsen
4ff38405d1 Deadline wait for scene file to sync. 2020-05-11 22:10:29 +01:00
iLLiCiTiT
8438de5816 Merge branch 'develop' into feature/PYPE-762_multi_root 2020-05-11 16:34:09 +02:00
Toke Stuart Jepsen
d9138da2b3 AOV toggling was not collected correctly.
Attribute overrides for AOV only works for the legacy render layers, because the render setup do not connect to the attributes.
2020-05-11 15:11:21 +01:00
Toke Stuart Jepsen
284534d02c Nuke file knob was not updating.
The file knob was referencing the existing containers file path and not updating to the new representation path.
2020-05-08 17:23:05 +01:00
Jakub Jezek
6bb0caa157 removed unnecessary paths 2020-05-07 19:13:41 +02:00
Ondřej Samohel
3b3f0a965c
handle published scene names 2020-05-07 17:03:28 +02:00
iLLiCiTiT
de7fe11532 cleanup commit 2020-05-07 16:58:08 +02:00
iLLiCiTiT
379554c66f replaced remapping of root with filling root in collect rendered files 2020-05-07 16:57:55 +02:00
Jakub Jezek
5c0c637462 collectors order, output path naming 2020-05-07 16:50:01 +02:00
Ondřej Samohel
1afabb00e2
fixed path usage, renderer handling and few code style issues 2020-05-07 15:04:37 +02:00
iLLiCiTiT
8947bb5153 colect rendered files use fill_root method from anatomy 2020-05-07 14:47:19 +02:00
iLLiCiTiT
76e7896e24 collect rendered files also remap AVALON_WORKDIR and stagingDir on instances 2020-05-07 14:42:36 +02:00
Milan Kolar
0dc4e9930f
Merge pull request #121 from pypeclub/feature/integrate-better-error-reporting
Integrate: handle errors during file copy
2020-05-06 15:08:31 +02:00
Milan Kolar
16b397c8eb
Merge pull request #126 from pypeclub/bugfix/none_handles_fix
bugfix/none handles fix
2020-05-06 15:07:36 +02:00
Milan Kolar
fbd6d11f7c
Merge pull request #123 from tokejepsen/bugfix/render_collection
Fix render collection
2020-05-06 15:07:16 +02:00
iLLiCiTiT
76bae58388 handles are checked for None instead of using .get(...) method 2020-05-06 14:19:28 +02:00
Milan Kolar
9afd9a6064
Merge pull request #124 from tokejepsen/bugfix/create_write_use_selection_zero
Warn users about no nodes selected.
2020-05-06 10:21:45 +02:00
Toke Stuart Jepsen
7fa379d4b4 Warn users about no nodes selected. 2020-05-06 09:18:39 +01:00
Toke Stuart Jepsen
87b100236f Fix render collection 2020-05-06 09:09:06 +01:00
Ondřej Samohel
02e129f540
handle errors during file copy 2020-05-05 18:15:08 +02:00
Ondřej Samohel
b76359c2e7
pass PYPE_PYTHON_EXE to farm jobs 2020-05-05 15:21:49 +02:00
Milan Kolar
8f6d6f5f2d
Merge pull request #100 from pypeclub/feature/PYPE-624_js_refactor_jakub
convert premiere to pype2
2020-05-04 17:58:20 +02:00
Milan Kolar
741875aa0f Merge branch 'master' into develop 2020-04-30 10:37:42 +02:00
Toke Stuart Jepsen
ba92e385bf Add write color set to alembic options. 2020-04-30 07:13:00 +01:00
iLLiCiTiT
8730340656 Merge branch 'develop' into feature/PYPE-762_multi_root 2020-04-29 20:10:50 +02:00
Jakub Jezek
492c42d13f
clean(ppro): hound recommendations 2020-04-28 16:09:09 +02:00
MIlan Kolar
ecb8a2799a fix(ppro): Path has to be converted to string 2020-04-28 14:47:24 +01:00
Ondřej Samohel
f9c960aaa3
fixing long line 2020-04-27 21:55:31 +02:00
Ondřej Samohel
614cc921aa
bundle of fixes 2020-04-27 21:45:22 +02:00
Jakub Jezek
410cf641c9
Merge branch 'develop' into feature/PYPE-624_js_refactor_jakub 2020-04-27 13:08:38 +02:00
Jakub Jezek
9a77bb12aa
fix(ppro): refactoring pype.jsx removing qe modul 2020-04-24 17:47:24 +02:00
Jakub Jezek
58b5d45043
feat(ppro): restrict tags in representation for review 2020-04-23 19:08:35 +02:00
Jakub Jezek
44a7169a98
feat(global, ppro): adding extractReview and extractBurnin for review 2020-04-23 15:38:45 +02:00
Jakub Jezek
db3d8b7dd7
fix(global): make extractReview original back again 2020-04-23 15:25:03 +02:00
Jakub Jezek
ff01485776
fix(ppro): improving preset naming 2020-04-22 20:44:13 +02:00
Milan Kolar
55d52c8305 Merge branch 'master' into release/2.8 2020-04-20 22:42:25 +02:00
Milan Kolar
3ce24febff remove hardcoded render tempalte 2020-04-20 22:26:12 +02:00
Milan Kolar
f23fd2ab1b fix possibility of version missing from review 2020-04-20 22:17:12 +02:00
iLLiCiTiT
688201ca1e collect rendered files use only path remapper 2020-04-17 18:08:28 +02:00
iLLiCiTiT
5724b36407 fix roots usage 2020-04-17 10:39:11 +02:00
iLLiCiTiT
37d70cfbce removed unsused line 2020-04-17 09:29:42 +02:00
Jakub Jezek
b04805a451
feat(ppro): wip publishing clips 2020-04-16 18:31:50 +02:00
Jakub Jezek
8a484e830c
feat(ppro): unnecessary imports 2020-04-15 15:33:05 +02:00
Jakub Jezek
a22ae98ee2
feat(ppro): wip publishing from premiere 2020-04-15 15:26:35 +02:00
iLLiCiTiT
32d47db298 removed unused part of code in submit publish job 2020-04-15 10:35:37 +02:00