Commit graph

239 commits

Author SHA1 Message Date
Milan Kolar
a61d9c0cf0
Merge pull request #1897 from tokejepsen/feature/burnin_context_data 2021-10-06 16:50:56 +01:00
Milan Kolar
fadab4ed9c
Merge pull request #2106 from pypeclub/Change-mayaAscii-family-to-mayaScene 2021-10-06 16:28:04 +01:00
Jakub Trllo
da349dfc80
Merge pull request #2102 from Ellipsanime/fix-djv-view-for-openpype3
DJV: fix djv view loader for openpype3
2021-10-05 15:52:24 +02:00
karimmozilla
4830120abb add mayaAscii in loading 2021-10-05 11:42:35 +02:00
clement.hector
d8c3535b6b fix djv view for openpype3 2021-10-04 18:06:23 +02:00
Milan Kolar
f940a73fbf
Merge pull request #2097 from Ellipsanime/maya-fix-docstring-documentaion-on-ExtractReview 2021-10-01 16:56:09 +01:00
Jakub Trllo
a6aa8c108e
Merge pull request #2078 from pypeclub/feature/PYPE-1332_Add-Global-validators-to-settings
Global: add global validators to settings
2021-10-01 16:38:17 +02:00
clement.hector
8eab5e09b1 Fix docstring on extract review 2021-09-30 18:47:25 +02:00
iLLiCiTiT
d6ebdd9280 added active to validate version plugin 2021-09-27 18:20:16 +02:00
iLLiCiTiT
7e925f94f4 moved sceneinventory import to method where is used 2021-09-27 18:08:05 +02:00
iLLiCiTiT
55dfb0817c start stop timer plugins use settings from context 2021-09-27 18:07:40 +02:00
iLLiCiTiT
eeda206278 ValidateInstanceInContext was split into 2 separated plugins with own settings in maya and nuke host 2021-09-27 18:07:26 +02:00
iLLiCiTiT
f58cacb716 validate intent has settings and can work on more hosts 2021-09-27 15:47:17 +02:00
iLLiCiTiT
5d70ab2a0e store context task type to context data 2021-09-27 13:42:52 +02:00
karimmozilla
9d6c2583ed Change mayaAscii family to mayaScene 2021-09-27 11:36:29 +02:00
Toke Stuart Jepsen
01e5145134 Use CRF for burnin when available
- passing ffmpeg cmd from review to burnin.
2021-09-24 11:28:54 +01:00
Jakub Trllo
d0a283227b
Merge pull request #2054 from pypeclub/PYPE-1316_Validation-on-OpenPype-start
General: Startup validations
2021-09-22 14:35:22 +02:00
Jakub Jezek
ce07679ead
fixing global plugin orders 2021-09-21 18:02:38 +02:00
iLLiCiTiT
cda626d76f removed validator of ffmpeg 2021-09-21 12:55:01 +02:00
iLLiCiTiT
a19ffc1e56 added shell=True back where command is executed as string 2021-09-21 10:39:38 +02:00
Petr Dvorak
e9f1d11e98 Merge branch 'bugfix/remove_shell_flag_for_ffmpeg' into bugfix/ffmpeg_command_split 2021-09-20 13:26:08 +02:00
iLLiCiTiT
30cadfd6ad don't use 'split_command_to_list' which may break paths if they are incorrectly used 2021-09-20 13:09:01 +02:00
Petr Kalis
f31ec7bbf3 Removed shell flag in subprocess call
Shell flag causes issue when ffmpeg is called with a list of arguments
2021-09-20 11:32:40 +02:00
Jakub Trllo
6167a20436
Merge pull request #2032 from pypeclub/bugfix/ffmpeg_args_on_linux
FFmpeg: Subprocess arguments as list
2021-09-17 21:01:02 +02:00
Jakub Trllo
e22386f710
Merge pull request #2036 from pypeclub/feature/task_types_in_profiles
General: Task types in profiles
2021-09-17 19:37:54 +02:00
iLLiCiTiT
1d8a2e2c0c store taskt types to instance data and use if for subset group profiles 2021-09-16 18:17:03 +02:00
iLLiCiTiT
5b2f00be72 use it for template name profiles 2021-09-16 18:15:43 +02:00
iLLiCiTiT
8cae291abb get task type from asset document 2021-09-16 18:15:28 +02:00
iLLiCiTiT
ef4d459a53 separated setting of subset group into 2 methods 2021-09-16 18:14:55 +02:00
iLLiCiTiT
e92053f46d reorganized class attributes 2021-09-16 18:12:52 +02:00
iLLiCiTiT
24a910a881 added subset_grouping_profiles attribute which can be set by settings 2021-09-16 18:12:42 +02:00
iLLiCiTiT
cfff637cda use task name from instance data instead of AVALON_TASK 2021-09-16 18:12:20 +02:00
iLLiCiTiT
628e9df784 use 'path_to_subprocess_arg' in subprocess paths definitions 2021-09-16 15:58:35 +02:00
iLLiCiTiT
bd3d770acc extract review use split_command_to_list 2021-09-16 14:51:51 +02:00
iLLiCiTiT
85728d5f96 use list of arguments directly where are known 2021-09-16 14:49:41 +02:00
iLLiCiTiT
bb69545050 split arguments using split_command_to_list in extract review slate 2021-09-16 14:49:24 +02:00
iLLiCiTiT
6c0e71a7d7 use list of arguments where are all known 2021-09-16 14:45:13 +02:00
iLLiCiTiT
01bca81ea1 use split_command_to_list for audio inputs 2021-09-16 14:41:29 +02:00
iLLiCiTiT
1a588ede02 use list where all arguments are known and can be sent as list 2021-09-16 14:40:25 +02:00
iLLiCiTiT
27d3a954ab use split_command_to_list in extract jpeg 2021-09-16 14:34:40 +02:00
iLLiCiTiT
70872c240f use list or arguments in extract trimming video where all arguments are known 2021-09-16 14:25:14 +02:00
iLLiCiTiT
1f55ae8701 use 'get_openpype_icon_filepath' instead of 'pype_icon_filepath' 2021-09-14 15:20:51 +02:00
Milan Kolar
87bfd6745a
Merge pull request #1975 from tokejepsen/bugfix/stop_timer_as_extractor
Stop timer was within validator order range.
2021-09-09 09:14:21 +02:00
iLLiCiTiT
84ee712ef4 change collect host name order to lower possible 2021-09-01 16:32:41 +02:00
Toke Jepsen
9887e00859
Update openpype/plugins/publish/extract_burnin.py
Co-authored-by: Milan Kolar <mkolar@users.noreply.github.com>
2021-09-01 09:36:20 +02:00
Toke Stuart Jepsen
537b9e7bab Stop timer was within validator order range. 2021-09-01 08:31:18 +01:00
iLLiCiTiT
517980169b Merge branch 'develop' into bugfix/extract_jpeg_paths_with_spaces 2021-08-31 19:11:30 +02:00
Petr Kalis
bf1dad45ff
Merge pull request #1876 from pypeclub/feature/webpublisher_backend
Feature/webpublisher backend
2021-08-27 14:20:02 +02:00
Jakub Trllo
3b25d2a255
Merge pull request #1949 from pypeclub/feature/host_name_collector
Global: Avalon Host name collector
2021-08-27 13:28:12 +02:00
Toke Jepsen
1693be8778
Update openpype/plugins/publish/extract_burnin.py 2021-08-27 11:04:49 +01:00