Commit graph

37340 commits

Author SHA1 Message Date
Jakub Trllo
4ce342d356
check against lowered value 2024-03-27 14:21:49 +01:00
Jakub Jezek
37e7b31feb
Refactor parent folder handling in validation plugin
- Added comments to clarify the list of parents for context and folders.
2024-03-27 14:19:32 +01:00
Jakub Ježek
eb09961b55
Merge branch 'develop' into enhancement/AY-1112_Editorial-data-in-hierarchyContext 2024-03-27 14:03:45 +01:00
Jakub Jezek
9ebb59cc35
Refactor folder path handling for validation plugin
Improved folder path processing for better accuracy in validation.
2024-03-27 13:54:16 +01:00
Jakub Jezek
8b1ff95566
Refactor folder path extraction logic for validation plugin
Adjust how folder paths are processed for better accuracy.
2024-03-27 13:36:41 +01:00
Jakub Jezek
93b6ded5df
Refactor task field to use None instead of empty string
Changed the task field in base_instance_data dictionary from an empty string to None for better clarity and consistency.
2024-03-27 13:36:25 +01:00
Ondřej Samohel
41883b1955
Merge pull request #48 from ynput/bugfix/OP-8210-houdini_redshift_render_aovs_one_layer
Bugfix/houdini redshift render aovs in one layer
2024-03-27 13:00:42 +01:00
Jakub Trllo
ec76733797
Merge pull request #286 from ynput/bugfix/maya-convertor-fix
Maya: Fix variable name in convertor plugin
2024-03-27 12:51:04 +01:00
Jakub Trllo
3d4aa23c5e use correct variable in maya legacy convertor plugin 2024-03-27 12:49:57 +01:00
Jakub Trllo
199ae5fe61
Merge pull request #282 from ynput/bugfix/quick-fixes
Chore: Quick fixes
2024-03-27 12:31:38 +01:00
Ondřej Samohel
9850533f1e
Merge pull request #247 from BigRoy/enhancement/maya_publishvalidationerrors
Maya: Raise PublishValidationError in validators
2024-03-27 12:29:02 +01:00
Jakub Trllo
52f4af6741 use correct constant name 'NODE_TAB_NAME' 2024-03-27 12:28:52 +01:00
Jakub Trllo
c69955c7b5 use correct variable name 'version_attributes' 2024-03-27 12:28:26 +01:00
Ondřej Samohel
db3243e340
Merge pull request #263 from BigRoy/chore/houdini_remove_id_logic
Houdini: Remove legacy unused id logic
2024-03-27 12:10:06 +01:00
Ondřej Samohel
f485c93da5
Merge branch 'develop' into chore/houdini_remove_id_logic 2024-03-27 12:09:58 +01:00
Jakub Trllo
61fc71b60d
Merge pull request #276 from ynput/bugfix/typos-in-code
Chore: Fix typos in comments and docstrings
2024-03-27 12:09:39 +01:00
Jakub Trllo
d0ba112337
revert 'parm' in comment 2024-03-27 12:09:33 +01:00
Ondřej Samohel
c3048cad6e
Merge pull request #279 from BigRoy/chore/maya_create_yeti_cache_duplicate_class_name
Maya: Make Create Unreal Yeti Cache creator class name unique `
2024-03-27 12:08:40 +01:00
Ondřej Samohel
dfe7cc4f57
Merge branch 'develop' into chore/maya_create_yeti_cache_duplicate_class_name 2024-03-27 12:08:30 +01:00
Ondřej Samohel
0ba661fc2b
Merge pull request #277 from BigRoy/chore/maya_remove_redundant_apply_settings
Maya: Remove apply settings logic for Create unreal product types
2024-03-27 12:04:47 +01:00
Ondřej Samohel
c6acc5b397
Merge branch 'develop' into chore/maya_remove_redundant_apply_settings 2024-03-27 12:04:38 +01:00
Ondřej Samohel
028a50492b
Merge branch 'develop' into enhancement/maya_publishvalidationerrors 2024-03-27 12:03:46 +01:00
Ondřej Samohel
e445ea0e75
Merge pull request #264 from BigRoy/bugfix/houdini_fix_save_context_data
Houdini: Fix correctly updating context data on saving in publisher
2024-03-27 12:02:49 +01:00
Ondřej Samohel
91a95f4eec
Merge branch 'develop' into bugfix/houdini_fix_save_context_data 2024-03-27 11:58:46 +01:00
Roy Nieterau
f2056e8b34 Make Creator class name compared to existing CreateYetiCache in create_yeti_cache.py 2024-03-27 11:53:34 +01:00
Roy Nieterau
8e740caf2c No need to define apply_settings since it gets auto-applied 2024-03-27 11:48:45 +01:00
Jakub Trllo
908e17430c fix typos in codebase 2024-03-27 11:46:07 +01:00
Ondřej Samohel
ce9cc45a15
Merge branch 'develop' into bugfix/OP-8210-houdini_redshift_render_aovs_one_layer 2024-03-27 11:38:59 +01:00
Milan Kolar
35c32dd7df
Merge pull request #251 from BigRoy/bugfix/maya_extract_yeti_cache 2024-03-27 11:23:55 +01:00
Milan Kolar
39816e4a4d
Merge pull request #249 from BigRoy/enhancement/maya_validate_no_namespace_report 2024-03-27 11:15:10 +01:00
Milan Kolar
8923e75e69
Merge pull request #220 from BigRoy/chore/maya_camera_bake_attributes 2024-03-27 11:08:55 +01:00
Milan Kolar
d9068d38aa
Merge pull request #243 from BigRoy/enhancement/maya_validate_rig_out_set_node_ids_message 2024-03-27 10:48:43 +01:00
Jakub Trllo
64a1d17838
Merge pull request #270 from BigRoy/bugfix/colorspace_fix_remapping_cache
Fix initial state for `CachedData.remapping`
2024-03-27 10:24:31 +01:00
Jakub Trllo
eb2f7fa9e1
Merge pull request #273 from BigRoy/chore/remove_deprecated_avalon_actions
Remove deprecated `AVALON_ACTIONS`
2024-03-27 10:22:28 +01:00
Roy Nieterau
80b94fe807 Merge branch 'develop' of https://github.com/ynput/ayon-core into enhancement/maya_validate_rig_out_set_node_ids_message
# Conflicts:
#	client/ayon_core/hosts/maya/plugins/publish/validate_rig_out_set_node_ids.py
2024-03-27 09:59:23 +01:00
Milan Kolar
2dcf55bdd5
Merge pull request #234 from BigRoy/enhancement/houdini_load_usd_sop_import 2024-03-27 09:58:57 +01:00
Milan Kolar
aba5f756fa
Merge pull request #244 from BigRoy/bugfix/maya_validate_step_size 2024-03-27 09:58:03 +01:00
Milan Kolar
15890dedb2
Merge pull request #230 from BigRoy/enhancement/resolve_menu_minimize 2024-03-27 09:55:29 +01:00
Milan Kolar
42db884b3f
Merge pull request #223 from BigRoy/enhancement/houdini_camera_loader_allow_switch 2024-03-27 09:49:38 +01:00
Milan Kolar
59de0a52af
Merge pull request #204 from BigRoy/bugfix/load_vdb_to_arnold_unexpected_arguments 2024-03-27 09:48:40 +01:00
Milan Kolar
348cbd1e53
Merge pull request #222 from BigRoy/enhancement/houdini_generic_filepath_loader 2024-03-27 09:47:58 +01:00
Milan Kolar
88cb5eec28
Merge pull request #206 from BigRoy/bugfix/houdini_collect_fix_indentations 2024-03-27 09:46:53 +01:00
Roy Nieterau
0b36cbc5ec Remove deprecated AVALON_ACTIONS 2024-03-27 09:15:15 +01:00
Roy Nieterau
f6cf5e0651 Remove unused import 2024-03-27 01:06:52 +01:00
Roy Nieterau
d69ba8395c Fix initial state for CachedData.remapping 2024-03-27 00:50:40 +01:00
Roy Nieterau
3d3ef75a0f Add docstring as description 2024-03-27 00:29:58 +01:00
Roy Nieterau
5fd209970c Change assert to KnownPublishError 2024-03-27 00:26:36 +01:00
Roy Nieterau
2b175b806e Cosmetics 2024-03-27 00:25:08 +01:00
Roy Nieterau
11e0df6a2a Change assert to PublishValidationError 2024-03-27 00:24:15 +01:00
Roy Nieterau
38d4a3231a Change assert to PublishValidationError 2024-03-27 00:23:46 +01:00