Roy Nieterau
47ef404f04
Raise PublishValidationError
2023-04-07 13:40:26 +02:00
Roy Nieterau
434ed6c620
Raise PublishValidationError
2023-04-07 12:41:54 +02:00
Roy Nieterau
2dd39ade5f
Raise PublishValidationError
2023-04-07 12:39:46 +02:00
Roy Nieterau
aeb1ae0451
Cleanup
2023-04-07 12:35:53 +02:00
Roy Nieterau
1c59234d03
Raise PublishValidationError
2023-04-07 12:30:03 +02:00
Roy Nieterau
76d7763f88
Remove temporary hack to force enable the plug-in
2023-04-07 12:26:37 +02:00
Roy Nieterau
7a2ff83318
Raise PublishValidationError
2023-04-07 12:26:19 +02:00
Roy Nieterau
49bdb7f6ff
Raise PublishValidationError
2023-04-07 12:23:22 +02:00
Roy Nieterau
7bc2dc14af
Match order of settings with Export UI of Arnold ASS in maya
2023-04-07 11:56:21 +02:00
Roy Nieterau
35b49815ce
Match labeling from Arnold's ASS Export labels in Maya export UI
2023-04-07 11:54:47 +02:00
Roy Nieterau
bbfbc9438d
Raise as PublishValidationErrors
2023-04-06 20:37:50 +02:00
Roy Nieterau
de5895ccca
Raise as PublishValidationErrors
2023-04-06 20:37:32 +02:00
Roy Nieterau
3cb3641113
Be more explicit about the flattened creator attributes data structure
2023-04-06 20:23:26 +02:00
Roy Nieterau
558126a8e2
Merge remote-tracking branch 'upstream/develop' into maya_new_publisher
2023-04-06 18:00:37 +02:00
Roy Nieterau
26f5ee35aa
Improve error message for unsupported renderer
2023-04-06 17:55:37 +02:00
Roy Nieterau
3b2dce759c
Use base class for Renderlayer linked creators
2023-04-06 17:55:07 +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
Roy Nieterau
149dd25b9a
Revert default optional state
2023-04-06 00:08:20 +02:00
Roy Nieterau
2a48d82f2c
Allow optional validate mesh arnold attributes
2023-04-06 00:07:36 +02:00
Roy Nieterau
2cbe58f4d1
Cleanup
2023-04-05 23:27:42 +02:00
Roy Nieterau
436da7465f
Remove redundant type logging since it's converted to int above
2023-04-05 23:27:19 +02:00
Roy Nieterau
7dc6158fb8
Change assertions to KnownPublishError
2023-04-05 23:26:54 +02:00
Roy Nieterau
096f913fe6
Merge branch 'maya_new_publisher' of https://github.com/BigRoy/OpenPype into maya_new_publisher
2023-04-05 23:15:18 +02:00
Roy Nieterau
f62384bca7
Preserve original comment as tooltip
2023-04-05 23:13:07 +02:00
Roy Nieterau
a6799fa8fc
Update openpype/hosts/maya/plugins/create/create_render.py
...
Co-authored-by: Fabià Serra Arrizabalaga <fabia.serra92@gmail.com>
2023-04-05 23:07:47 +02:00
Roy Nieterau
28c207a33e
Remove mention of mayaScene export only since it also applies to the Alembic export
2023-04-05 23:06:17 +02:00
Roy Nieterau
09ecd3b974
Refactor LegacyConverted -> MayaLegacyConvertor
2023-04-05 22:59:11 +02:00
Roy Nieterau
08f6e9667f
Merge remote-tracking branch 'upstream/develop' into maya_new_publisher
2023-04-05 22:47:14 +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
Roy Nieterau
59410c7b0c
Fix typo
2023-04-05 15:08:52 +02:00
Roy Nieterau
ae9b5950a7
Cleanup + add todo
2023-04-05 15:07:20 +02:00
Roy Nieterau
38585305d7
Draft refactor CreateVRayScene
2023-04-05 14:53:10 +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
Roy Nieterau
dc05906515
Merge branch 'maya_new_publisher' of https://github.com/BigRoy/OpenPype into maya_new_publisher
2023-04-05 14:27:57 +02:00
Roy Nieterau
a6b28e448d
Merge remote-tracking branch 'upstream/develop' into maya_new_publisher
2023-04-05 14:27:33 +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