Commit graph

1606 commits

Author SHA1 Message Date
Jakub Trllo
2f71d44bf1
Merge pull request #393 from ynput/bugfix/hiero-precollect-product-name-fix
Hiero: Precollect instances variable fix
2024-04-12 10:47:34 +02:00
Jakub Trllo
76463788a1
Merge pull request #392 from ynput/bugfix/blender-load-layout-fix
Blender: Fix used load layout plugin
2024-04-12 10:21:40 +02:00
Roy Nieterau
4af1a22355
Merge branch 'develop' into enhancement/houdini_optimize_collect_inputs 2024-04-12 10:03:52 +02:00
Kayla Man
d0f7de61e4
Merge branch 'develop' into enhancement/maya_ignore_invalid_references 2024-04-12 15:10:52 +08:00
Jakub Trllo
2a36647b3b
Merge pull request #404 from ynput/enhancement/loader-get-version-information-at-once
Loader: Products model fetches versions information once
2024-04-11 21:40:04 +02:00
Petr Kalis
a75e55b927
Merge pull request #405 from BigRoy/chore/cleanup_abstract_collect_render
Abstract Render Collector: Preserve instance id when replacing with new instance
2024-04-11 17:56:22 +02:00
Petr Kalis
0f24d099ec Merge branch 'chore/cleanup_abstract_collect_render' of https://github.com/BigRoy/ayon-core into chore/cleanup_abstract_collect_render 2024-04-11 17:53:07 +02:00
Petr Kalis
cc42c4d5a8 Fix - use differently named variable
Original `instance` variable might shadow wanted `render-like` instance if wrong order of instances get processed.
2024-04-11 17:52:38 +02:00
Jakub Trllo
7f824f44fb
Merge pull request #410 from BigRoy/enhancement/maya_validate_workspace
Maya: Validate Maya Workspace fix report not formatting the root dir variable
2024-04-11 17:42:11 +02:00
Roy Nieterau
af00f43ce8
Merge branch 'develop' into chore/cleanup_abstract_collect_render 2024-04-11 17:26:39 +02:00
Roy Nieterau
c538ed58ef Do not merge source_instance into the instance 2024-04-11 17:26:15 +02:00
Roy Nieterau
c9dc848b70 Cosmetics 2024-04-11 17:15:42 +02:00
Roy Nieterau
5f507ff854 Update comment 2024-04-11 17:12:45 +02:00
Roy Nieterau
129d5d6b0e Do not create a new instance, just update the existing instance 2024-04-11 17:11:39 +02:00
Jakub Trllo
440e05f308
Merge pull request #395 from ynput/bugfix/anatomy-site-sync-variable
Anatomy: Fix variable used to work with site sync
2024-04-11 17:07:05 +02:00
Roy Nieterau
79abe05637 Fix message formatting 2024-04-11 17:03:42 +02:00
Jakub Trllo
5b9a08e154
Merge pull request #388 from ynput/enhancement/remove-unused-imports
Chore: Remove unused imports
2024-04-11 16:27:55 +02:00
Roy Nieterau
5ad7103f57 Raise error if source not found in context 2024-04-11 16:25:34 +02:00
Roy Nieterau
9690748d99 Do not return bool 2024-04-11 16:24:40 +02:00
Jakub Trllo
101d82ca50 Merge branch 'develop' into enhancement/AY-4893_Better-addons-client-code-in-core 2024-04-11 15:54:53 +02:00
Kayla Man
d60453b0b9
Merge branch 'develop' into bugfix/AY-4953_Substance-8K-option-missing 2024-04-11 21:38:29 +08:00
Roy Nieterau
4b1b54732e
Merge branch 'develop' into chore/cleanup_abstract_collect_render 2024-04-11 14:47:56 +02:00
Jakub Trllo
e3cfb68007 convert only string values in prepare data 2024-04-11 14:42:08 +02:00
Roy Nieterau
25a54cbdca
Update client/ayon_core/pipeline/publish/lib.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-04-11 14:38:38 +02:00
Roy Nieterau
e1bd0ccf54
Update client/ayon_core/pipeline/publish/lib.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-04-11 14:38:33 +02:00
Roy Nieterau
19c655e153
Update client/ayon_core/pipeline/publish/lib.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-04-11 14:38:28 +02:00
Kayla Man
bcfd43b9f5 add 8k options into texture creator 2024-04-11 20:28:11 +08:00
Roy Nieterau
708fd64c79 Fix instances - I need more coffee today 2024-04-11 13:29:35 +02:00
Roy Nieterau
b3d9dabd62 Fix returning the instances 2024-04-11 13:24:08 +02:00
Roy Nieterau
5b85cc9ec3 Tweak comment 2024-04-11 13:23:41 +02:00
Roy Nieterau
6e812e0079 Fix replacement, and do not add new instance in context twice 2024-04-11 13:23:00 +02:00
Roy Nieterau
56fd07a784 Fix replacement 2024-04-11 13:14:24 +02:00
Jakub Trllo
e74c1912a2 Merge branch 'develop' into bugfix/tvpaint-workfile-loader 2024-04-11 13:06:15 +02:00
Roy Nieterau
f9a0b7a1ec Replace instances while preserving their instance.id and instance.data[instance_id] 2024-04-11 12:58:47 +02:00
Roy Nieterau
065906a5ab Fix 'reference node is not associated with a reference file' errors 2024-04-11 12:16:45 +02:00
Jakub Trllo
95b4d64b6a
Merge pull request #394 from ynput/enhancement/small-code-cleanup
Chore: Small code cleanup
2024-04-11 11:57:05 +02:00
Toke Jepsen
41f1d09ac9
Merge branch 'develop' into enhancement/maya_validate_model_content_root_unique 2024-04-11 09:30:51 +01:00
iLLiCiTiT
1d459d2be2 modified products model to get versions information once 2024-04-10 22:43:21 +02:00
Jakub Trllo
4fa9cab65b implemented milestone versions so we can log that addon version is too old to be compatible with ayon core 2024-04-10 18:32:23 +02:00
Jakub Trllo
ad7b558d18 removed logic loading addons from 'addons' dir 2024-04-10 18:29:58 +02:00
Jakub Trllo
725c15449a
Merge pull request #401 from ynput/bugfix/run-command-fix
Chore: Run commnad fix
2024-04-10 18:08:50 +02:00
Jakub Trllo
25c9face01
Merge pull request #386 from ynput/enhancement/use-set-for-representation-name
Chore: Use `set` for representation name attribute in LoadPlugin
2024-04-10 17:52:20 +02:00
Jakub Trllo
cad45cee4c check for correct first argument 2024-04-10 17:37:52 +02:00
Jakub Trllo
43a95bed75 move client code of applications addon next to server codebase 2024-04-10 16:00:52 +02:00
Jakub Trllo
acdafb0a90 removed unused 'win32api' import 2024-04-10 13:50:53 +02:00
Ondřej Samohel
ee5cd1b0f6
Merge branch 'develop' into feature/houdini_allow_taking_snapshoots 2024-04-10 12:11:38 +02:00
Ondřej Samohel
8d1b74d886
Merge branch 'develop' into enhancement/add-maya2025-support 2024-04-10 12:05:16 +02:00
Jakub Trllo
6366998d57
change order to match imports order
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2024-04-10 12:02:12 +02:00
Jakub Trllo
400e30f160 fix variable used in anatomy to work with site sync 2024-04-10 11:29:02 +02:00
Jakub Trllo
7c994ee1f0 ignore unused variable in tray 2024-04-10 11:25:45 +02:00