Commit graph

24068 commits

Author SHA1 Message Date
Jakub Trllo
d570f882ca added orders to publish constants 2022-08-26 12:34:32 +02:00
Jakub Trllo
694953c1ba added deprecation into functions 2022-08-26 12:29:01 +02:00
Jakub Trllo
9ead117915 added comments and deprecation warnings to classes which stayed where they are 2022-08-26 12:27:55 +02:00
Jakub Trllo
2e412b55c1 use new import sources for 'RepairContextAction' and 'RepairAction' 2022-08-26 12:25:02 +02:00
Jakub Trllo
94306ae842 marked 'get_errored_plugins_from_data' and 'get_errored_instances_from_context' as deprecated in 'openpype.action' 2022-08-26 12:08:21 +02:00
Jakub Trllo
27517897ab use new imports of 'get_errored_plugins_from_context' and 'get_errored_instances_from_context' 2022-08-26 12:07:26 +02:00
Jakub Trllo
4e8b40e3a0 'contextplugin_should_run' is marked as deprecated 2022-08-26 12:01:09 +02:00
Jakub Trllo
5203814b0e added helper function to get staging dir even outside 'Extractor' plugin 2022-08-26 11:59:45 +02:00
Jakub Trllo
dc9971fd72 fix py2 compatibility 2022-08-26 11:56:18 +02:00
Jakub Trllo
16bd7a3fef fix imported function name 2022-08-26 11:50:53 +02:00
Jakub Trllo
66bbb5497a fix all families filter 2022-08-26 11:32:18 +02:00
Jakub Trllo
fa2234259e replaced usages of 'contextplugin_should_run' with 'context_plugin_should_run' 2022-08-26 11:27:20 +02:00
Jakub Trllo
e28603bf1d added 'context_plugin_should_run' to pipeline publish 2022-08-26 11:24:03 +02:00
Jakub Trllo
08675dcdf5 moved default repair actions into publish plugins 2022-08-26 11:02:33 +02:00
Jakub Trllo
74a1847cfe removed unused ValidationException 2022-08-26 11:01:05 +02:00
Jakub Trllo
5908995349 moved helper functions 'get_errored_instances_from_context' and 'get_errored_plugins_from_context' into openpype.pipeline.publish 2022-08-26 11:00:34 +02:00
Jakub Trllo
41689a337e
Merge pull request #3740 from pypeclub/feature/OP-3793_Webpublisher-as-addon
Webpublisher: Webpublisher is used as addon
2022-08-26 10:34:43 +02:00
Jakub Trllo
4386d6332b
Merge pull request #3734 from pypeclub/feature/OP-3774_Harmony-as-addon
Harmony: Defined harmony as addon
2022-08-26 10:33:49 +02:00
Jakub Trllo
0bc5dfa32b
Merge pull request #3736 from pypeclub/feature/OP-3777_Photoshop-as-addon
Photoshop: Defined photoshop as addon
2022-08-26 10:13:05 +02:00
Jakub Trllo
45c112eb84 fixed arguments 2022-08-26 10:12:35 +02:00
Jakub Trllo
bad5b9b194 fix import 2022-08-26 10:04:17 +02:00
Jakub Trllo
ae11ae16d5 modify launch arguments 2022-08-25 18:12:20 +02:00
Jakub Trllo
971ae6d1ed fix import in global commands 2022-08-25 18:04:37 +02:00
Jakub Trllo
e2c83c1426 renamed webserver_cli.py into webserver.py 2022-08-25 18:03:40 +02:00
Jakub Trllo
338d12e60c added cli command for webserver 2022-08-25 18:03:09 +02:00
Jakub Trllo
d5f6ad9fdc renamed 'cli_functions' to 'publish_functions' 2022-08-25 17:58:09 +02:00
Jakub Trllo
9c3e37e3f4 removed unused functions from openpype lib 2022-08-25 17:55:04 +02:00
Jakub Trllo
a98c7953aa use 'find_close_plugin' 2022-08-25 17:54:30 +02:00
Jakub Trllo
233d70bdd8 headless_publish is a method on webpublisher addon 2022-08-25 17:54:05 +02:00
Jakub Trllo
6c330c4896 use lib functions from webpublisher 2022-08-25 17:50:54 +02:00
Jakub Trllo
c1a7b9aff5 moved webpublisher specific functions into webpublisher 2022-08-25 17:49:24 +02:00
Jakub Trllo
dec6335ece move remote_publish funtion into pipeline publish 2022-08-25 17:41:18 +02:00
Jakub Trllo
eed9789287 changed function names 2022-08-25 16:59:20 +02:00
Jakub Trllo
61690d8477 omved cli functions into webpublisher 2022-08-25 16:54:42 +02:00
Jakub Trllo
c2332507f4 implement webpublisher host with HostBase 2022-08-25 16:41:56 +02:00
Jakub Trllo
b188afe975 reorganized imports in pype commands 2022-08-25 16:39:19 +02:00
Jakub Trllo
caf9e014bd implemented webpublish addon 2022-08-25 16:32:46 +02:00
Jakub Trllo
f0af027faa removed usage of HOST_WORKFILE_EXTENSIONS 2022-08-25 16:24:12 +02:00
Jakub Trllo
355edb24f5 reuse PHOTOSHOP_HOST_DIR from public api 2022-08-25 16:24:04 +02:00
Jakub Trllo
1810d75785 implemented photoshop addon 2022-08-25 16:23:53 +02:00
Jakub Trllo
bdedea41d6 reuse 'HARMONY_HOST_DIR' from public api 2022-08-25 15:55:30 +02:00
Jakub Trllo
a5ce719e58 removed usage of HOST_WORKFILE_EXTENSIONS 2022-08-25 15:55:19 +02:00
Jakub Trllo
c1268ec253 implemented hamrony addon 2022-08-25 15:55:09 +02:00
Jakub Trllo
1c931a1606
Merge pull request #3725 from pypeclub/feature/OP-3655_Replace-PypeLogger-with-Logger
General: Replace PypeLogger with Logger
2022-08-25 13:07:50 +02:00
Petr Kalis
fcfae6827d
Merge pull request #3682 from pypeclub/bugfix/OP-3722_WP-FE-shouldnt-be-able-to-send-batch-without-context
Webpublisher: added check for empty context
2022-08-25 12:54:57 +02:00
Jakub Ježek
6c1f83dffe
Merge pull request #3567 from pypeclub/feature/validation_exceptions_nuke 2022-08-25 12:24:45 +02:00
Petr Kalis
2f2cbd4146 OP-3722 - added check for empty context to basic publish 2022-08-25 11:24:53 +02:00
Jakub Trllo
5f9935298a
Merge pull request #3729 from pypeclub/feature/OP-3772_Blender-as-module
Blender: Define blender as module
2022-08-25 11:13:36 +02:00
Jakub Trllo
28bdf2f2ca fix host name 2022-08-25 10:55:57 +02:00
Jakub Trllo
b056a7cc6d
Merge pull request #3728 from pypeclub/feature/OP-3771_Aftereffects-as-module
AfterEffects: Define AfterEffects as module
2022-08-25 10:00:23 +02:00