Jakub Trllo
|
df532268a2
|
add family to instance data
|
2023-02-15 12:00:15 +01:00 |
|
Jakub Trllo
|
5903dbce9e
|
autofill precreate attributes if are not passed
|
2023-02-14 17:03:05 +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
|
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 |
|
Jakub Trllo
|
4d990e6f87
|
Updated docstrings
|
2023-01-30 11:03:51 +01:00 |
|
Jakub Trllo
|
daa961d249
|
variant is required argument
|
2023-01-30 10:49:27 +01:00 |
|
Jakub Trllo
|
75bffb4dae
|
removed unnecessary family from instance data
|
2023-01-30 10:49:17 +01:00 |
|
Jakub Trllo
|
40712089d9
|
Validate creator and asset doc
|
2023-01-30 10:48:57 +01:00 |
|
Roy Nieterau
|
68959d426e
|
Fix typo
|
2023-01-30 10:24:17 +01:00 |
|
iLLiCiTiT
|
498c8564f7
|
swapped argments order in docstring
|
2023-01-28 00:40:08 +01:00 |
|
iLLiCiTiT
|
430fe6aed4
|
renamed 'create'->'raw_create' and 'create_with_context'->'create'
|
2023-01-28 00:33:33 +01:00 |
|
iLLiCiTiT
|
d09b781261
|
implemented helper function 'create_with_context' to trigger standartized creation
|
2023-01-28 00:32:53 +01:00 |
|
iLLiCiTiT
|
8678f4e2fa
|
'create' returns output from creator
|
2023-01-28 00:31:27 +01:00 |
|
iLLiCiTiT
|
0a900f8ae1
|
use 'name' attribute of host implementation if is available
|
2023-01-28 00:30:59 +01:00 |
|
iLLiCiTiT
|
d1b41ebac0
|
AvalonMongoDB is not needed for CreateContext or Controller
|
2023-01-28 00:30:24 +01:00 |
|
iLLiCiTiT
|
6246bac774
|
renamed 'reset_avalon_context' to 'reset_current_context'
|
2023-01-28 00:29:21 +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 |
|