Commit graph

22458 commits

Author SHA1 Message Date
Jakub Trllo
eedc67edcc use project entity from context instead of requery 2022-07-04 16:28:59 +02:00
Milan Kolar
f277640da5
Merge pull request #3337 from pypeclub/feature/OP-3315_Host-implementation-defined-with-class 2022-07-04 15:20:57 +02:00
Ondřej Samohel
53a87456ee
Merge pull request #3445 from pypeclub/enhancement/OP-3502_win-installer-clean-old-files
Windows installer: Clean old files and add version subfolder
2022-07-04 15:11:59 +02:00
Ondřej Samohel
15b2c620f7
Merge pull request #3386 from pypeclub/enhancement/OP-3302_maya-camera-content-validation
Maya: Camera extra data - additional fix for #3304
2022-07-04 15:11:32 +02:00
Milan Kolar
adc90a4010
Merge pull request #3360 from pypeclub/OP-3088_Ability-to-sync-asset-resolution-playblast-and-review-resolution 2022-07-04 15:04:10 +02:00
Jakub Trllo
8505e46b34
Merge pull request #3446 from pypeclub/feature/OP-3504_Use-query-functions-in-loading
General: Use query functions in load utils
2022-07-04 13:58:49 +02:00
Jakub Trllo
a61bc7b839 Merge branch 'develop' into feature/OP-3504_Use-query-functions-in-loading 2022-07-04 13:52:27 +02:00
Jakub Trllo
702ff0aa84
Merge pull request #3379 from pypeclub/feature/OP-3383_Use-query-functions-in-Resolve
Resolve: Use client query functions
2022-07-04 10:08:48 +02:00
Jakub Trllo
7fa4c34564
Merge pull request #3380 from pypeclub/feature/OP-3380_Use-query-functions-in-Fusion
Fusion: Use client query functions
2022-07-04 10:08:36 +02:00
Allan Ihsan
8307ea8ea2 Style fix. 2022-07-04 02:47:10 +03:00
Allan Ihsan
ad9b01c0c7 Alter final logic and change attribute naming to more pythonic convention. 2022-07-04 02:45:58 +03:00
pypebot
4ab955934f
[Automated] Merged main into develop 2022-07-02 06:00:17 +02:00
OpenPype
7122675350 [Automated] Bump version 2022-07-02 04:00:05 +00:00
pypebot
b5d9d5db5f
[Automated] Merged develop into main 2022-07-02 05:52:18 +02:00
Ondřej Samohel
6e1cba85b5
Merge pull request #3197 from BigRoy/maya_redshift_vdb_loader
Maya: Redshift Volume Loader Implement update, remove, switch + fix vdb sequence support
2022-07-01 14:34:49 +02:00
Allan Ihsan
9bfff7a2cc Fix asset data key. 2022-07-01 15:23:25 +03:00
Jakub Trllo
82bcb82d6e
Merge pull request #3458 from pypeclub/feature/OP-3409_Use-query-functions-in-clockify
Clockify: Use query functions in clockify actions
2022-07-01 13:33:04 +02:00
Milan Kolar
f4e6a8a36d
Merge pull request #3100 from BigRoy/fix3085 2022-07-01 12:48:26 +02:00
Jakub Trllo
a754f1ae79
Merge pull request #3457 from pypeclub/feature/OP-3410_Use-query-functions-in-avalon-module
General: Use query functions in rest api calls
2022-07-01 11:55:29 +02:00
Jakub Trllo
f18a9833a6 use query functions in clockify launcher actions 2022-07-01 09:40:38 +02:00
Jakub Trllo
b35d8886e2 use query functions in avalon rest api calls 2022-07-01 09:16:51 +02:00
Jakub Trllo
91e5f5aa27
Merge pull request #3436 from pypeclub/feature/change_anatomy_imports
General: Use Anatomy after move to pipeline
2022-07-01 08:31:40 +02:00
Roy Nieterau
9d556a9ae8 Match set path logic more to Arnold VDB loader from #3433 2022-06-30 23:47:27 +02:00
Jakub Trllo
a2b8df6964 normalize when workdir is received from session 2022-06-30 18:04:45 +02:00
Jakub Trllo
3bf3c0bab4 modified anatomy imports in lib itself 2022-06-30 17:56:54 +02:00
Jakub Trllo
728bfd6571 normalize workdir 2022-06-30 17:56:30 +02:00
Jakub Ježek
4c2e8dd6e7
Merge pull request #3450 from pypeclub/bugfix/OP-3491_Nuke-Prerender-Error 2022-06-30 17:50:14 +02:00
Jakub Trllo
5738bdd14f
Merge pull request #3427 from pypeclub/bugfix/nuke_slate_is_integrated
Nuke: Slate frame is integrated
2022-06-30 16:52:20 +02:00
Ondřej Samohel
36ef8e5a54
Merge pull request #3447 from pypeclub/bugfix/OP-3505_fix-hash-in-maya-tile-rendering
Maya: fix hashing in Python 3 for tile rendering
2022-06-30 15:41:51 +02:00
Petr Kalis
6703c1d774
Merge pull request #3449 from pypeclub/chore/harmony_add_loader_settings
Harmony: Added settings for mageSequenceLoader
2022-06-30 15:33:53 +02:00
Jakub Jezek
f65bab000f
Nuke: add prerender.farm family to extract review mov 2022-06-30 15:14:54 +02:00
Jakub Jezek
752615d0d4
general: add prerender to thumbnail exporter 2022-06-30 15:14:19 +02:00
Jakub Trllo
e07fe269a0
Merge pull request #3443 from pypeclub/bugfix/escape_html_chars_in_message
LogViewer: Escape html characters in log message
2022-06-30 15:12:19 +02:00
Petr Kalis
cda8d670c0 Added settings for Harmony ImageSequenceLoader
Currently to fix issue with reference representations with wrong names (png_mp4 instead of png), but it could be helpful regardless.
2022-06-30 15:08:19 +02:00
Ondrej Samohel
c473f6b777
🐛 fix unicode encoding hash in tile rendering 2022-06-30 14:17:57 +02:00
Milan Kolar
e546add19a
Merge pull request #3435 from pypeclub/feature/CU-2k718uc_Move-anatomy-to-pipeline 2022-06-30 14:15:32 +02:00
Ondrej Samohel
81e9771290
👷 clean old files and add version subfolder 2022-06-30 11:55:25 +02:00
Jakub Trllo
dd1e1960da fix few issues 2022-06-30 11:54:23 +02:00
Jakub Trllo
63f5ea427a make sure output of get_representations_parents always returns values for passed repre ids 2022-06-30 11:50:40 +02:00
Jakub Trllo
2527ac0372 make sure _get_project_connection has project name passed 2022-06-30 11:47:32 +02:00
Jakub Trllo
aa741a1148 use query functions in load logic 2022-06-30 11:34:34 +02:00
Ondřej Samohel
096dc668b1
Merge pull request #3433 from BigRoy/maya_load_vdb_to_arnold
Maya: Add VDB to Arnold loader
2022-06-30 11:27:48 +02:00
Petr Kalis
3584d5dee7
Merge pull request #3441 from pypeclub/docs/db_permissions
Docs: Added minimal permissions for MongoDB
2022-06-30 11:18:52 +02:00
Jakub Trllo
3b90f7e507 log viewer escape characters in log message 2022-06-30 11:07:10 +02:00
Petr Kalis
c0b03113a5 Added minimal permissions for MongoDB
Collected from Discord discussions.
2022-06-30 10:21:25 +02:00
Roy Nieterau
19a5ed7be3 Refactor iter_visible_in_frame_range -> iter_visible_nodes_in_range 2022-06-29 17:22:21 +02:00
Jakub Trllo
b4daf3bf76 use new anatomy source in hosts 2022-06-29 15:32:48 +02:00
Jakub Trllo
7bcc7277c3 ftrack is using new source of anatomy 2022-06-29 15:29:59 +02:00
Jakub Trllo
05fe6ca5cf collect anatomy objec plugin is using new Anatomy import 2022-06-29 15:29:23 +02:00
Jakub Trllo
168c3b38a4 modified imports in sync server 2022-06-29 15:28:59 +02:00