Commit graph

120 commits

Author SHA1 Message Date
Jakub Trllo
ad8a7c86e4 use 'get_current_project_asset' in hosts 2022-07-15 15:57:01 +02:00
Milan Kolar
b5224f550e
Merge pull request #3384 from pypeclub/OP-3438_Maya-missing-playblast-options 2022-07-13 08:44:36 +02:00
Allan Ihsan
f76d84dff1 Append "Depth of Field" to plablast options and function. 2022-07-06 22:57:02 +03:00
Roy Nieterau
19a5ed7be3 Refactor iter_visible_in_frame_range -> iter_visible_nodes_in_range 2022-06-29 17:22:21 +02:00
Roy Nieterau
a99cc8f497 Fix iterator 2022-06-28 21:30:22 +02:00
Roy Nieterau
a29d1d4932 Use iterator to speed up visible only validation for most cases 2022-06-28 21:25:17 +02:00
Roy Nieterau
ee273892e8 Add alembic visible only validator 2022-06-28 21:10:11 +02:00
Roy Nieterau
a521c87838 Merge remote-tracking branch 'upstream/develop' into fix3085 2022-06-28 09:03:03 +02:00
Allan Ihsan
f25c662c37 Replace hwFogEnable with fogging flag. 2022-06-25 11:21:25 +03:00
Allan Ihsan
76cf10a611 Add missing hwFogDensity key. 2022-06-24 13:08:47 +03:00
Allan Ihsan
df6a5e1f06 Merge branch 'OP-3438_Maya-missing-playblast-options' of https://github.com/pypeclub/OpenPype into OP-3438_Maya-missing-playblast-options 2022-06-24 04:02:45 +03:00
Allan Ihsan
3af840f888 Add Color Options 2022-06-24 04:00:33 +03:00
Allan I. A
f2ef34c1a2
Update openpype/hosts/maya/api/lib.py
Simplify key test.

Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
2022-06-23 19:18:28 +03:00
Allan Ihsan
4c1bba042d Append Fog Color to functionk, fix loop bug. 2022-06-23 13:08:13 +03:00
Allan Ihsan
98b912f0b3 Change key check placement. 2022-06-23 12:32:15 +03:00
Allan Ihsan
ea6b098bb2 Adjust load_capture_preset() to work with additional settings. 2022-06-23 11:40:01 +03:00
Jakub Trllo
a916488158
Merge pull request #3385 from pypeclub/feature/OP-3374_Use-query-functions-in-Maya
Maya: Use client query functions
2022-06-22 10:46:14 +02:00
Jakub Trllo
240c711360 remove unused import 2022-06-21 15:53:32 +02:00
Jakub Trllo
d4d2f8fe3e added comment to look queries 2022-06-21 15:30:30 +02:00
Jakub Trllo
c9cfcd2b80 use query functions in commands and lib 2022-06-21 15:26:02 +02:00
Ondřej Samohel
94af9cdcc9
✏️ fix typo in variable name 2022-06-21 14:16:00 +02:00
Ondřej Samohel
861fbee46c
🚑 limit attribute name only to vray 2022-06-21 14:14:39 +02:00
murphy
2c7c10a404 vray device aspect ratio fix
Vray has different attribute name for device aspect ratio from other renderers.

 (.aspectRatio instead of .deviceAspectRatio)


Testing
- open/create a maya scene with vray renderer set
- run OpenPype -> Set Resolution

resolution should be set without an error message about nonexistent vray attribute
2022-06-21 12:03:31 +02:00
Felix Wang
24cb024dd9
Maya: Look assigner UI improvements (#3208)
Co-authored-by: felix.wang <felix.wang@igg.com>
2022-06-08 08:45:15 +01:00
Roy Nieterau
4c259c443e Improve comments 2022-04-28 17:30:21 +02:00
Roy Nieterau
b7d5221410 Remove redundant workaround 2022-04-26 09:43:56 +02:00
Roy Nieterau
338bb1560a Fix bug in iter_parents
Previously an empty string could be yielded for e.g. `"|cube"` splitting to `["", "cube"]`
2022-04-26 09:43:16 +02:00
Roy Nieterau
66f8ebbd0f Use MDGContext as context manager
- Functionality added in Maya 2018
- Usage without `MDGContext.makeCurrent()` is deprecated since Maya 2022
2022-04-26 09:10:03 +02:00
Roy Nieterau
b74774d02f Implement get_visible_in_frame_range for extracting Alembics 2022-04-25 18:09:35 +02:00
Jakub Trllo
a579cd31c8 Merge branch 'develop' into enhancement/OP-2858_move-AvalonMongoDB-logic 2022-04-25 18:03:38 +02:00
Roy Nieterau
2c9a5998b3 Improve Maya FPS pop-up message similar to Houdini 2022-04-20 18:26:37 +02:00
Roy Nieterau
acaa3cad9f Fix Houdini FPS + outdated content pop-ups 2022-04-20 17:54:35 +02:00
Jakub Trllo
4a5f4c16f4 replace avalon import in maya 2022-04-14 12:12:41 +02:00
Jakub Trllo
2d9b13c2dd Merge branch 'develop' into enhancement/OP-2956_move-host-install 2022-04-06 13:59:06 +02:00
Jakub Trllo
905eccdc41 fixed registered host callbacks 2022-04-06 13:58:53 +02:00
Ondřej Samohel
14cb9832a2
Merge branch 'develop' into feature/OP-2795_maya-to-unreal-skeletal-meshes 2022-03-30 11:28:59 +02:00
Roy Nieterau
4261d22422 Fix support for Maya 2018
Older versions of Maya do not allow `set` type to be passed to Maya commands and will result in e.g. "RuntimeError: # Syntax error: unexpected end ( at position 4 while parsing"
2022-03-23 12:37:13 +01:00
Ondřej Samohel
e67ac0cda1
Merge remote-tracking branch 'origin/develop' into feature/OP-2795_maya-to-unreal-skeletal-meshes 2022-03-21 17:35:48 +01:00
Derek
485595903d
Merge branch 'pypeclub:develop' into bugfix/rig-deformer-ids 2022-03-16 18:30:46 +07:00
2-REC
9e4a3cf950 Distraction fix... 2022-03-16 16:41:27 +07:00
2-REC
a11fe7a550 Fix to allow more than 1 shape with same ids 2022-03-16 16:38:17 +07:00
Derek
5e7b09e863
Merge branch 'pypeclub:develop' into bugfix/rig-deformer-ids 2022-03-16 15:22:32 +07:00
2-REC
802f8a482d Variable declaration 2022-03-16 12:16:33 +07:00
2-REC
db7e9cc4aa Warning log if more than 1 shape id 2022-03-16 12:13:47 +07:00
Jakub Trllo
5b835d87e7 renamed 'load_representation' to 'load_container' 2022-03-15 11:40:59 +01:00
Ondřej Samohel
d31bee0c3e
fix parenting for skeletal meshes 2022-03-15 00:41:46 +01:00
Jakub Trllo
c5ac2290f6 use moved functions in hosts and tools 2022-03-14 11:36:17 +01:00
Derek Severin
3b0cee19ba Adapted/corrected comment 2022-03-03 19:20:52 +07:00
Derek Severin
4ba40f2a17 Exact type for siblings 2022-03-03 17:48:40 +07:00
Derek Severin
acd86c3091 Full attribute name for readability 2022-03-03 16:25:38 +07:00