Commit graph

93 commits

Author SHA1 Message Date
Jakub Trllo
77e2f6eb8d use create register/discover functions in code 2022-03-23 15:11:43 +01:00
Jakub Trllo
645531f402 creators have their specific functions 2022-03-23 15:05:10 +01:00
Jakub Trllo
c5ac2290f6 use moved functions in hosts and tools 2022-03-14 11:36:17 +01:00
Jakub Trllo
f91f7dfd42
Merge pull request #2863 from pypeclub/enhancement/OP-2880_NP-Fix-changing-task-on-publishing-instance
NewPublisher: Changing task on publishing instance
2022-03-10 09:34:23 +01:00
Jakub Trllo
9280eacf40 missing task does not make invalid asset 2022-03-09 14:38:22 +01:00
Jakub Trllo
7600590f7c moved avalon creators and added legacy prefix 2022-03-08 17:31:16 +01:00
Jakub Trllo
ee53add80f don't set version if is not available 2022-03-04 17:13:03 +01:00
Jakub Trllo
57e1af7ba8 changed 'uuid' to 'instance_id' as 'uuid' may not work in maya 2022-02-21 17:09:28 +01:00
iLLiCiTiT
f8be5763b5 renamed method 'get_attribute_defs' to 'get_instance_attr_defs' 2022-01-18 18:05:32 +01:00
iLLiCiTiT
2d7521289a ui attribute definitions are skipped for storing data 2022-01-18 17:25:51 +01:00
iLLiCiTiT
9c6a57aa58 creator can define precreate attribute definitions and allowing context change 2022-01-18 17:23:37 +01:00
iLLiCiTiT
cb4b014800 moved SUBSET_NAME_ALLOWED_SYMBOLS to pipeline/create/constants 2021-11-12 22:31:13 +01:00
iLLiCiTiT
c135fe3bde added question to "id" key 2021-10-22 18:51:52 +02:00
iLLiCiTiT
2e98795ad0 pop keys that are already set 2021-10-22 18:51:36 +02:00
iLLiCiTiT
6a8c23f46e label is available for all creators 2021-10-07 10:25:20 +02:00
iLLiCiTiT
49765d24a5 fixed variable name 2021-10-06 12:07:11 +02:00
iLLiCiTiT
8f5e3eaa3d use get_subset_name_with_asset_doc in creator 2021-10-06 11:54:35 +02:00
iLLiCiTiT
57b553a13c added reset of context 2021-10-06 11:38:23 +02:00
iLLiCiTiT
b1d29456b9 added validations of duplicated instnaces and creators 2021-10-06 10:12:46 +02:00
iLLiCiTiT
e8be200f0f added information about convert_attribute_values class method on publish plugins 2021-10-06 09:59:15 +02:00
iLLiCiTiT
2572e5eabe renamed readme to have uppered letters 2021-10-06 09:56:52 +02:00
iLLiCiTiT
1540f88097 renamed readme file to temp name 2021-10-06 09:56:30 +02:00
iLLiCiTiT
73e07330aa changed ui_creators to manual_creators 2021-10-05 18:06:33 +02:00
iLLiCiTiT
1549cf9b81 store instances by their id 2021-10-05 17:56:30 +02:00
iLLiCiTiT
b964d119c4 added few docstrings 2021-10-05 17:49:27 +02:00
iLLiCiTiT
8eac18e4ef removed unused method convert_family_attribute_values 2021-10-05 15:56:55 +02:00
iLLiCiTiT
dcb74c333b removed host from arguments of instance 2021-10-05 12:35:51 +02:00
iLLiCiTiT
b862b2b953 adde contains function for instance class 2021-10-05 12:32:25 +02:00
iLLiCiTiT
b7134831fb added 'bulk_instances_collection' which triggers validation of new instances automatically 2021-10-05 12:32:02 +02:00
iLLiCiTiT
cfdbb19cbd validate_instances_context skip pricessing if passed instances are empty 2021-10-05 12:31:35 +02:00
iLLiCiTiT
9e070cb3cc creator_attributes and publish_attributes can be accessed with attribute 2021-10-05 12:30:58 +02:00
iLLiCiTiT
2afcf5ab3f implemented 'set_publish_plugins' for PublishAttributes 2021-10-05 12:30:23 +02:00
iLLiCiTiT
4ead375a6f attr plugins are not passed as argument on instance creation 2021-10-05 12:30:02 +02:00
iLLiCiTiT
ed61da911b use direct access on instance to access data 2021-10-05 11:55:44 +02:00
iLLiCiTiT
e32dc2d878 added string representation of instance 2021-10-05 11:48:59 +02:00
iLLiCiTiT
03deba3ae0 added some docstrings 2021-10-05 11:43:01 +02:00
iLLiCiTiT
741c0d2114 CreatedInstance is dictionary like object that validates changes of data 2021-10-05 11:39:53 +02:00
iLLiCiTiT
ab0ea46f89 changed version handling 2021-10-05 11:39:27 +02:00
iLLiCiTiT
8864e047ac creators have new attribute identifier replacing family as identifier which affected almost everything in current code 2021-10-04 11:58:50 +02:00
iLLiCiTiT
56028e2dbe added context manager ignore_added_instances 2021-10-01 19:45:54 +02:00
iLLiCiTiT
93593788c1 removed unused variable 2021-10-01 19:33:10 +02:00
iLLiCiTiT
a1ec6c0aab added method for removed instances and change name of add_instance to creator_adds_instance 2021-10-01 19:32:57 +02:00
iLLiCiTiT
f3115b85e3 validation is public method 2021-10-01 19:32:32 +02:00
iLLiCiTiT
d15240d2a3 implemented helper private methods for creators 2021-10-01 19:30:48 +02:00
iLLiCiTiT
1457d2874e removed unused AutoCreationSkipped 2021-10-01 18:59:36 +02:00
iLLiCiTiT
3aa66f97c1 removed responsibility for listing, updating and removing instanctes from host 2021-10-01 18:58:59 +02:00
iLLiCiTiT
69a74162e1 instance has properties that are not modifiable 2021-10-01 18:56:00 +02:00
iLLiCiTiT
521a701c2e creators have required attribute identifier 2021-10-01 17:25:08 +02:00
iLLiCiTiT
7dfa424c9b remove_instances is empty on autocreators 2021-10-01 17:24:51 +02:00
iLLiCiTiT
6fcb38fc72 creators have more responsibility about instances 2021-10-01 17:24:35 +02:00