Commit graph

14893 commits

Author SHA1 Message Date
iLLiCiTiT
40a6712384 added steps to avalon mongo timeout 2021-09-09 14:35:19 +02:00
iLLiCiTiT
e75e9a6465 make sure that steps are not 0 2021-09-09 14:33:19 +02:00
iLLiCiTiT
e3b8e25a1a added steps to readme 2021-09-09 14:33:09 +02:00
iLLiCiTiT
7af864a6e0 steps can not be set 2021-09-09 14:28:17 +02:00
iLLiCiTiT
7e973a5de1 added steps to Number widget 2021-09-09 14:27:32 +02:00
iLLiCiTiT
72b2f44fa9 added loading of steps from schema 2021-09-09 14:25:58 +02:00
Milan Kolar
fcd3df0615
Merge pull request #1990 from jrsndl/bugfix/nuke_last_version_from_path 2021-09-09 09:52:56 +02:00
Milan Kolar
476c2112dd
Merge pull request #1992 from jrsndl/bugfix/nuke_thumbnail_middle 2021-09-09 09:52:22 +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
jrsndlr
e3b319ffc6 style 2021-09-08 17:58:31 +02:00
jrsndlr
ca3034f272 style 2021-09-08 17:46:09 +02:00
jrsndlr
1ab40ddd24 style 2021-09-08 17:43:31 +02:00
jrsndlr
17fd666a49 style 2021-09-08 17:40:58 +02:00
jrsndlr
25a7c5d0f0 style 2021-09-08 17:38:29 +02:00
jrsndlr
8143210116 long line fix 2021-09-08 17:33:32 +02:00
jrsndlr
0518064e96 indent change 2021-09-08 17:30:17 +02:00
jrsndlr
7a88a4ac13 Makes thumbnail from the middle of the clip
If read node frame range is 1001-1010, thumbnail is now made from frame 1005, not 505.
2021-09-08 16:11:30 +02:00
jrsndlr
7d37971d64 get last version string from path
This changes get_version_from_path() to produce the same result as version_up
2021-09-08 15:47:38 +02:00
pypebot
30226cb0c8
[Automated] Merged develop into main 2021-09-08 05:34:04 +02:00
Jakub Trllo
b77ff30c61
Merge pull request #1978 from pypeclub/feature/number_sliders
Settings UI: Number sliders
2021-09-07 16:01:16 +02:00
Petr Kalis
f868297f3e
Merge pull request #1985 from pypeclub/bugfix/1938_remove_warnings
Replace warning method in profiles filtering
2021-09-07 14:08:39 +02:00
iLLiCiTiT
3628ab8904 fix changing of slider value from input field 2021-09-07 13:51:53 +02:00
Petr Kalis
53c6c98184 #1938 - changed warning to info method
Modified logging a bit
2021-09-07 12:08:49 +02:00
Jakub Trllo
1abc3211bb
Merge pull request #1959 from pypeclub/feature/module_settings
Global: Settings defined by Addons/Modules
2021-09-07 09:23:15 +02:00
Jakub Trllo
2a01fb8f31
Merge pull request #1982 from pypeclub/bugfix/extract_harmony_zip_handle_workfile_template
Standalone Publisher: Extract harmony zip handle workfile template
2021-09-06 12:23:20 +02:00
Jakub Trllo
58f485e341
Merge pull request #1981 from pypeclub/bugfix/last_workfile_with_multiple_work_templates
Last workfile with multiple work templates
2021-09-06 12:21:55 +02:00
Petr Kalis
d4a6db63f4 Fix added underscore to internal methods 2021-09-06 11:41:26 +02:00
pypebot
3353ff8ebc
[Automated] Merged develop into main 2021-09-04 05:34:09 +02:00
Ondřej Samohel
80841fde06
Merge pull request #1939 from pypeclub/enhancement/headless-and-validation
OpenPype: Add version validation and `--headless` mode and update progress 🔄
2021-09-03 17:23:32 +02:00
Ondrej Samohel
e9c2275d04
remove ftrack submodules 2021-09-02 14:28:03 +02:00
iLLiCiTiT
79819a21a0 use get_workfile_template_key_from_context to get right work template name 2021-09-02 12:34:54 +02:00
iLLiCiTiT
2f9f1ad00c use HOST_WORKFILE_EXTENSIONS to get workfile extensions 2021-09-02 12:34:42 +02:00
iLLiCiTiT
e43f7bc007 removed duplicated line 2021-09-02 12:34:18 +02:00
iLLiCiTiT
23f17609db removed todo which is already done 2021-09-02 12:25:33 +02:00
iLLiCiTiT
4ec7e18aad pass workfile template to _prepare_last_workfile 2021-09-02 12:25:19 +02:00
Jakub Trllo
0207fb133c
Merge pull request #1977 from pypeclub/bugfix/collectors_order
Collectors order
2021-09-01 17:30:38 +02:00
iLLiCiTiT
554504711a Merge branch 'develop' into feature/module_settings 2021-09-01 16:47:34 +02:00
iLLiCiTiT
1f6a3fdf42 moved CollectWorkfileData in tvpaint 2021-09-01 16:43:27 +02:00
iLLiCiTiT
69b8659b6d change tvpaint collectors order 2021-09-01 16:33:58 +02:00
iLLiCiTiT
84ee712ef4 change collect host name order to lower possible 2021-09-01 16:32:41 +02:00
Ondrej Samohel
014f10a023
Merge remote-tracking branch 'origin/develop' into enhancement/headless-and-validation 2021-09-01 13:15:50 +02:00
Ondřej Samohel
e3f0e89e21
default value for pop
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2021-09-01 13:05:43 +02:00
Toke Stuart Jepsen
537b9e7bab Stop timer was within validator order range. 2021-09-01 08:31:18 +01:00
pypebot
d51d7777c6
[Automated] Merged develop into main 2021-09-01 05:34:13 +02:00
Milan Kolar
283221e460
Merge pull request #1974 from pypeclub/bugfix/arrow_submodule_https 2021-08-31 19:22:12 +02:00
Jakub Trllo
efb111e1c6
Merge pull request #1966 from pypeclub/feature/multiple_workfile_templates
Workfiles: Support more workfile templates
2021-08-31 19:21:31 +02:00
iLLiCiTiT
f36f504faa updated avalon-core 2021-08-31 19:18:45 +02:00
iLLiCiTiT
6298066178 Merge branch 'develop' into feature/multiple_workfile_templates 2021-08-31 19:17:03 +02:00
Jakub Trllo
aac65c990f
Merge pull request #1961 from pypeclub/bugfix/extract_jpeg_paths_with_spaces
Global: ExtractJpeg can handle filepaths with spaces
2021-08-31 19:11:53 +02:00
iLLiCiTiT
517980169b Merge branch 'develop' into bugfix/extract_jpeg_paths_with_spaces 2021-08-31 19:11:30 +02:00