Commit graph

22207 commits

Author SHA1 Message Date
Milan Kolar
6cb50ad693
Merge pull request #3245 from pypeclub/feature/OP-3207_Nuke-multiple-baking-streams-with-correct-slate 2022-06-22 13:52:32 +02:00
Milan Kolar
710b49909a
Merge pull request #3390 from pypeclub/revert-2921-shotgrid_module 2022-06-22 13:51:01 +02:00
Milan Kolar
340144157a
Revert "Shotgrid: Add production beta of shotgrid integration" 2022-06-22 13:49:54 +02:00
Milan Kolar
e4b2fed408 Merge remote-tracking branch 'origin/develop' into develop 2022-06-22 11:06:52 +02:00
Milan Kolar
f39a95422d Update integrations section on the web 2022-06-22 11:06:44 +02: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
Milan Kolar
e2cf641a6c
Merge pull request #2921 from Ellipsanime/shotgrid_module 2022-06-22 10:25:20 +02:00
pypebot
06653ca347
[Automated] Merged main into develop 2022-06-22 05:53:18 +02:00
OpenPype
d2bfcb80cb [Automated] Bump version 2022-06-22 03:53:06 +00:00
pypebot
912af309fa
[Automated] Merged develop into main 2022-06-22 05:45:23 +02:00
Jakub Trllo
240c711360 remove unused import 2022-06-21 15:53:32 +02:00
Ondřej Samohel
71334fab46
Merge pull request #3128 from pypeclub/bugfix/OP-3171_render-settings-validator-prefix-warning
Maya: fix image prefix warning in validator
2022-06-21 15:47:02 +02:00
Jakub Trllo
a78381265e use query functions in maya plugins 2022-06-21 15:31:14 +02:00
Jakub Trllo
d4d2f8fe3e added comment to look queries 2022-06-21 15:30:30 +02:00
Jakub Trllo
8cd440e99f use query functions in setdress 2022-06-21 15:29:34 +02:00
Jakub Trllo
c9cfcd2b80 use query functions in commands and lib 2022-06-21 15:26:02 +02:00
Jakub Trllo
d08316d19c generate uuids is using query functions and before that tries to look for asset entity 2022-06-21 15:25:23 +02:00
Ondřej Samohel
9136af76fa
♻️ simplify prefix reduction 2022-06-21 15:06:00 +02:00
Jakub Trllo
a71007de89
Merge pull request #3340 from pypeclub/feature/OP-3385_Use-query-functions-in-TVPaint
TVPaint: Use client query functions
2022-06-21 15:00:25 +02:00
Jakub Trllo
0a6898f542
Merge pull request #3382 from pypeclub/bugfix/tvpaint_exit_return_code_fix
TVPaint: Make sure exit code is set to not None
2022-06-21 15:00:05 +02:00
Ondřej Samohel
192a570eb4
Merge remote-tracking branch 'origin/develop' into bugfix/OP-3171_render-settings-validator-prefix-warning 2022-06-21 14:55:35 +02:00
Ondřej Samohel
b78c10a3f7
Merge pull request #3326 from BigRoy/maya_optimize_validate_mesh_shader_connections
Maya: Speed up validate mesh shader connections for large scenes
2022-06-21 14:54:14 +02:00
Ondřej Samohel
03ab7e578b
Merge pull request #3304 from pypeclub/enhancement/OP-3302_maya-camera-content-validation
Maya: Allow more data to be published along camera 🎥
2022-06-21 14:52:07 +02:00
Ondřej Samohel
28d7e2ab51
♻️ clean up some superfluous output 2022-06-21 14:50:59 +02:00
Jakub Trllo
783f07e616 make sure exit code is set to not None 2022-06-21 14:35:06 +02:00
Ondřej Samohel
3178b4bfb9
Merge pull request #3381 from pypeclub/vrayDeviceAspectFix
Maya: vray device aspect ratio fix
2022-06-21 14:27:33 +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
Jakub Trllo
8545644bde
Merge pull request #3374 from pypeclub/feature/OP-3376_Use-query-functions-in-AfterEffects
AfterEffects: Use client query functions
2022-06-21 13:09:46 +02:00
Petr Kalis
5d6445eeb9
Merge pull request #3372 from pypeclub/bugfix/harmony_unzip_url_lenght_issue
Harmony: added unc path to zifile command in Harmony
2022-06-21 12:40:34 +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
Jakub Trllo
3ab90100bf
Merge pull request #3378 from pypeclub/feature/OP-3378_Use-query-functions-in-Harmony
Harmony: Use client query functions
2022-06-21 11:40:44 +02:00
Jakub Trllo
3ecbeb1af1
Merge pull request #3339 from pypeclub/feature/OP-3407_Use-query-functions-in-ftrack
Ftrack: Use client query functions
2022-06-21 11:21:35 +02:00
Jakub Trllo
760a9d3f1f
Merge pull request #3375 from pypeclub/feature/OP-3382_Use-query-functions-in-Photoshop
Photoshop: Use client query functions
2022-06-21 11:04:41 +02:00
Jakub Trllo
fa8d37d9b6 use query functions in harmony 2022-06-21 10:55:07 +02:00
clement.hector
83db3dedf6 Merge branch 'shotgrid_module' of https://github.com/Ellipsanime/OpenPype into shotgrid_module 2022-06-21 08:29:10 +02:00
clement.hector
144ef08260 change default settings 2022-06-21 08:29:04 +02:00
Ondřej Samohel
f7ca9876d1
Merge pull request #3350 from j-cube/feature/multiverse
Feature/multiverse
2022-06-20 18:57:42 +02:00
Jakub Trllo
d39481042d use query functions in photoshop creator 2022-06-20 18:50:26 +02:00
Jakub Trllo
b9a67fb801 pass asset document to 'get_asset_settings' 2022-06-20 18:43:14 +02:00
Jakub Trllo
497e4c0cca use query functions in aftereffects 2022-06-20 18:31:29 +02:00
Petr Kalis
bf6c71f07c
Merge pull request #3369 from pypeclub/bugfix/OP-2448_Maya-Extract-playblast-fail
Maya - added support for single frame playblast review
2022-06-20 16:43:37 +02:00
Jakub Jezek
8ac3ed77d5
Nuke: fix none existing rendered files error
addressing the comment https://github.com/pypeclub/OpenPype/pull/3245#pullrequestreview-1004589515
2022-06-20 15:19:26 +02:00
Clément Hector
f85865ac6e
Merge pull request #7 from pypeclub/bugfix/last_poetry_fix
Added shotgun-api3 source files to poetry lock
2022-06-20 15:17:18 +02:00
Jakub Trllo
e5fbdd1d43 added shotgun-api3 source files to poetry lock 2022-06-20 15:11:26 +02:00
clement.hector
0417fb17ca poetry lock rebase 2022-06-20 14:48:00 +02:00
clement.hector
ad3380b3a0 remove unused import 2022-06-20 14:17:57 +02:00
Clément Hector
1fd8723244
Merge pull request #6 from pypeclub/bugfix/rever_poetry_lock_changes
Update and revert poetry lock changes
2022-06-20 14:16:05 +02:00
clement.hector
47d2a611e9 update poetry lock 2022-06-20 14:14:13 +02:00
Petr Kalis
43c41d2793 Fix - added unc path to zifile command in Harmony
Extracting too large url resulted in 'File not found' issue (side effect was that files in offending directory were skipped).
UNC path seems to help.
2022-06-20 14:04:24 +02:00