Commit graph

20123 commits

Author SHA1 Message Date
Jakub Jezek
87f40d53e0
flame: adding media info getter obj 2022-04-06 14:44:03 +02:00
Jakub Jezek
246127c73b
flame: hidding all unrelated segments and tracks 2022-04-05 17:20:41 +02:00
Jakub Jezek
818c3fe91f
flame: fallback if reel clip is not available 2022-04-05 16:58:25 +02:00
Jakub Jezek
60118298b6
flame: make reel clip validation optional 2022-04-05 16:29:31 +02:00
Jakub Jezek
8d4541d68d
flame: hidden attribute is PyAttribute so need to get value 2022-04-05 16:29:04 +02:00
Jakub Jezek
575898490f
flame: fixing broken get_clips_in_reels 2022-04-05 15:57:16 +02:00
Jakub Jezek
5b260afc6a
flame: avoid hidden segment processing 2022-04-05 15:47:57 +02:00
Jakub Jezek
0dfca2ff45
Flame: refining the code for better understanding of flow 2022-04-05 11:38:00 +02:00
Jakub Jezek
54897163ca
haunch catch 2022-04-04 20:52:09 +02:00
Jakub Jezek
1926e10765
flame: redundant code 2022-04-04 20:50:58 +02:00
Jakub Jezek
5580ef083b
hound catch 2022-03-30 12:24:12 +02:00
Jakub Jezek
df6499868b
flame: cleaning code 2022-03-30 12:22:43 +02:00
Jakub Jezek
eabaca9ca4
Merge branch 'develop' into feature/OP-1566_Flame-Create-Batch-Group 2022-03-30 12:12:40 +02:00
Jakub Trllo
6108c34d20
Merge pull request #2980 from BigRoy/settings_metadata_keys_set
General: `METADATA_KEYS` constant as `frozenset` for optimal immutable lookup
2022-03-30 12:10:20 +02:00
Roy Nieterau
ccf563d60a METADATA_KEYS constant as frozenset for optimal immutable lookup 2022-03-30 11:54:38 +02:00
Jakub Jezek
66a85a968e
Merge branch 'bugfix/flame-centos-related-bugs' into feature/OP-1566_Flame-Create-Batch-Group 2022-03-30 11:23:12 +02:00
Jakub Ježek
2c5fc551e3
Merge pull request #2922 from pypeclub/bugfix/flame-centos-related-bugs 2022-03-30 11:23:06 +02:00
Jakub Jezek
ee96827ff2
flame: improving handling color policy input 2022-03-30 10:59:01 +02:00
Jakub Jezek
fbe34f74a3
flame: flip order of processing 2022-03-30 10:49:53 +02:00
Jakub Ježek
3f8f9b9008
Update openpype/hosts/flame/plugins/publish/collect_timeline_instances.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2022-03-30 10:47:55 +02:00
pypebot
e80f0d18d2
[Automated] Merged main into develop 2022-03-30 05:40:51 +02:00
OpenPype
d6a7beb16b [Automated] Bump version 2022-03-30 03:40:40 +00:00
pypebot
886e8b60c3
[Automated] Merged develop into main 2022-03-30 05:33:39 +02:00
Ondřej Samohel
572e640303
Merge pull request #2908 from j-cube/feature/multiverse
Multiverse: First PR
2022-03-29 13:18:46 +02:00
Jakub Jezek
52cb51fe68
Merge branch 'develop' into feature/OP-1566_Flame-Create-Batch-Group 2022-03-29 10:34:29 +02:00
Jakub Jezek
3459cec3a9
flame: task workdir for .clip when integrating batch 2022-03-29 10:29:17 +02:00
Petr Kalis
f6b6e5a0d1
Merge pull request #2965 from pypeclub/bugfix/default_settings_slack_upload_limit
Slack: Added default for review_upload_limit for Slack
2022-03-29 10:26:34 +02:00
Petr Kalis
719b184d80 Added default for review_upload_limit for Slack 2022-03-29 10:12:37 +02:00
Jakub Jezek
69f5ace084
flame: fix condition direction 2022-03-29 08:46:50 +02:00
Jakub Jezek
44257be486
flame: fix utf8 error 'unicode' object has no attribute 'getiterator' 2022-03-29 08:43:38 +02:00
Jakub Jezek
eda39b5de2
flame: fix write to xml file input args 2022-03-28 21:12:56 +02:00
Jakub Jezek
2bf75d270a
flame: fix loaded name to output
make condition for fix if output is not in context data
2022-03-28 21:05:35 +02:00
Jakub Jezek
ae36d08969
flame: little fixes of loading 2022-03-28 20:54:12 +02:00
Jakub Jezek
0abc8ae613
flame: rework xml write file 2022-03-28 20:18:59 +02:00
Jakub Jezek
1c6ab37f35
flame: improving tmp file validation 2022-03-28 20:02:58 +02:00
Ondřej Samohel
e6b7f5c493
Merge pull request #2959 from pypeclub/chore/fixed_acre_commit
Added current commit of acre
2022-03-28 14:04:47 +02:00
Jakub Ježek
80b5a66744
Merge pull request #2948 from pypeclub/bugfix/OP-2969_Nuke-13-Asset-Loader-Error
nuke: python3 compatibility issue with `iteritems`
2022-03-28 13:43:41 +02:00
Jakub Jezek
34a65cb646
flame: ignore clip file with zero lines 2022-03-28 13:29:40 +02:00
Jakub Jezek
08f80ecf15
flame: make sure only one clip in xml 2022-03-28 13:29:16 +02:00
Jakub Trllo
fd99c1fa08
Merge pull request #2923 from pypeclub/enhancement/dynamic_default_modules
General: Default modules loaded dynamically
2022-03-28 13:28:07 +02:00
Petr Kalis
75f3762e48 Added current commit of acre
That commit was fixing missing license file
2022-03-28 12:34:39 +02:00
Jakub Trllo
08b7657279 Merge branch 'develop' into enhancement/dynamic_default_modules 2022-03-28 12:02:20 +02:00
Jakub Trllo
50550c5550
Merge pull request #2956 from pypeclub/bugfix/conditional_dict_invalid_logs
Settings: Conditional dictionary avoid invalid logs
2022-03-28 11:44:26 +02:00
Petr Kalis
2c427a1f4d
Merge pull request #2952 from pypeclub/OP-2832_Option-on-object-set-to-choose-transparency-algorithm
Maya - added transparency into review creator
2022-03-28 11:23:44 +02:00
Jakub Trllo
5acdf2ab4f fix line length 2022-03-28 11:22:49 +02:00
Jakub Trllo
2d73df190a specify places when to log and not invalid values 2022-03-28 11:15:36 +02:00
Jakub Trllo
1a01be7ec0 added option to not log invalid types in base class 2022-03-28 11:06:50 +02:00
pypebot
3d7c57fc30
[Automated] Merged main into develop 2022-03-26 04:36:53 +01:00
OpenPype
91d9eb5798 [Automated] Bump version 2022-03-26 03:36:43 +00:00
pypebot
1e9f7295b6
[Automated] Merged develop into main 2022-03-26 04:30:22 +01:00