Jakub Trllo
da349dfc80
Merge pull request #2102 from Ellipsanime/fix-djv-view-for-openpype3
...
DJV: fix djv view loader for openpype3
2021-10-05 15:52:24 +02:00
Petr Kalis
aeb1924d5d
Merge pull request #2100 from pypeclub/bugfix/sftp_provider_sync_import
...
Fix broken import in sftp provider
2021-10-05 15:48:10 +02:00
Petr Kalis
5f52935485
Small refactor for file deletion
2021-10-05 15:44:42 +02:00
Petr Kalis
7c61510f30
Small refactor
2021-10-05 15:38:06 +02:00
Petr Kalis
2c6efcc017
Small refactor
2021-10-05 15:36:39 +02:00
Petr Kalis
c014b698a6
Fix - import pysftp only when necessary
...
Blender 2.93 has issue with conflicting libraries, pysftp is actually not needed in provider running in a host, do not import it or explode when its not necessary
2021-10-05 15:29:45 +02:00
Petr Kalis
bd020bb606
Merge branch 'develop' of github.com:pypeclub/OpenPype into bugfix/sftp_provider_sync_import
2021-10-05 14:58:21 +02:00
Jakub Trllo
9c2731cbd4
Merge pull request #2104 from pypeclub/feature/settings_project_model
...
Settings UI: Project model refreshing and sorting
2021-10-05 13:28:17 +02:00
Jakub Trllo
6c8bbdb40c
Merge pull request #2103 from pypeclub/bugfix/ftrack_custom_attributes_on_save
...
Ftrack: Project settings save custom attributes skip unknown attributes
2021-10-05 13:28:05 +02:00
iLLiCiTiT
134bae90d3
implement custom sort method for project sorting
2021-10-05 10:41:56 +02:00
iLLiCiTiT
a199a850b0
project model has it's refresh and use constants for roles
2021-10-05 10:41:07 +02:00
iLLiCiTiT
c55ca5af2d
skip keys before they're checked
2021-10-05 10:26:17 +02:00
iLLiCiTiT
c03ba80974
fix set adding
2021-10-05 10:22:55 +02:00
iLLiCiTiT
253f7f97c4
raise not found custom attributes only for attributes that can be set on ftrack
2021-10-05 10:19:56 +02:00
iLLiCiTiT
a2a350b434
use constant for "intent" custom attribute
2021-10-05 10:19:25 +02:00
Jakub Trllo
cad9db65a4
Merge pull request #2087 from pypeclub/bugfix/tvpaint_creator_use_context_values
...
TVPaint: Creator use context from workfile
2021-10-05 10:17:26 +02:00
clement.hector
d8c3535b6b
fix djv view for openpype3
2021-10-04 18:06:23 +02:00
Petr Kalis
768dd94af9
Fix - broken import
2021-10-04 13:11:35 +02:00
Jakub Jezek
55668d7587
Merge branch 'udpate_avalon_core' into develop
2021-10-04 11:15:49 +02:00
Jakub Jezek
1e6cdd784f
updating avalon-core submodul repo
2021-10-04 11:14:51 +02:00
Jakub Trllo
7d837e382e
Merge pull request #2095 from pypeclub/bugfix/mongo_ca_certificate
...
General: Cloud mongo ca certificate issue
2021-10-04 10:28:42 +02:00
pypebot
282faf49fc
[Automated] Merged main into develop
2021-10-02 05:38:52 +02:00
OpenPype
1df04401d1
[Automated] Bump version
2021-10-02 03:38:43 +00:00
pypebot
3931208f5c
[Automated] Merged develop into main
2021-10-02 05:33:55 +02:00
Petr Kalis
2f1b0e3e45
Merge pull request #2073 from pypeclub/PYPE-1930_Create-SFTP-provider
...
SFTP provider
2021-10-01 20:28:49 +02:00
Petr Kalis
cac3fb81c1
Merge branch 'develop' into PYPE-1930_Create-SFTP-provider
2021-10-01 18:58:16 +02:00
Petr Kalis
0f2370d847
Fix - updated authentication via ssh key
2021-10-01 18:56:30 +02:00
Petr Kalis
dbfc44ec6d
Added documentation
2021-10-01 18:55:46 +02:00
iLLiCiTiT
39f8e1dc42
removed unused import
2021-10-01 18:48:43 +02:00
iLLiCiTiT
0dec31288b
added session validation to get_mongo_connection
2021-10-01 18:48:26 +02:00
iLLiCiTiT
f4e58771a2
add ssla ca certificate if should
2021-10-01 18:37:39 +02:00
iLLiCiTiT
4d4c01519e
validate mongo connection uses create_connection
2021-10-01 18:37:28 +02:00
iLLiCiTiT
95de5d15f5
store exception and reraise it when connection is not successful
2021-10-01 18:37:10 +02:00
iLLiCiTiT
2714c644f2
pass mongo url as argument instead of kwarg
2021-10-01 18:27:16 +02:00
iLLiCiTiT
3448e1ce78
moved time start out of loop
2021-10-01 18:26:51 +02:00
iLLiCiTiT
0c00a50417
added validation of mongo url
2021-10-01 18:25:59 +02:00
iLLiCiTiT
23cc014f32
removed useless extract_port_from_url
2021-10-01 18:25:45 +02:00
iLLiCiTiT
5782d6d801
added ability to change retry times of connecting to mongo
2021-10-01 18:17:27 +02:00
iLLiCiTiT
53fe16fffc
created copy of 'should_add_certificate_path_to_mongo_url' in openpype.lib.mongo
2021-10-01 18:15:30 +02:00
iLLiCiTiT
06c3076c99
ssl certificate filepath is not added to mongo connection string but is added as argument to MongoClient
2021-10-01 18:15:06 +02:00
iLLiCiTiT
b7581c4c7d
event server cli uses validate mongo url from openpype.lib
2021-10-01 18:14:09 +02:00
Milan Kolar
f940a73fbf
Merge pull request #2097 from Ellipsanime/maya-fix-docstring-documentaion-on-ExtractReview
2021-10-01 16:56:09 +01:00
Jakub Trllo
a6aa8c108e
Merge pull request #2078 from pypeclub/feature/PYPE-1332_Add-Global-validators-to-settings
...
Global: add global validators to settings
2021-10-01 16:38:17 +02:00
iLLiCiTiT
4fd4b8e2e8
fix import of get_openpype_global_settings
2021-10-01 16:33:06 +02:00
Milan Kolar
783a4c1ce3
Merge pull request #2062 from Ellipsanime/add-maya-pyblish-plugins
...
Maya: validate authorized loaded plugins
2021-10-01 15:29:56 +01:00
Milan Kolar
93e9822d5d
Merge pull request #2086 from pypeclub/dependabot/pip/pywin32-301
2021-10-01 15:29:09 +01:00
Milan Kolar
8ab5d0be7f
Merge pull request #2070 from tokejepsen/feature/burnin_crf
2021-10-01 15:24:02 +01:00
Jakub Ježek
8f343b2bdf
Merge pull request #2064 from pypeclub/feature/PYPE-1844_nuke-still-image-family
2021-10-01 16:08:10 +02:00
iLLiCiTiT
d684cac9bf
added session check to ftrack mongo connection
2021-10-01 14:56:28 +02:00
iLLiCiTiT
be191b0c93
use 'add_certificate_path_to_mongo_url' on openpype start
2021-10-01 14:55:57 +02:00