Commit graph

254 commits

Author SHA1 Message Date
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 Trllo
6fb280b6c8
Merge pull request #4392 from ynput/bugfix/instance_attr_defs_fix
General: Attribute definitions fixes
2023-02-01 15:56:10 +01:00
Roy Nieterau
68959d426e Fix typo 2023-01-30 10:24:17 +01:00
Jakub Trllo
5d9e7cf52d fix formatting 2023-01-27 17:21:28 +01:00
Jakub Trllo
3aaf349b69 modified few docstrings 2023-01-27 16:44:05 +01:00
Jakub Trllo
951e8a5055 don't pass creator_items to 'deserialize_on_remote' 2023-01-27 16:42:22 +01:00
Jakub Trllo
4ec904e2bf don't pass removed 'new' attribute 2023-01-27 16:37:40 +01:00
Jakub Trllo
86ece89a3a de/serialization of CreatedInstance does not require creator 2023-01-27 16:37:14 +01:00
Jakub Trllo
e7fdb1d151 don't use creator in methods 2023-01-27 16:36:42 +01:00
Jakub Trllo
373d245242 moved context validation methods to bottom 2023-01-27 16:35:20 +01:00
Jakub Trllo
6a1acc1664 'CreatedInstance' can be initialized without creator 2023-01-27 16:34:36 +01:00
Jakub Trllo
8f6d36dfa0 implemented de/serialization methods for attribute values 2023-01-27 16:33:50 +01:00
Jakub Trllo
1d91ee5338 attr_defs property returns list copy of attributes 2023-01-27 16:31:01 +01:00
Jakub Trllo
36065080c7 import 'UnknownDef' at the top of file 2023-01-27 16:30:02 +01:00
Jakub Trllo
d48b73ed61 fix typo 'AbtractAttrDef' to 'AbstractAttrDef' 2023-01-27 16:28:00 +01:00
Jakub Trllo
44bcfc167a
fix 'items' method 2023-01-26 14:34:53 +01:00
iLLiCiTiT
7c1a39d5e4 added 'is_dict' property 2023-01-26 02:17:13 +01:00
iLLiCiTiT
c88579591a keep track of new/old keys 2023-01-26 02:14:16 +01:00
iLLiCiTiT
f9f077722c adde items method to extend dictionary approach 2023-01-26 02:06:26 +01:00
iLLiCiTiT
e46042c2d6 use the 'ChangedItem' object to handle changes 2023-01-26 01:59:35 +01:00
iLLiCiTiT
1496b74fc2 added helper object to handle changes 2023-01-26 01:58:52 +01:00
iLLiCiTiT
fa62e7954c removed unused methods 2023-01-26 01:56:18 +01:00
Jakub Trllo
e444e0c7d9
Merge pull request #4284 from ynput/feature/OP-3930_Publish-to-Studio-Library
General: Push to studio library
2023-01-17 14:47:04 +01:00
iLLiCiTiT
7d01590b64 creators can be disabled too 2023-01-12 11:38:30 +01:00
Jakub Trllo
5d4be57504 implemented new function 'get_subset_name_template' 2023-01-05 10:15:20 +01:00
Jakub Jezek
410ed90cb3
fix typo 2022-12-23 12:17:54 +01:00
Ondřej Samohel
44a7e844b2
Merge remote-tracking branch 'origin/develop' into enhancement/OP-3075_houdini-new-publisher 2022-11-24 12:13:17 +01:00
Ondřej Samohel
8145130061
🏷️ fix type hint 2022-11-11 10:00:16 +01:00
Jakub Trllo
d6bc58df08 Merge branch 'develop' into feature/publisher_common_cache_function 2022-11-04 12:07:54 +01:00
Jakub Trllo
e5205f5c81 prepared common function to cache instances during collection phase 2022-11-02 19:53:03 +01:00
Jakub Trllo
7df622df0c fix thumbnail refreshing 2022-11-01 18:29:21 +01:00
Jakub Trllo
9c048478bb added small comment 2022-10-27 18:44:34 +02:00
Jakub Trllo
d71a1f8d52 creators can set thumbnail path and allow to pass thumbnail in precreation part 2022-10-27 18:41:11 +02:00
Jakub Trllo
8cf23ec864 create context can store thumbnails 2022-10-27 18:40:18 +02:00
Ondřej Samohel
6c76c190eb
Merge remote-tracking branch 'origin/feature/OP-4285_Convertors-for-legacy-instances' into enhancement/OP-3075_houdini-new-publisher 2022-10-25 22:54:19 +02:00
Jakub Trllo
698fe8379e added logger to convertor 2022-10-25 16:57:33 +02:00
Jakub Trllo
6f642ab34c trigger reset of controller when conversion finishes 2022-10-25 16:56:28 +02:00
Ondřej Samohel
d65d1d4448
Merge remote-tracking branch 'origin/feature/OP-4285_Convertors-for-legacy-instances' into enhancement/OP-3075_houdini-new-publisher 2022-10-25 14:33:54 +02:00
Jakub Trllo
0fd5445419 wrap convertor callbacks by custom exceptions 2022-10-24 19:25:35 +02:00