Commit graph

22141 commits

Author SHA1 Message Date
Jakub Trllo
796f32bccd use query functions in publish plugins 2022-06-22 14:23:35 +02:00
Jakub Trllo
2ce3200fa5 use query functions in validate script plugin 2022-06-22 14:21:22 +02:00
Jakub Trllo
f919c24989 remove unnecessary query of asset document 2022-06-22 14:20:05 +02:00
Jakub Trllo
4e59ae973e use query functions in loaders 2022-06-22 14:19:15 +02:00
Jakub Trllo
6d4f05e3da added ability to pass asset name to 'get_last_version_by_subset_name' 2022-06-22 14:12:05 +02:00
Jakub Trllo
ecda9a6099 remove unused functions 2022-06-21 18:18:36 +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
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
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
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
Jakub Trllo
c782c61c3c
Merge pull request #3357 from pypeclub/feature/OP-3420_Trigger-callback-on-workfile-open
Hosts: More options for in-host callbacks
2022-06-20 13:17:47 +02:00
Jakub Trllo
665fab4e35 fix delete asset action to filter assets right way 2022-06-20 13:15:32 +02:00
Jakub Trllo
20bc7300b1 fix delivery action 2022-06-20 13:14:16 +02:00
Jakub Trllo
93960da1ce
Merge pull request #3366 from pypeclub/feature/use_openpype_user_intemplates
General: Add ability to change user value for templates
2022-06-20 11:59:10 +02:00
Jakub Trllo
ec963ae9af Merge branch 'develop' into feature/OP-3385_Use-query-functions-in-TVPaint 2022-06-20 11:37:28 +02:00
Jakub Trllo
ef84e7fda1 Merge branch 'develop' into feature/OP-3407_Use-query-functions-in-ftrack 2022-06-20 11:37:07 +02:00
Jakub Trllo
5652242d12
Merge pull request #3330 from pypeclub/feature/OP-3384_Use-query-functions-in-Standalon-publisher
Standalone Publisher: Use client query functions
2022-06-20 11:24:31 +02:00
Jakub Trllo
48f966ad10 Merge branch 'develop' into feature/OP-3420_Trigger-callback-on-workfile-open 2022-06-20 11:22:35 +02:00
Jakub Trllo
8b1576aed2 remove unused line 2022-06-20 11:22:05 +02:00
pypebot
96d1ca7e41
[Automated] Merged release main into develop 2022-06-20 10:56:49 +02:00
OpenPype
da1fb174bc [Automated] Release 2022-06-20 08:48:15 +00:00
Milan Kolar
3cd476ef00
Merge pull request #3196 from BigRoy/houdini_redshift_proxy 2022-06-20 08:24:11 +01:00
pypebot
76e51bb64f
[Automated] Merged main into develop 2022-06-18 05:45:54 +02:00
OpenPype
44a4638247 [Automated] Bump version 2022-06-18 03:45:44 +00:00
pypebot
bfb138b2cd
[Automated] Merged develop into main 2022-06-18 05:38:03 +02:00
Jakub Trllo
45cce2c0e9
Merge pull request #3333 from pypeclub/feature/OP-3387_Use-query-functions-in-Webpublisher
Webpublisher: Use client query functions
2022-06-17 18:43:28 +02:00
pypebot
2849a71407
[Automated] Merged release main into develop 2022-06-17 17:45:37 +02:00
OpenPype
961c7b6c51 [Automated] Release 2022-06-17 15:39:35 +00:00
pypebot
4592d1aac0
[Automated] Merged main into develop 2022-06-17 17:29:23 +02:00