Commit graph

5553 commits

Author SHA1 Message Date
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
13aece19b1
Merge pull request #133 from pypeclub/bugfix/premiere_cleanup
Bugfix/premiere cleanup
2020-05-12 16:24:31 +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
Milan Kolar
b708406ec3
Merge pull request #128 from pypeclub/feature/ftrack_parent_thumbnail_fix
feature/ftrack parent thumbnails
2020-05-12 15:00:32 +02:00
Milan Kolar
f6acc0c22d
Merge pull request #119 from tokejepsen/feature/nuke_expose_write_node_frame_range
Expose write node frame range and limit checkbox.
2020-05-12 14:59:30 +02:00
Milan Kolar
0b45873fee
Merge pull request #118 from pypeclub/feature/117-Ftrack_mongo_id_custom_attribute
Feature/117 ftrack mongo id custom attribute
2020-05-12 14:59:14 +02:00
Milan Kolar
e09cacd9e0
Merge pull request #38 from pypeclub/feature/PYPE-762_multi_root
Feature/PYPE-762 multi root
2020-05-12 14:34:32 +02:00
Toke Stuart Jepsen
4ff38405d1 Deadline wait for scene file to sync. 2020-05-11 22:10:29 +01:00
iLLiCiTiT
5ad17e5ac9 fixed store thumbnails action 2020-05-11 16:43:36 +02:00
iLLiCiTiT
165177834d rest api handler does not log 4 error records at once 2020-05-11 16:38:34 +02:00
iLLiCiTiT
6b47ec9b2c Removed publish method from avalon_apps rest api 2020-05-11 16:37:00 +02: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
iLLiCiTiT
55c3be323f added docstring to action_create_project_structure 2020-05-11 15:56:48 +02: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
iLLiCiTiT
aff69af21b removed unused variable 2020-05-07 15:53:27 +02:00
iLLiCiTiT
88124a2589 ContextCustomAttributeValue is used for querying hierarchical custom attribute values for better stability 2020-05-07 15:50:59 +02:00
Ondřej Samohel
9a7bd4aa60
enclose paths in double quotes 2020-05-07 15:22:08 +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
iLLiCiTiT
aa9db92cdf Merge branch 'develop' into feature/117-Ftrack_mongo_id_custom_attribute 2020-05-07 11:10:11 +02:00
iLLiCiTiT
8fde8167a7 event handler now set thumbnail only if new asset version is created 2020-05-06 17:22:20 +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
35acf0952a
Merge pull request #127 from pypeclub/feature/ftrack_attrs_cleanup
feature/ftrack attrs cleanup
2020-05-06 15:08:02 +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
59b50beb0b added action for removing values of hierarchical custom attributes set to None 2020-05-06 14:27:14 +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
Milan Kolar
b75335d4e1
Merge pull request #120 from pypeclub/feature/custom_python_interpreter
passing PYPE_PYTHON_EXE to farm jobs
2020-05-06 10:20:28 +02:00
Milan Kolar
265e11c04a
Merge pull request #122 from pypeclub/feature/seed_action_limits
feature/seed action limits
2020-05-06 10:19:47 +02:00
Toke Stuart Jepsen
7fa379d4b4 Warn users about no nodes selected. 2020-05-06 09:18:39 +01:00
Milan Kolar
e375cf30c6 fixed false negative on frame start in otio_burnin 2020-05-06 10:18:08 +02:00
Toke Stuart Jepsen
87b100236f Fix render collection 2020-05-06 09:09:06 +01:00
iLLiCiTiT
a0840685b2 create entities in smaller bulks to not crash commiting on the end 2020-05-06 09:28:54 +02: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
iLLiCiTiT
738c187928 annoying fix 2020-05-05 10:00:06 +02:00
Toke Stuart Jepsen
0d30a3bc8e Expose write node frame range and limit checkbox.
- also some code cosmetics.
2020-05-04 22:40:29 +01:00
iLLiCiTiT
0c73041ab4 fixed getting configuration id with hierarchical mongo id attribute 2020-05-04 20:29:15 +02:00
iLLiCiTiT
9935972a85 hierarchical mongo id attribute automatically replace previous access 2020-05-04 19:54:12 +02:00
iLLiCiTiT
f345da3715 removed standalone action support 2020-05-04 19:47:19 +02:00
iLLiCiTiT
1f2451df73 added method for converting mongoid attr from per entity type to hierarchical attribute 2020-05-04 19:36:40 +02:00