Commit graph

441 commits

Author SHA1 Message Date
Jakub Trllo
aefb992ce5 removed unused 'is_context' property 2022-08-12 13:55:35 +02:00
Jakub Trllo
6ef46c26fd Merge branch 'feature/maya-build-from-template' into feature/maya-build-from-template-queries 2022-08-11 17:35:14 +02:00
Jakub Trllo
041c676f2c Merge branch 'develop' into feature/maya-build-from-template 2022-08-11 17:34:10 +02:00
Jakub Trllo
748dcf1ad2 fix filter and sort 2022-08-11 15:51:27 +02:00
Jakub Trllo
12a8307a83 simplified path formatting 2022-08-11 15:40:02 +02:00
Jakub Trllo
bb9a16100a removed unnecessary finally statement 2022-08-11 15:22:23 +02:00
Jakub Trllo
683468c563 use 'filter_profiles' function for profiles filtering 2022-08-11 15:22:08 +02:00
Jakub Trllo
02edebad41 fix import string 2022-08-10 18:33:03 +02:00
Jakub Trllo
56bbbdbd58 removed unused import 2022-08-08 17:49:20 +02:00
Jakub Trllo
56150d4abb removed unused method 'convert_to_db_filters' 2022-08-08 17:48:48 +02:00
Jakub Trllo
a1cd1890d6 modified 'parent_in_hierarchy' docstring 2022-08-08 17:48:28 +02:00
Jakub Trllo
7e8e61c0e4 changed 'get_data' docstring 2022-08-08 17:48:14 +02:00
Jakub Trllo
5d0cd42a81 renamed 'order' method to 'get_order' 2022-08-08 17:47:01 +02:00
Jakub Trllo
8db8ada964 changed 'node' variable to 'identifier' and added it's docstrings 2022-08-08 17:46:32 +02:00
Jakub Trllo
3ffa995ed6
Merge pull request #3623 from pypeclub/feature/OP-3679_Plugin-settings-handled-by-plugins
General: Plugin settings handled by plugins
2022-08-05 18:26:59 +02:00
Jakub Trllo
cbfa9015b1 catch failed applied settings 2022-08-05 10:45:35 +02:00
Jakub Trllo
6d2a869b2e discover loader plugins can expect project name 2022-08-05 10:08:20 +02:00
Jakub Trllo
49799c2d88 fix merge conflict 2022-08-04 18:26:38 +02:00
Jakub Trllo
8a820a4c6f Merge branch 'feature/maya-build-from-template' into feature/maya-build-from-template-queries 2022-08-04 10:38:12 +02:00
Jakub Trllo
a221a5fc14 Merge branch 'develop' into feature/maya-build-from-template 2022-08-04 10:37:58 +02:00
Petr Kalis
bab5629e35 OP-3684 - use instance.data["farm"] to skip local integrate
No Settings necessary, instance itself should hold if it is targetted for farm (eg. not locally integrated.)
2022-08-03 16:26:46 +02:00
Jakub Trllo
acb4b28b97 moved filter pyblish plugins function to openpype.pipeline.publish.lib 2022-08-01 14:14:33 +02:00
Jakub Trllo
b2d5146288 LegacyCreator plugin can handle settings on their own 2022-08-01 13:38:18 +02:00
Jakub Trllo
5f5aba7ae3 loader plugins can handle settings on their own 2022-08-01 13:38:00 +02:00
Jakub Trllo
736123d1c2 modified 'is_context' property 2022-07-29 17:48:47 +02:00
Jakub Trllo
2d7910a264 renamed 'attributes' to 'required_keys' and 'optional_attributes' to 'optional_keys' 2022-07-29 17:46:14 +02:00
Jakub Trllo
8b7531b977 added helper attributes to placeholder so there is no need to access it's 'data' 2022-07-29 17:44:03 +02:00
Jakub Trllo
a6406f72d3 added logger to placeholder 2022-07-29 17:39:57 +02:00
Jakub Trllo
0e0cec5e01 pass asset documents instead of just names 2022-07-29 17:19:47 +02:00
Jakub Trllo
da8e25f4a1 use 'get_representations' instead of 'convert_to_db_filters' 2022-07-29 17:16:23 +02:00
Jakub Trllo
c65dd9747f added new method 'get_representations' to get representations from placeholder 2022-07-29 17:15:13 +02:00
Jakub Trllo
3333057c4a Merge branch 'develop' into feature/maya-build-from-template 2022-07-29 16:02:19 +02:00
Jakub Trllo
ad4aeb0071 use query functions on remaining places 2022-07-29 10:38:01 +02:00
Jakub Jezek
4160713a62
Merge branch 'develop' into feature/OP-3445_tray-publisher-editorial 2022-07-28 17:39:56 +02:00
Jakub Trllo
6bb28d16df fix build template and added few comments 2022-07-28 11:53:51 +02:00
Jakub Trllo
a1122496c1 add missing project tasks into fields 2022-07-28 10:46:25 +02:00
Jakub Trllo
1e8cf2a6ea make sure '_log' attribute is available before abc init 2022-07-27 10:36:04 +02:00
Jakub Trllo
fe38df50bf removed 'get_loaders_by_name' from openpype lib init file 2022-07-27 10:26:18 +02:00
Jakub Trllo
5dfb12a217 logger is created dynamically on demand and is using class name 2022-07-27 10:24:44 +02:00
Jakub Trllo
6462bf15d0 fixed imports 2022-07-27 10:24:16 +02:00
Jakub Trllo
9b4b44ef3b moved build template code into workfile 2022-07-27 10:17:26 +02:00
Jakub Trllo
b1f2831868 moved 'get_loaders_by_name' to load utils 2022-07-27 10:12:04 +02:00
Jakub Trllo
b5fb016331 moved abstract template loader into openpype/pipeline/workfile 2022-07-27 10:10:08 +02:00
Jakub Trllo
2a3255a9cb added function which calculate template data based on context session 2022-07-26 16:40:35 +02:00
Jakub Trllo
9377d20be1 implemented functions to extract template data 2022-07-26 16:12:12 +02:00
Jakub Trllo
c05a510281
Merge pull request #3531 from pypeclub/feature/OP-3595_Mongo-core-connection-in-client
General: Mongo core connection moved to client
2022-07-26 13:00:15 +02:00
Jakub Trllo
33464794be Merge branch 'develop' into feature/OP-3593_Move-load-functions-into-pipeline 2022-07-25 10:35:33 +02:00
Milan Kolar
83139c4e48
Merge pull request #3522 from pypeclub/feature/OP-3592_Get-current-context-document-functions 2022-07-22 15:24:04 +02:00
Jakub Trllo
2209bcf6b1 check for 'ILoadHost' to call different method on host 2022-07-21 11:31:44 +02:00
Jakub Jezek
516f9eea6d
Merge branch 'develop' into feature/OP-3445_tray-publisher-editorial 2022-07-21 09:27:42 +02:00