Commit graph

109 commits

Author SHA1 Message Date
Milan Kolar
8432e94615 rename folder 2021-04-01 18:54:46 +02:00
Milan Kolar
6dd8aab087 rename folder back to pype 2021-04-01 18:48:33 +02:00
iLLiCiTiT
c00bf43a52 renamed pype folder to openpype 2021-04-01 18:34:19 +02:00
iLLiCiTiT
3b72dc9f5e modified prefix in pype.lib 2021-04-01 14:44:19 +02:00
iLLiCiTiT
f1b154a94f group does not have to have set label 2021-03-30 20:04:34 +02:00
iLLiCiTiT
9f14f89173 removed usage of "settings_env" key in launch context 2021-03-30 19:53:47 +02:00
iLLiCiTiT
1a4abd7128 changed how environments for apps and tools are retrieved 2021-03-30 19:52:50 +02:00
iLLiCiTiT
19313b06bd ApplicationManager use new tools classes to define it's tools 2021-03-30 19:51:30 +02:00
iLLiCiTiT
ed148c7c11 renamed ApplicationTool to EnvironmentTool and changed what data holds 2021-03-30 19:51:09 +02:00
iLLiCiTiT
9a18da32ac Implemented EnvironmentToolGroup to hold tool group 2021-03-30 19:50:33 +02:00
iLLiCiTiT
a507d78f9c fixed attributes usage 2021-03-30 19:43:05 +02:00
iLLiCiTiT
b6b1ab4b3a reimplemented require Application methods 2021-03-30 19:40:43 +02:00
iLLiCiTiT
aa0b3211fc ApplicationManager is using new classes to get applications 2021-03-30 19:40:29 +02:00
iLLiCiTiT
f5a046bbcb ApplicationGroup creates objects of Application class 2021-03-30 19:37:43 +02:00
iLLiCiTiT
be66e4cf70 added docstring to ApplicationGroup 2021-03-30 19:37:23 +02:00
iLLiCiTiT
68954e034e implemented new Application class which use more data from group and keeps only it's environments 2021-03-30 19:37:07 +02:00
iLLiCiTiT
dcdbae5156 implemented application group class it's object holds environments 2021-03-30 19:30:04 +02:00
iLLiCiTiT
6fa65a9bf8 removed previous implementation of Application object 2021-03-30 19:29:17 +02:00
Milan Kolar
da869ef633
Merge pull request #1190 from pypeclub/feature/key_validations
Key validations in settings
2021-03-30 10:06:25 +02:00
iLLiCiTiT
76bcca4c44 changed how tools are used 2021-03-25 19:42:53 +01:00
iLLiCiTiT
5793f98273 added some docstring 2021-03-25 17:32:03 +01:00
iLLiCiTiT
71c9fb431a implemented function to apply project specific environments 2021-03-25 17:28:47 +01:00
iLLiCiTiT
a844b966ac changed how arguments are prepared for launch context 2021-03-22 11:15:15 +01:00
Milan Kolar
4f082083a8
Merge pull request #1157 from pypeclub/feature/ftrack_module_refactor
Ftrack module refactor
2021-03-18 18:03:22 +01:00
iLLiCiTiT
f2ecff2688 modules_from_path always return all information with filepaths 2021-03-18 10:16:50 +01:00
iLLiCiTiT
72150df313 Allow more executables 2021-03-17 12:38:47 +01:00
iLLiCiTiT
24c0d0754c fix application manager refresh 2021-03-08 10:03:07 +01:00
Milan Kolar
99f1a95a08 fix subfolders_list 2021-02-16 18:52:48 +01:00
Milan Kolar
65c38c0bc3 move global hooks one folder up 2021-02-16 18:24:45 +01:00
iLLiCiTiT
0ad906d88e added function get_app_environments_for_context which can be used to get environments for entered context 2021-02-15 20:28:24 +01:00
iLLiCiTiT
6071f1231f moved functions to calculate environments of launched application to lib.application 2021-02-15 20:27:39 +01:00
iLLiCiTiT
8337a0b9fd added EnvironmentPrepData to store temp data during environments preparation 2021-02-15 20:27:05 +01:00
iLLiCiTiT
8c4b5b3158 added modified merge environment function 2021-02-15 20:26:35 +01:00
iLLiCiTiT
83310acbab moved should_start_last_workfile to application lib 2021-02-15 20:26:01 +01:00
iLLiCiTiT
2d6ab3a10e added get_logger function to lib/application.py 2021-02-15 20:25:24 +01:00
iLLiCiTiT
02e0de41bf prepared imports for environments preparation 2021-02-15 20:25:04 +01:00
Milan Kolar
5f98463e40 Merge branch 'develop' into feature/get_rid_of_subprocess 2021-01-08 22:44:19 +01:00
iLLiCiTiT
7a3e0b54c2 removed unused logger from applicaitons.py 2020-12-29 17:00:30 +01:00
iLLiCiTiT
d6d6fbeb98 renamed _subprocess to run_subprocess and moved to execute.py 2020-12-22 17:09:56 +01:00
iLLiCiTiT
0b31fe7526 make sure it's totally independent 2020-12-22 15:48:43 +01:00
iLLiCiTiT
c1d0870a7e removed unused import 2020-12-22 15:42:35 +01:00
iLLiCiTiT
a4de80a61e call .copy() on variable env 2020-12-22 15:41:31 +01:00
iLLiCiTiT
526f15a852 removed TODO 2020-12-22 10:51:30 +01:00
iLLiCiTiT
2cdaf321fb application launch context load modules to collect prelaunch hooks 2020-12-22 10:48:59 +01:00
iLLiCiTiT
021241de97 initialize log in lib/applications.py 2020-12-14 19:20:08 +01:00
iLLiCiTiT
0d84faa80a fix host folder parts 2020-12-14 19:19:55 +01:00
iLLiCiTiT
ef2abd1de8 fixed subfolder 2020-12-14 19:00:22 +01:00
iLLiCiTiT
84175aaa78 modified loading of hooks to look for them also in host folder 2020-12-14 19:00:10 +01:00
iLLiCiTiT
d44d63cdc0 Merge branch 'develop' into 3.0/refactoring 2020-12-07 15:46:41 +01:00
iLLiCiTiT
e215e8c4bc fix missing local variable 2020-12-04 18:25:27 +01:00