Commit graph

177 commits

Author SHA1 Message Date
iLLiCiTiT
e397f44132 pop keys that were removed during environments merging 2021-09-27 14:46:41 +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
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
9e72c62b20 fix usage of get_openpype_version function 2021-09-17 13:59:56 +02:00
iLLiCiTiT
4f19f335ca Merge branch 'develop' into feature/staging_icon 2021-09-16 18:59:54 +02:00
iLLiCiTiT
3d9970aa4f added function 'path_to_subprocess_arg' which decide if path should be wrapped in quotes 2021-09-16 15:57:25 +02:00
iLLiCiTiT
004b2c5a5e use posix argument only on windows 2021-09-16 15:13:36 +02:00
iLLiCiTiT
7f47367fbf added docstring for split_command_to_list and modified 2021-09-16 15:12:35 +02:00
iLLiCiTiT
1f5f7ac25d added function 'split_command_to_list' 2021-09-16 14:32:02 +02:00
iLLiCiTiT
983a2fff25 added task type usage in get_subset_name 2021-09-16 14:16:24 +02:00
iLLiCiTiT
6d59b6e3eb use task type filreting in should start last workfile and open workfile tool 2021-09-16 12:17:27 +02:00
iLLiCiTiT
32688694c8 use task type for filtering in workfile builder 2021-09-16 12:17:08 +02:00
iLLiCiTiT
456cca8d74 store task_type to prepare context data 2021-09-16 12:16:08 +02:00
iLLiCiTiT
95424cdfc7 moved compile_list_of_regexes to profiles_filtering and moved it's import in openpype.lib earlier 2021-09-16 11:49:37 +02:00
Jakub Trllo
59843dc666
Merge pull request #2016 from pypeclub/bugfix/python_2_comp_fix
General: Fix Python 2 breaking line
2021-09-14 21:20:17 +02:00
iLLiCiTiT
12b362a155 added 'get_openpype_version' and 'get_build_version' to openpype.lib scope 2021-09-14 16:02:13 +02:00
iLLiCiTiT
2d826a65ca added 'get_build_version' to be able get build version 2021-09-14 15:56:46 +02:00
iLLiCiTiT
39233653f8 added 'is_running_from_build' function 2021-09-14 15:56:09 +02:00
iLLiCiTiT
b71898e1d8 replaced 'get_pype_version' with 'get_openpype_version' 2021-09-14 15:51:23 +02:00
iLLiCiTiT
c4ce2001cb added short docstring 2021-09-14 15:38:47 +02:00
iLLiCiTiT
1cf8f47c75 implemented is_running_staging in pype_info 2021-09-14 15:18:52 +02:00
iLLiCiTiT
1b3771c3b3 fix python 2 host breaking line 2021-09-14 13:32:44 +02:00
Milan Kolar
9ad4c23365
Merge pull request #1996 from icyvapor/develop 2021-09-13 12:13:05 +02:00
felix.wang
b2b248f818 addressing comments PR#1996 2021-09-10 14:43:09 -07:00
felix.wang
fca3559896 Merge branch 'develop' of https://github.com/pypeclub/OpenPype into pypeclub-develop 2021-09-08 17:28:58 -07:00
felix.wang
5a425a5269 Moving project folder structure creation out of ftrack module #1989 2021-09-08 17:13:55 -07: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
Petr Kalis
53c6c98184 #1938 - changed warning to info method
Modified logging a bit
2021-09-07 12:08:49 +02:00
iLLiCiTiT
4ec7e18aad pass workfile template to _prepare_last_workfile 2021-09-02 12:25:19 +02:00
iLLiCiTiT
960c5a2279 template key is used when launching application 2021-08-26 19:10:55 +02:00
iLLiCiTiT
96b1309ec9 use new functions in already existing workdir functions 2021-08-26 19:10:24 +02:00
iLLiCiTiT
461c333218 changed arguments and filled docstrings to new functions 2021-08-26 19:08:06 +02:00
iLLiCiTiT
a4f8521e49 implemented functions to retrieve template key for workfile 2021-08-26 18:45:26 +02:00
Milan Kolar
3b733672b1 Merge branch 'develop' into feature/houdini-cb-update 2021-08-25 12:24:29 +02:00
iLLiCiTiT
14d8789bff second fix of tools 2021-08-23 19:06:24 +02:00
iLLiCiTiT
c52f0535f6 fix tools 2021-08-23 19:04:01 +02:00
iLLiCiTiT
402f9ee0e4 Merge branch 'develop' into feature/dynamic_modules 2021-08-23 18:56:59 +02:00
Jakub Trllo
153cfbc3a9
Merge pull request #1910 from pypeclub/feature/tools_loaded_in_order
Environments: Tool environments in alphabetical order
2021-08-23 16:34:25 +02:00
Ondřej Samohel
fdd6ab3a95
Merge branch 'develop' into feature/houdini-cb-update 2021-08-17 16:32:29 +02:00
iLLiCiTiT
7831e6a381 Merge branch 'develop' into feature/dynamic_modules 2021-08-17 10:14:00 +02:00
Milan Kolar
1548727929
Merge pull request #1905 from pypeclub/feature/maya-multiple-deadline-servers 2021-08-16 16:08:41 +02:00
iLLiCiTiT
a5ef0ffedb fix loggers without stream 2021-08-16 15:57:31 +02:00
Ondrej Samohel
c5cf15aca7
Merge remote-tracking branch 'origin/develop' into feature/houdini-cb-update 2021-08-11 15:26:45 +02:00
Ondrej Samohel
6dae396b0e
Merge branch 'develop' into feature/maya-multiple-deadline-servers 2021-08-10 18:16:30 +02:00
iLLiCiTiT
3a30aa9ab6 Merge branch 'develop' into feature/dynamic_modules 2021-08-09 12:50:03 +02:00
iLLiCiTiT
12abf31396 tool environments are added in alphabetical order 2021-08-09 12:09:27 +02:00
Ondřej Samohel
55ac2472ce
Merge branch 'develop' into feature/houdini-cb-update 2021-08-06 15:23:04 +02:00
Ondrej Samohel
8424821fbc
finalize support for multiple deadline servers ️️️ 2021-08-06 14:41:50 +02:00
iLLiCiTiT
cbb7cf8c83 Merge branch 'develop' into feature/dynamic_modules 2021-08-04 18:10:37 +02:00