Commit graph

821 commits

Author SHA1 Message Date
Ondřej Samohel
0e2f495966
Merge pull request #4441 from fabiaserra/bugfix/fix-remote-shotgrid 2023-02-16 13:48:29 +01:00
Jakub Jezek
423f2bcbda
removing python3 only code 2023-02-15 12:26:50 +01:00
Jakub Trllo
fb93780640 use family form creator 2023-02-15 12:08:45 +01:00
Jakub Trllo
df532268a2 add family to instance data 2023-02-15 12:00:15 +01:00
Jakub Trllo
e4d59039d8 Merge branch 'develop' into feature/simplified_creator_api 2023-02-14 17:03:20 +01:00
Jakub Trllo
5903dbce9e autofill precreate attributes if are not passed 2023-02-14 17:03:05 +01:00
Ondřej Samohel
a78bd6e3ba
Merge pull request #4459 from ynput/bugfix/remove_direct_mongo_call 2023-02-14 16:44:25 +01:00
Jakub Trllo
d3cc8b59c5 replaced call to mongo 'dbcon.parenthood' with 'get_representation_parents' function 2023-02-14 10:42:54 +01:00
Jakub Jezek
9591d42b84
spell errors 2023-02-13 12:51:51 +01:00
Jakub Ježek
1735d6cc74
Update openpype/pipeline/publish/lib.py
Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
2023-02-13 12:45:00 +01:00
Jakub Ježek
859863129a
Update openpype/pipeline/publish/lib.py
Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
2023-02-13 12:43:39 +01:00
Jakub Ježek
7ea78fee7b
Update openpype/pipeline/tempdir.py
Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
2023-02-13 12:43:30 +01:00
Jakub Ježek
053a903662
Update openpype/pipeline/tempdir.py
Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
2023-02-13 12:43:21 +01:00
Jakub Ježek
198050959a
Update openpype/pipeline/tempdir.py
Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
2023-02-13 12:42:54 +01:00
Jakub Ježek
8daa8059cc
Update openpype/pipeline/tempdir.py
Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
2023-02-13 12:42:45 +01:00
Jakub Ježek
09dff1629d
Update openpype/pipeline/tempdir.py
Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
2023-02-13 12:42:36 +01:00
Jakub Ježek
f458fbc925
Update openpype/pipeline/tempdir.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-02-10 13:44:01 +01:00
Jakub Jezek
3927dc13af
adding back project name 2023-02-10 13:42:46 +01:00
Jakub Jezek
be0209e413
refactor in favour of code changes from #4445
https://github.com/ynput/OpenPype/pull/4445
2023-02-10 11:34:05 +01:00
Jakub Ježek
69937c6285
Update openpype/pipeline/publish/lib.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-02-10 11:27:30 +01:00
Jakub Jezek
af3c0cb951
pr comments 2023-02-10 11:26:09 +01:00
Jakub Ježek
bbd634bcd4
Update openpype/pipeline/publish/lib.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-02-10 11:24:06 +01:00
Jakub Ježek
87f9cf09d7
Update openpype/pipeline/temporarydir.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-02-10 11:23:53 +01:00
Jakub Jezek
da46873cbc
Merge branch 'develop' into feature/OP-3663_Hiero-export-of-large-number-of-shots-fill-up-disk 2023-02-10 11:22:37 +01:00
Jakub Jezek
165689463d
typo 2023-02-10 11:20:20 +01:00
Jakub Trllo
0fdb957a4e have information about project code on anatomy 2023-02-09 19:13:39 +01:00
Jakub Jezek
5de967b644
updated documentation 2023-02-09 15:07:40 +01:00
Fabià Serra Arrizabalaga
171b9bc3db
Make only_published argument optional
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-02-09 05:49:02 -08:00
Jakub Jezek
304d758404
renaming module for temporarydir, fixing docstring 2023-02-09 14:40:40 +01:00
Jakub Jezek
a3c9f792c8
refactor tempdir creator function wip 2023-02-09 14:29:20 +01:00
Jakub Trllo
6cbbd4b48c Merge branch 'develop' into feature/simplified_creator_api
# Conflicts:
#	openpype/pipeline/create/context.py
2023-02-09 13:08:13 +01:00
Jakub Trllo
0cb78a10e6 removed unused 'raw_create' method 2023-02-09 13:00:49 +01:00
Jakub Trllo
cb84cf769e 'create' method is not triggering 'raw_create' 2023-02-09 13:00:28 +01:00
Jakub Trllo
fac10d2633 added public method 'create_with_unified_error' used in publisher 2023-02-09 12:58:51 +01:00
Jakub Trllo
b148dec048 Added helper method to return unified information on create error 2023-02-09 12:58:17 +01:00
Jakub Trllo
d08172e6a6
Merge pull request #4360 from ynput/feature/is_compatible_on_loader
General: Loader plugin define its own compatibility
2023-02-09 11:31:15 +01:00
Fabia Serra Arrizabalaga
27150e4abb Address feedback on PR and move function to pipeline.publish.lib 2023-02-08 20:23:26 +01:00
Jakub Trllo
ffc3b8581a
Merge pull request #4433 from ynput/feature/creator_sorting
Publisher: Creators sorting
2023-02-08 18:06:44 +01:00
iLLiCiTiT
cba888e66e small docstring/comments enhancements 2023-02-07 20:02:36 +01:00
Jakub Trllo
b51a2a7257 added more docstrings 2023-02-07 19:24:30 +01:00
Jakub Trllo
c7f051db20 added 'show_order' attribute to 'Creator' so show order can be different than processing 2023-02-07 19:08:42 +01:00
Jakub Trllo
c5be741566 handle instances without available creator 2023-02-07 19:08:07 +01:00
Jakub Trllo
3316417173 process creators in their order 2023-02-07 19:07:50 +01:00
Jakub Trllo
101bbef42d added helper method to remove instance 2023-02-07 19:07:16 +01:00
Jakub Trllo
fd31d7815a added helper methods to get sorted creators 2023-02-07 19:05:46 +01:00
Jakub Trllo
22e4b9862b added 'order' attribute to creators which is used to process them in specific order 2023-02-07 19:05:27 +01:00
Jakub Trllo
a9e139998c modified code example to also contain tests 2023-02-02 15:00:56 +01:00
Jakub Trllo
0dbb63df94 modified change item a little 2023-02-02 11:54:55 +01:00
Jakub Trllo
dbda359b9d Merge branch 'develop' into feature/better_instance_changes
# Conflicts:
#	openpype/pipeline/create/context.py
2023-02-02 10:36:20 +01:00
Jakub Jezek
b2ed65c17a
pr comments 2023-02-01 16:06:01 +01:00