Commit graph

14 commits

Author SHA1 Message Date
Petr Kalis
136af34a71
AfterEffects: set frame range and resolution (#4983)
* OP-5660 - adding menu buttons to Set frame range in AE

* OP-5660 - refactored location of scripts

set_settings should be in lib as it is used elsewhere, but launch_logic and lib created circular dependency.
Moved main to launch logic as it is actually handling launching.

* OP-5660 - added set_settings to creator

When instance gets created, set frame range and resolution from DB.

* OP-5660 - minor fix

* OP-5660 - updated extension zip

* OP-5660 - updated documentation

* OP-5660 - fixed missing exception

* OP-5660 - fixed argument

* OP-5560 - fix imports

* OP-5660 - updated extension

* OP-5660 - add js alert message for buttons

* OP-5660 - repacked extension

Without Anastasyi showed success, but extension wasn't loaded.

* OP-5660 - make log message nicer

* OP-5660 - added log if workfile not saved

* OP-5660 - provide defaults to limit None exception

* OP-5660 - updated error message
2023-05-22 10:45:20 +02:00
Jakub Trllo
d3753fef31 Merge branch 'develop' into release/3.15.x
# Conflicts:
#	openpype/hosts/aftereffects/api/pipeline.py
#	openpype/hosts/photoshop/api/pipeline.py
#	openpype/hosts/photoshop/plugins/create/create_legacy_image.py
#	openpype/modules/deadline/plugins/publish/submit_publish_job.py
2022-12-16 12:09:01 +01:00
Jakub Trllo
a3db8a0539 use qtpy in hosts which have use openpype process 2022-12-13 17:47:52 +01:00
Petr Kalis
418135cde0 Merge remote-tracking branch 'origin/release/3.15.x' into feature/OP-3426_Add-support-for-Deadline-for-automatic-tests 2022-11-07 12:40:41 +01:00
Petr Kalis
66bea60bdd OP-3426 - refactor - replaced check of env var with function
It would be better to modify single function if necessary.
2022-11-07 11:40:15 +01:00
Petr Kalis
414afab0c0 OP-3909 - Hound 2022-11-02 19:11:34 +01:00
Petr Kalis
39b2945e09 OP-3909 - refactor - move get_asset_settings to lib
It makes more sense there than in pipeline.py
2022-11-01 16:44:28 +01:00
Petr Kalis
53097c642f OP-3909 - refactor - introduced AfterEffectsHost
Use base class and implement abstract methods to standardize.
2022-11-01 16:41:54 +01:00
Jakub Trllo
35b389f4a2 Merge branch 'develop' into feature/OP-3817_Move-aftereffects-functions-to-aftereffects 2022-08-26 14:54:16 +02:00
Jakub Trllo
233d70bdd8 headless_publish is a method on webpublisher addon 2022-08-25 17:54:05 +02:00
Jakub Trllo
382ec674a8 copied 'get_unique_layer_name' and 'get_background_layers' into ae lib 2022-08-25 12:02:22 +02:00
Jakub Trllo
729131738a changed installation of hosts 2022-04-01 19:40:23 +02:00
Petr Kalis
041f5db196 OP-2414 - renamed ConsoleTrayApp to StdOutBroker 2022-02-04 17:29:24 +01:00
iLLiCiTiT
b432613e72 moved implementation from avalon to openpype 2022-01-16 16:13:10 +01:00