Thomas Fricard
2304c32dee
docs: add explanations for the index position in the namespace
2023-04-07 15:16:59 +02:00
Thomas Fricard
265fec770b
add docstrings for get_custom_namespace function
2023-04-07 15:15:53 +02:00
Thomas Fricard
163e01542c
create get_custom_namespace function to control the position of the unique index
2023-04-07 15:15:53 +02:00
Thomas Fricard
c38ee97246
refactor custom_namespace and custom_group_name
2023-04-07 15:15:53 +02:00
Thomas Fricard
fc928a1987
change RaiseError to OP LoadError
2023-04-07 15:15:53 +02:00
Thomas Fricard
9cfa795f47
remove 'group_name' from arguments and add it to 'options' dict
2023-04-07 15:15:50 +02:00
Thomas Fricard
cf0debf04b
move namespace and group_name logic into for loop
2023-04-07 15:15:32 +02:00
Thomas Fricard
a62ab4fcc0
don't need to instanciate gorup_name since it is passed in arguments
2023-04-07 15:15:29 +02:00
Thomas Fricard
d13fc645e7
adapt custom namespace and group name to new settings + refactoring
2023-04-07 15:14:12 +02:00
Thomas Fricard
73c2ef6d56
add group_name argument to process_reference method
2023-04-07 15:14:12 +02:00
Thomas Fricard
cc369928c1
modify doc to match new settings
2023-04-07 15:14:08 +02:00
Thomas Fricard
f99cb4e2b3
separate custom namespace settings into two different fields
2023-04-07 15:12:52 +02:00
Thomas Fricard
6ecaa7dd05
move custom naming logic outside the for loop since it is not dynamic
2023-04-07 15:12:52 +02:00
Thomas Fricard
92a35bc7d2
fix layout
2023-04-07 15:12:52 +02:00
Thomas Fricard
77ce35251a
fix example for custom namespace in doc
2023-04-07 15:12:51 +02:00
Thomas Fricard
307e57bbfd
change variables name for template
2023-04-07 15:12:51 +02:00
Thomas Fricard
e88288c53a
add group_name argument to process_reference method for ReferenceLoader subclasses
2023-04-07 15:12:47 +02:00
Thomas Fricard
8879c8e9e9
remove _ suffix on unique namespace
2023-04-07 15:11:02 +02:00
Thomas Fricard
599af2de23
remove unused import
2023-04-07 15:11:02 +02:00
Thomas Fricard
bad4f51653
set default value for reference loader naming
2023-04-07 15:11:02 +02:00
Thomas Fricard
14f6902fc0
modify doc
2023-04-07 15:11:02 +02:00
Thomas Fricard
45f59b4e58
raise value error for wrong namespace format + make namespace unique
2023-04-07 15:11:02 +02:00
Thomas Fricard
b3d62c5174
remove create namespace if it doesn't exsits
2023-04-07 15:11:02 +02:00
Thomas Fricard
3597b73ce6
change the token/description display for the reference loader in maya docs
2023-04-07 15:11:02 +02:00
Thomas Fricard
1c207b91f4
process custom reference naming for maya
2023-04-07 15:11:02 +02:00
Thomas Fricard
6ceb7ef8b3
reset group name variable as before
2023-04-07 15:11:02 +02:00
Thomas Fricard
f0a6c933ea
create settings and doc for the custom naming of referenced assets in maya
2023-04-07 15:10:54 +02:00
Thomas Fricard
91331acc4a
create namespace if it doesn't already exists in maya + replace _ by : in namespace
2023-04-07 15:08:24 +02:00
github-actions[bot]
cd756ba215
chore(): update bug report / version
2023-04-06 14:43:58 +00:00
Jakub Jezek
b0daca4d8b
adding issues templates
2023-04-06 16:19:57 +02:00
Roy Nieterau
fe5853fcf1
Fix Py2 support - attr dataclass must be new style class ( #4808 )
2023-04-06 16:12:34 +02:00
Jakub Ježek
abca25b94a
Merge pull request #4811 from ynput/bugfix/OP-5555_Nuke-optional-validators-publisher-attributes
2023-04-06 16:08:20 +02:00
Jakub Ježek
3f28c42d1f
Merge branch 'develop' into bugfix/OP-5555_Nuke-optional-validators-publisher-attributes
2023-04-06 16:08:01 +02:00
Jakub Jezek
d2f4009c20
dividing workflows
2023-04-06 15:44:59 +02:00
Jakub Jezek
b2a011d517
nuke: settings and mixin for some validators
2023-04-06 15:27:05 +02:00
Jakub Ježek
89b87af509
Merge pull request #4783 from ynput/bugfix/OP-5435_Global-workfile-template-builder-profile-resolving
2023-04-06 10:35:32 +02:00
Petr Kalis
c2fede9798
Handle Harmony zip files with deeper structure ( #4782 )
...
External Harmony zip files might contain one additional level with scene name.
2023-04-05 16:59:27 +02:00
Jakub Trllo
70087468c3
General: Anatomy templates formatting ( #4773 )
...
* TemplatesDict can create different type of template
* anatomy templates can be formatted on their own
* return objected templates on get item
* '_rootless_path' is public classmethod 'rootless_path_from_result'
* 'AnatomyStringTemplate' expect anatomy templates
* remove key getters
* fix typo 'create_ojected_templates' -> 'create_objected_templates'
* Fix type of argument
* Fix long line
2023-04-05 15:59:36 +02:00
Jakub Ježek
324fe8b64c
Merge pull request #4755 from ynput/bugfix/OP-5377_Nuke-prerender-create-reviewable-attribute-is-broken
2023-04-05 14:49:46 +02:00
Jakub Trllo
199f70e1ca
add missing variable 'handles' to loader ( #4781 )
2023-04-05 14:35:07 +02:00
Jakub Jezek
17bfa7f628
add positional knobs only if keep_placeholder
2023-04-05 14:34:57 +02:00
Jakub Jezek
105e03344c
nuke: capture exception so popup is not rised
2023-04-05 14:34:26 +02:00
Jakub Ježek
d99236f72f
Merge branch 'develop' into bugfix/OP-5377_Nuke-prerender-create-reviewable-attribute-is-broken
2023-04-05 14:30:59 +02:00
Jakub Ježek
0019ff6f7d
Merge pull request #4779 from ynput/bugfix/OP-5543_DV-Resolve-integration
2023-04-05 12:17:47 +02:00
Jakub Ježek
9d40758725
Merge branch 'develop' into bugfix/OP-5543_DV-Resolve-integration
2023-04-05 12:15:35 +02:00
Jakub Jezek
68caaf65c8
fixing skipping of project actions
2023-04-05 12:14:54 +02:00
Jakub Jezek
1944643d78
make label key optional on instance.data
2023-04-05 11:39:28 +02:00
Jakub Trllo
0cdeda5396
remove UnknownDef attributes on pop from attributes value ( #4776 )
2023-04-05 11:06:43 +02:00
ynbot
29cfffda5c
[Automated] Merged main into develop
2023-04-05 05:26:11 +02:00
Ynbot
a708885abb
[Automated] Bump version
2023-04-05 03:25:57 +00:00