Commit graph

29919 commits

Author SHA1 Message Date
Roy Nieterau
175db54074 Tweak logged message for non-UI report 2023-04-20 00:09:50 +02:00
Roy Nieterau
cbd88a616c Tweak formatting, fix type bug for instance node 2023-04-20 00:06:10 +02:00
Roy Nieterau
9484bd4a51 Force geometry update, otherwise manual update mode will fail to get the geometry correctly 2023-04-20 00:05:47 +02:00
Roy Nieterau
bb24b82364 Fix type bug 2023-04-20 00:05:07 +02:00
Roy Nieterau
b3044398fc Improve validation report + allow to select the invalid node 2023-04-19 23:43:47 +02:00
Roy Nieterau
97f13a169b Allow output node to be not collected, then correctly show error 2023-04-07 18:11:35 +02:00
Roy Nieterau
13b72fa57c Improve logging speed + readability for large number of primitives 2023-04-07 17:59:36 +02:00
Roy Nieterau
3f404002e5 Cosmetics + less aggresive message (no exclamation point) 2023-04-07 17:41:41 +02:00
Roy Nieterau
3e71ace6b7 Fix logic 2023-04-07 17:37:35 +02:00
Roy Nieterau
e2e03346fa Fix VDB validation 2023-04-07 17:35:29 +02:00
Roy Nieterau
d9c67a0bd5 Improve speed of logging for when its validating a node with many prims. 2023-04-07 16:43:53 +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
ynbot
417ee37f3f
[Automated] Merged develop into main 2023-04-05 05:24:57 +02:00
Jakub Ježek
b775bc0282
Merge branch 'develop' into bugfix/OP-5377_Nuke-prerender-create-reviewable-attribute-is-broken 2023-04-04 17:22:01 +02:00
Jakub Ježek
36087c6954
Merge pull request #4775 from tokejepsen/bugfix/OP-5528_root-work-hardcode 2023-04-04 17:03:40 +02:00
Jakub Jezek
1cbcd66da8
removing older instance attributes 2023-04-04 16:54:36 +02:00
Roy Nieterau
49ff12da3c
Documentation: Move publisher related tips to publisher area (#4772)
* Move publisher related documentation to the publisher block

* Fix typo
2023-04-04 15:19:36 +02:00
Toke Stuart Jepsen
3b680e2afa Replace hardcode with find_root_template_from_path 2023-04-04 12:58:07 +01:00
Jakub Ježek
7d099062d0
Merge branch 'develop' into bugfix/OP-5377_Nuke-prerender-create-reviewable-attribute-is-broken 2023-04-04 13:34:14 +02:00
Ondřej Samohel
5eaa85d0da
Merge pull request #4745 from BigRoy/enhancement/houdini_openpypecontext_type_fix4734 2023-04-04 12:48:30 +02:00
Roy Nieterau
68d4dcabc7
Merge branch 'develop' into enhancement/houdini_openpypecontext_type_fix4734 2023-04-04 12:04:04 +02:00
Jakub Ježek
1027329aee
Merge pull request #4715 from ynput/feature/OP-5372_Nuke-Deadline-job-with-suspended-publishing 2023-04-04 11:57:11 +02:00
Jakub Ježek
0bd74df421
Merge branch 'develop' into feature/OP-5372_Nuke-Deadline-job-with-suspended-publishing 2023-04-04 11:56:55 +02:00
Roy Nieterau
a93b635618
Maya: Remove pymel dependency (#4724)
* Remove pymel from `validate_no_namespace`

* Refactor `ValidateRigOutputIds` to remove pymel dependency

* Remove pymel dependency

* Fix logic

* Remove pymel dependency

* Remove py

* Remove pymel dependency

* Remove pymel dependency

* Remove pymel dependency

* Opt-out early if possible

* Remove pymel dependency

* Remove pymel dependency

* Remove pymel dependency

* Remove pymel dependency

* Remove pymel dependency

* Remove code that should've been removed

* Cosmetics

* Shush hound

* Refactor `get_parent` -> `get_node_parent`

* Fix argument

* Refactor logic for Validate Mesh Arnold Attributes

* Fix load image plane camera transform name

* Merge remote-tracking branch 'upstream/develop' into maya_remove_pymel

# Conflicts:
#	openpype/hosts/maya/plugins/load/load_reference.py
#	openpype/hosts/maya/plugins/publish/collect_review.py

* Fix bug

* Improve labels on messagebox buttons

* Fix repair

* Create empty mesh instead of cube

* Tweak code style based on comments by @fabiaserra

---------

Co-authored-by: Jakub Ježek <jakubjezek001@gmail.com>
2023-04-04 11:23:19 +02:00
Jakub Ježek
0c66e3c566
Merge pull request #4746 from BigRoy/refactor/remove_handles 2023-04-04 11:09:38 +02:00
Jakub Jezek
d593c63b98
make sure project actions review only runs if not fork 2023-04-04 10:53:32 +02:00
Roy Nieterau
0b590ea31d Merge remote-tracking branch 'upstream/develop' into refactor/remove_handles
# Conflicts:
#	openpype/hosts/maya/plugins/publish/collect_review.py
2023-04-03 18:07:15 +02:00
Petr Kalis
177cce233c
Workfiles: keep Browse always enabled (#4766)
* OP-5494 - keep Browse always enable din Workfiles

Browse might make sense even if there are no workfiles present, better in that case it makes the most sense (eg. I want to locate workfile from outside).

* use last existing directory of workfile root instead of goint to cwd

* use lstring instead of index cut

---------

Co-authored-by: Jakub Trllo <jakub.trllo@gmail.com>
2023-04-03 18:01:33 +02:00
Milan Kolar
fc5f8ceeb0
Merge pull request #4744 from BigRoy/maya_2020_fix_capture 2023-04-03 18:01:09 +02:00