Simone Barbieri
e97b6ce01f
Fixed path resolving not finding the workfile in certain conditions
...
In case the workfile only contains the project name, the workfile is not found because while the regex matches, the match doesn't have any group, and so it throws an exception.
2022-09-23 16:18:08 +01:00
iLLiCiTiT
a601fab359
Merge branch 'feature/maya-build-from-template' into feature/maya-build-from-template-queries
2022-08-12 20:28:37 +02:00
iLLiCiTiT
5a0b987418
Merge branch 'develop' into feature/maya-build-from-template
2022-08-12 20:26:40 +02:00
Jakub Trllo
32c2440e4a
fix docstring header
2022-08-12 13:55:55 +02:00
Jakub Trllo
aefb992ce5
removed unused 'is_context' property
2022-08-12 13:55:35 +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
8858377019
formatting changes
2022-08-10 14:32:07 +02:00
Jakub Trllo
f03e63502e
fixed dotted extensions
2022-08-10 13:59:26 +02:00
Jakub Trllo
4db9863927
moved 'get_custom_workfile_template' and 'get_custom_workfile_template_by_string_context' to 'openpype.pipeline.workfile'
2022-08-09 16:17:00 +02:00
Jakub Trllo
01d87ba032
moved build workfile to 'openpype.pipeline.workfile'
2022-08-09 15:10:45 +02:00
Jakub Trllo
02007784fa
moved 'get_last_workfile_with_version' and 'get_last_workfile' to 'openpype.pipeline.workfile'
2022-08-09 12:56:50 +02:00
Jakub Trllo
97d55eb335
modified docstrings
2022-08-09 11:39:17 +02:00
Jakub Trllo
9427d791ea
moved workfile path resolving into openpype/pipeline/workfile
2022-08-09 11:19:08 +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
49799c2d88
fix merge conflict
2022-08-04 18:26:38 +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
6bb28d16df
fix build template and added few comments
2022-07-28 11:53:51 +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
b5fb016331
moved abstract template loader into openpype/pipeline/workfile
2022-07-27 10:10:08 +02:00