Commit graph

7128 commits

Author SHA1 Message Date
Petr Kalis
44afe82d5a OP-2951 - refactored distinct version ids
Fixed ordering of referenced versions
2022-04-01 11:07:54 +02:00
Petr Kalis
d14d739e1c
Update openpype/lib/avalon_context.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2022-04-01 10:40:08 +02:00
Petr Kalis
6f86f78860
Update openpype/lib/avalon_context.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2022-04-01 10:40:00 +02:00
Petr Kalis
d8c56f0a67
Update openpype/lib/avalon_context.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2022-04-01 10:39:52 +02:00
Petr Kalis
b826cfac41 OP-2951 - change sort by depth
Previous sorting by _id might not be deterministic, not reliable. The main logic is to have outputs sorted by how they were traversed, which should be denoted by 'depth' field.
2022-03-31 12:14:17 +02:00
Petr Kalis
af079897a8 OP-2951 - refactor use better function 2022-03-31 12:07:43 +02:00
Petr Kalis
6b6c466d8b OP-2951 - fix wrong variable 2022-03-31 12:00:48 +02:00
Petr Kalis
a404f10bef Merge remote-tracking branch 'origin/feature/OP-2951_Download-all-workfile-inputs' into feature/OP-2951_Download-all-workfile-inputs 2022-03-31 11:59:34 +02:00
Petr Kalis
f7d56b07d5 Merge branch 'develop' of github.com:pypeclub/OpenPype into feature/OP-2951_Download-all-workfile-inputs 2022-03-31 11:58:45 +02:00
Petr Kalis
f6fb60bb49
Update openpype/plugins/load/add_site.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2022-03-31 11:53:58 +02:00
Jakub Trllo
bda6ae7236
Merge pull request #2967 from pypeclub/enhancement/OP-2903_Hero-versions-custom-templates
Hero versions: Use custom templates
2022-03-31 11:46:29 +02:00
Jakub Trllo
465e6ec9a5
Merge pull request #2975 from pypeclub/enhancement/OP-1136_Tools-with-host-definition
General: Tools with host filters
2022-03-31 11:46:05 +02:00
Jakub Trllo
b040c95ca8
Merge pull request #2958 from pypeclub/bugfix/sequence_conversion_for_ffmpeg
General: OIIO conversion for ffmeg can handle sequences
2022-03-31 11:44:26 +02:00
Jakub Trllo
8146aabc3e
Merge pull request #2950 from pypeclub/bugfix/small_general_fixes
General: Smaller fixes and typos
2022-03-31 11:20:50 +02:00
Jakub Trllo
8940830787 added info log about changing hardlink 2022-03-30 16:38:45 +02:00
Jakub Trllo
58085d3b4e removed unused function 2022-03-30 16:31:41 +02:00
Jakub Trllo
8eab6ae180 disable hardlink on windows for look publishing 2022-03-30 16:25:37 +02:00
Jakub Trllo
215da09d3d Change default value of force copy to True 2022-03-30 15:24:23 +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 Ježek
2c5fc551e3
Merge pull request #2922 from pypeclub/bugfix/flame-centos-related-bugs 2022-03-30 11:23:06 +02:00
Jakub Trllo
36a43d4020
Simplified getting host and app filter acess.
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2022-03-30 11:11:37 +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
OpenPype
d6a7beb16b [Automated] Bump version 2022-03-30 03:40:40 +00:00
Jakub Trllo
3bda53a541 fix typo 2022-03-29 18:21:10 +02:00
Jakub Trllo
39f84f8dfd added option to validate if tool is valid for application 2022-03-29 18:14:24 +02:00
Jakub Trllo
b3463afa38 load settings data in EnvironmentTool with backwards comatible way 2022-03-29 18:14:09 +02:00
Jakub Trllo
3fd989671a added backwards compatibility of tools right into settings lib function 2022-03-29 18:11:59 +02:00
Jakub Trllo
505d73145c enhanced tool settings to have also filters 2022-03-29 18:11:14 +02:00
Petr Kalis
a0a2e2678e OP-2951 - fixed typo 2022-03-29 14:07:57 +02:00
Petr Kalis
a197334a25 OP-2951 - added function to collect referenced representation ids 2022-03-29 13:57:21 +02:00
Jakub Trllo
e76c317d77 remove her publish dir on error before renaming it back 2022-03-29 13:56:28 +02:00
Jakub Trllo
059020cabd change frame padding access 2022-03-29 13:53:22 +02:00
Jakub Trllo
952717440d bug fixes and implementing missing method 2022-03-29 13:46:38 +02:00
Petr Kalis
d340d05bf0 OP-2951 - implemented synching referenced files in workfile
When workfile is synched, it checks for referenced files (added by Loader) and tries to sync them too.
2022-03-29 13:37:12 +02:00
Petr Kalis
ea8b3b79b1 OP-2951 - added force_only_broken argument to sync methods
Cleaned up representation in sync methods
2022-03-29 13:34:25 +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 Trllo
0114bbd965 use new settings to define which template is used for her opublishing 2022-03-29 12:17:50 +02:00
Jakub Trllo
160247ab61 remove unused template color 2022-03-29 11:26:29 +02:00
Jakub Trllo
0004612432 added settings of template name into hero integrator 2022-03-29 11:25:57 +02:00
Petr Kalis
719b184d80 Added default for review_upload_limit for Slack 2022-03-29 10:12:37 +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 Trllo
9b097d40e2 create a sequence output when converting sequence 2022-03-28 12:10:36 +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