Commit graph

20 commits

Author SHA1 Message Date
Jakub Trllo
3ae020f064
Applications: Launch hooks cleanup (#5395)
* ApplicationManager can have more granular way how applications are launched

* executable is optional to be able create ApplicationLaunchContext

* launch context can run prelaunch hooks without launching application

* 'get_app_environments_for_context' is using launch context to prepare environments

* added 'launch_type' as one of filtering options for LaunchHook

* added 'local' launch type filter to existing launch hooks

* define 'automated' launch type in remote publish function

* modified publish and extract environments cli commands

* launch types are only for local by default

* fix import

* fix launch types of global host data

* change order or kwargs

* change unreal filter attribute

* use set instead of list

* removed '__init__' from celaction hooks

* use 'CELACTION_ROOT_DIR' in pre setup

* use full import from applications
2023-08-03 12:24:23 +02:00
Jakub Trllo
7e9f42b447
Applications: Use prelaunch hooks to extract environments (#5387)
* ApplicationManager can have more granular way how applications are launched

* executable is optional to be able create ApplicationLaunchContext

* launch context can run prelaunch hooks without launching application

* 'get_app_environments_for_context' is using launch context to prepare environments

* added 'launch_type' as one of filtering options for LaunchHook

* added 'local' launch type filter to existing launch hooks

* define 'automated' launch type in remote publish function

* modified publish and extract environments cli commands

* launch types are only for local by default

* fix import

* fix launch types of global host data

* change order or kwargs

* change unreal filter attribute
2023-08-03 10:04:15 +02:00
Jakub Jezek
f5117f4593
celaction: fixes after testing 2023-03-23 14:28:05 +01:00
Jakub Jezek
011e635c1f
hound 2023-03-23 12:56:54 +01:00
Jakub Jezek
79eb8f105f
celaction: make parameters enumerator 2023-03-23 12:54:55 +01:00
Jakub Jezek
f823b065d3
celaction: moving conditional workfile parameters into settings 2023-03-22 22:36:11 +01:00
Jakub Jezek
1f6be563eb
celaction: improving code PR feedback 2022-11-26 21:36:03 +01:00
Jakub Jezek
91580fdb30
celaction: hook should define data from asset_doc
rather then from project doc
2022-11-25 16:51:44 +01:00
Jakub Jezek
891a7e7609
celaction: restructuring cli.py and kwargs 2022-11-25 16:47:22 +01:00
Jakub Jezek
66bbaf6fcc
celaction: project width and height to hook 2022-11-24 17:13:21 +01:00
Jakub Jezek
6925a96ee6
celaction: return back resolution override 2022-11-24 17:09:48 +01:00
Jakub Jezek
0167886c13
celaction: removing resolution from cli 2022-11-24 16:21:40 +01:00
Jakub Jezek
2f80dcc950
celaction: fixing scene env and adding chunk 2022-11-24 15:32:36 +01:00
Jakub Jezek
a3c55730c1
celaction removing unused code 2022-11-24 15:20:44 +01:00
Jakub Jezek
00bbd4ebe1
celation executable fix 2022-11-24 15:09:34 +01:00
Jakub Jezek
54bb955d8b
celaction: improving setup hook 2022-11-24 14:57:44 +01:00
Jakub Jezek
1f38d061ce
celaciton: resolving cli to hook 2022-11-24 14:48:15 +01:00
Jakub Jezek
b91c3f5630
celaction rename hook 2022-11-24 14:20:14 +01:00
Jakub Jezek
ec0f698615
celaction: fixing host 2022-11-23 14:52:31 +01:00
Milan Kolar
8432e94615 rename folder 2021-04-01 18:54:46 +02:00