Commit graph

831 commits

Author SHA1 Message Date
Jakub Jezek
6af601b784
versionData key fixed to versionAttributes 2024-03-13 22:12:15 +01:00
Jakub Jezek
1d2848af45
old publisher settings stored in core 2024-03-13 22:05:24 +01:00
Jakub Trllo
2a3185a9cb Merge branch 'develop' into enhancement/AY-1226_Use-AYON-entities 2024-03-13 12:54:39 +01:00
Kayla Man
04ee8d8f35 Merge branch 'develop' into enhancement/AY-2130_Maxsceneloader 2024-03-13 14:09:14 +08:00
Kayla Man
4c9280b3a7 add docstring to describe the material pop-up dialog & some code tweaks 2024-03-13 14:08:55 +08:00
Kayla Man
96ebc96920
Merge branch 'develop' into bugfix/replace_instance_context_data_subset_with_instance_name_validate_model_name 2024-03-13 00:35:26 +08:00
Jakub Trllo
513882e6d9 fix get_products call in scene inventory 2024-03-12 17:00:37 +01:00
Jakub Trllo
5f86e9eaba copy and open of published workfile should work 2024-03-12 16:12:12 +01:00
Kayla Man
68a95078a8 rename prompt materials as Prompt on Duplicate Materials 2024-03-12 23:10:07 +08:00
Jakub Trllo
21d7dd3080 don't expect task id to be filled 2024-03-12 16:00:28 +01:00
Kayla Man
5137eabaaf update the options to be more artist-friendly 2024-03-12 22:54:57 +08:00
Jakub Trllo
5d854115b8 use negative version 2024-03-12 14:04:07 +01:00
Jakub Trllo
b116272a1f add missing anatomy argument 2024-03-12 14:02:15 +01:00
Kayla Man
40e41c56ae use instance.data['folderPath'] 2024-03-12 20:32:47 +08:00
Jakub Trllo
1d8eea5809 monkey patch ayon api because of bug 2024-03-12 13:00:24 +01:00
Kayla Man
1db9fbfe40 clean up unnecessary msg 2024-03-12 19:51:32 +08:00
Kayla Man
d5bdcf2b3c use instance.data['productName'] instead of instance.name 2024-03-12 19:49:36 +08:00
Kayla Man
88cd493f2d fix the bug in regards to the non-existence of instance.context.data['subset'] 2024-03-12 19:19:51 +08:00
Jakub Trllo
24f65f4d90 fix integrate thumbnail 2024-03-12 12:07:39 +01:00
Jakub Trllo
66adf30a9b integrate representations later when files are already integrated 2024-03-12 11:23:54 +01:00
Jakub Trllo
cf3d15e51d do not store missing task path if task is not set 2024-03-12 11:00:47 +01:00
Libor Batek
1550196234
Merge branch 'develop' into enhancement/AY-1226_Use-AYON-entities 2024-03-12 09:39:41 +01:00
Libor Batek
875e5e1681
Merge branch 'develop' into enhancement/AY-2130_Maxsceneloader 2024-03-11 17:14:44 +01:00
Jakub Trllo
6ca0ce5759 ignore missing 'task' on 'instance.data' 2024-03-11 17:09:18 +01:00
Kayla Man
2ee1559181
Merge branch 'develop' into enhancement/AY-3641_Houdini-Instance-in-current-context-validator 2024-03-11 22:31:33 +08:00
Jakub Trllo
b5dda66245 Merge branch 'develop' into enhancement/AY-1226_Use-AYON-entities
# Conflicts:
#	client/ayon_core/hosts/nuke/plugins/load/load_clip.py
2024-03-11 15:23:57 +01:00
MustafaJafar
1d45203491 Update variables names - use squeare brackets instead of .get to retrieve 'instance_id' 2024-03-11 16:21:18 +02:00
Jakub Trllo
0eaa438b1b
fix variable name
Co-authored-by: Mustafa Taher <mustafataherzaky@outlook.com>
2024-03-11 15:00:32 +01:00
Jakub Trllo
2f3778257c add missing function and method to integrate hero version 2024-03-11 14:56:14 +01:00
Jakub Ježek
aadc465eaa
Merge branch 'develop' into bugfix/AY-1433_Nuke-Render-Use-existing-frames-with-slate-offsets-the-published-render 2024-03-11 14:42:54 +01:00
Libor Batek
63cd0ef6cc
Merge pull request #166 from BigRoy/enhancement/blender_extract_blend_compress
Blender: Implement 'compress' settings extract blend
2024-03-11 14:16:42 +01:00
Jakub Ježek
28661d7e61
Merge branch 'develop' into bugfix/AY-1433_Nuke-Render-Use-existing-frames-with-slate-offsets-the-published-render 2024-03-11 13:50:05 +01:00
Jakub Ježek
f480222009
Merge branch 'develop' into bugfix/OP-6591_LoadClip-colorspace-override 2024-03-11 13:46:35 +01:00
Jakub Trllo
c8f2ad632c don't limit existing entities to specific fields 2024-03-11 12:38:59 +01:00
Jakub Trllo
fc2dfd0a00 added missing import 2024-03-11 12:37:07 +01:00
Jakub Trllo
7e9dfd5b47 'get_product_name' now expects 'task_name' and 'task_type' 2024-03-11 12:11:22 +01:00
Jakub Trllo
a8f9ac5569 @kalisp suggestions 2024-03-11 11:53:57 +01:00
Jakub Trllo
d4a8ada569 fix dictionary loop 2024-03-11 11:52:02 +01:00
Roy Nieterau
98ee8a0486 Add Validate Instance In Context validator in Houdini 2024-03-11 12:33:32 +02:00
Kayla Man
b3048277e2 make sure the code is also running when it is at headless mode 2024-03-09 22:18:52 +08:00
Roy Nieterau
00df701ca5
Merge branch 'develop' into enhancement/blender_extract_blend_compress 2024-03-08 22:25:03 +01:00
Roy Nieterau
a35db9aaeb Add option to compress .blend exports - fix #156 2024-03-08 22:21:41 +01:00
Jakub Trllo
26960b789f remove unused 'get_schema_version' 2024-03-08 18:07:37 +01:00
Jakub Trllo
7b0641a00f remove unused schemas 2024-03-08 18:07:04 +01:00
Jakub Trllo
394186bfb8 use more suitable functions to get context data 2024-03-08 17:32:42 +01:00
Jakub Trllo
bfcfdeb674 fix context tools 2024-03-08 17:32:18 +01:00
Jakub Trllo
1428e84b11 removed assetlinks widgets 2024-03-08 17:29:22 +01:00
Jakub Trllo
92abf5a14b use folder naming on create instance 2024-03-08 17:20:14 +01:00
Kayla Man
142206c71b make sure Pop up window works 2024-03-09 00:01:37 +08:00
Jakub Trllo
82011d18ab Merge branch 'develop' into enhancement/AY-1226_Use-AYON-entities 2024-03-08 17:00:23 +01:00