Commit graph

22592 commits

Author SHA1 Message Date
Petr Kalis
bfd565e29d OP-3446 - add traypublisher to host enum 2022-07-12 17:57:07 +02:00
Petr Kalis
20b0292af1 OP-3446 - removed unneeded, comes from class 2022-07-12 11:19:27 +02:00
Petr Kalis
1fe8c96c26 OP-3446 - modifying Settings to list 2022-07-12 11:18:31 +02:00
Petr Kalis
89eddfa63d OP-3446 - fix pulling configuration from Settings 2022-07-12 11:17:55 +02:00
Petr Kalis
24e26ce63a OP-3446 - fill defaults_variant explicitly
No need to overwrite method
2022-07-12 11:05:35 +02:00
Petr Kalis
c3384c4005 OP-3446 - remove obsolete methods 2022-07-12 11:02:06 +02:00
Petr Kalis
a7c945f51f OP-3446 - fix return type 2022-07-12 11:01:52 +02:00
Petr Kalis
74e57f9f49 OP-3446 - implemented render_mov_batch in TrayPublisher 2022-07-11 18:15:46 +02:00
Jakub Trllo
3b7a0a5bee
Merge pull request #3479 from pypeclub/bugfix/OP-3552_Workfile-tools-doesnt-open-on-launch
Nuke: Workfile tools open on start
2022-07-11 12:35:25 +02:00
Jakub Trllo
114088fe84
Merge pull request #3454 from pypeclub/feature/OP-3506_Use-query-functions-in-openpype-lib
General: Use query functions in openpype lib functions
2022-07-11 11:52:27 +02:00
Jakub Trllo
948c21150b
Merge pull request #3478 from pypeclub/bugfix/context_change_disabled_fix
New Publisher: Disabled context change allows creation
2022-07-11 11:50:08 +02:00
Jakub Trllo
4dbc094e59 trigger launch workfiles app on install 2022-07-11 11:40:38 +02:00
Jakub Trllo
5cf03a43cb deffer workfiles tool show using qtimer 2022-07-11 11:40:24 +02:00
pypebot
fb839907d3
[Automated] Merged main into develop 2022-07-09 05:46:14 +02:00
OpenPype
a62eeb807d [Automated] Bump version 2022-07-09 03:46:02 +00:00
pypebot
6357de7078
[Automated] Merged develop into main 2022-07-09 05:37:13 +02:00
Jakub Trllo
bf6868826b converted some attributes to private 2022-07-08 18:58:38 +02:00
Jakub Trllo
50d8fc0761 use first index from sorting model instead of creators model 2022-07-08 18:58:17 +02:00
Jakub Trllo
e833a0323d removed else statement 2022-07-08 18:57:26 +02:00
Jakub Trllo
65b089f52c trigger invalidation of prerequiremets if context widget changed enable state 2022-07-08 18:57:06 +02:00
Jakub Trllo
231446b012 disable creators view only if there are not creators 2022-07-08 18:56:23 +02:00
Jakub Trllo
9bec042547 added sorting for creators 2022-07-08 18:55:00 +02:00
Jakub Trllo
8849e5ac7f made clear prerequirements checks 2022-07-08 18:54:23 +02:00
Jakub Trllo
6bd6c3c175 subset name is None when context is not enabled 2022-07-08 17:35:22 +02:00
Jakub Trllo
6858281981 better handling when context change is not enabled 2022-07-08 17:33:52 +02:00
Jakub Trllo
de1b466852
Merge pull request #3476 from pypeclub/feature/creator_have_access_to_project
General: Creator Plugins have access to project
2022-07-08 17:20:17 +02:00
Jakub Trllo
85485f26d8 fix return of value 2022-07-08 17:15:38 +02:00
Jakub Trllo
bde50a3629 use project_name attribute 2022-07-08 16:04:28 +02:00
Jakub Trllo
4e81bd27a7 create plugins have access to project name 2022-07-08 16:04:09 +02:00
Jakub Trllo
aeae4925e2
Merge pull request #3473 from kaamaurice/bugfix/Kitsu-update-assets-attributes-properly
Kitsu: bugfix with sync-service ans publish plugins
2022-07-08 14:10:20 +02:00
Jakub Ježek
9c29268d51
Merge pull request #3464 from pypeclub/bugfix/resolve-debuging-session
Resolve: removed few bugs
2022-07-08 14:04:38 +02:00
Jakub Ježek
85ed677381
Merge pull request #3425 from quadproduction/menu_hiero 2022-07-08 14:04:13 +02:00
Jakub Trllo
737c1ac387
Merge pull request #3475 from pypeclub/feature/change_args_order_in_creator_init
General: Better arguments order in creator init
2022-07-08 13:37:22 +02:00
Jakub Trllo
eb26078731
Merge pull request #3459 from pypeclub/feature/OP-3515_Use-query-functions-in-global-plugins
General: Use query functions in global plugins
2022-07-08 12:47:20 +02:00
Jakub Ježek
8162a5672f
Merge pull request #3474 from pypeclub/bugfix/OP-3543_OIIO-error-on-Thumbnail-creation-v312
General: thumbnail extractor fix
2022-07-08 12:05:31 +02:00
Jakub Trllo
56764f638f modified after effects creator init to use new args order 2022-07-08 11:34:08 +02:00
Jakub Trllo
2e8e4f8f54 pass project settings before system settings 2022-07-08 11:30:49 +02:00
Jakub Trllo
0665e5b759 pass create context after settings 2022-07-08 11:14:07 +02:00
Jakub Ježek
3771a5a0b4
Merge pull request #3470 from pypeclub/bugfix/OP-3533_Flame-Loader-multiple-selection-is-not-working
Flame: solved problem with multi-selected loading
2022-07-07 15:53:21 +02:00
Jakub Jezek
5ad1f8ba7e
thumbnails 2022-07-07 15:45:57 +02:00
Jakub Trllo
880a110b30 Merge branch 'develop' into feature/OP-3506_Use-query-functions-in-openpype-lib 2022-07-07 15:44:05 +02:00
Jakub Trllo
0cd68fe5b3
Merge pull request #3465 from pypeclub/feature/OP-3509_Trigger-ftrack-events-on-project-creation
Ftrack: Trigger custom ftrack events on project creation and preparation
2022-07-07 15:41:58 +02:00
Jakub Trllo
6f2f599cbf
Merge pull request #3468 from pypeclub/bugfix/query_version_fix
General: Fix query function in update logic
2022-07-07 15:41:46 +02:00
Jakub Trllo
d9d8f7c315 fix add missing project name in args 2022-07-07 15:37:21 +02:00
Jakub Trllo
5d0108f21b
Merge pull request #3462 from kaamaurice/bugfix/OP-2801_delete-old-version-allways-relies-on-ftrack
General: Delete old versions is safer when ftrack is disabled
2022-07-07 10:15:06 +02:00
Kaa Maurice
4ddebd5179 Kitsu update tasks with zou key 2022-07-06 14:49:08 +02:00
Milan Kolar
e8b62e3415
Merge pull request #3461 from BigRoy/maya_merge_alembic_extractors 2022-07-06 08:53:14 +02:00
pypebot
b77a6ae1e2
[Automated] Merged main into develop 2022-07-06 06:04:12 +02:00
OpenPype
603d193bc8 [Automated] Bump version 2022-07-06 04:04:01 +00:00
pypebot
6ba03017d5
[Automated] Merged develop into main 2022-07-06 05:55:32 +02:00