Commit graph

2117 commits

Author SHA1 Message Date
Jakub Trllo
c5c91183c3 fix other places where decoding of ffmpeg happens 2023-02-10 11:35:01 +01:00
Petr Kalis
7afbd4b9de
Merge pull request #4418 from ynput/bugfix/OP-4513_Deadline-on-MacOS
Fix: DL on MacOS
2023-02-09 17:20:54 +01:00
Petr Kalis
3ac0a1cb6f OP-4513 - fix Openpype plugin for MacOS 2023-02-09 15:54:20 +01:00
Petr Kalis
6d67532a4b
Merge pull request #4420 from ynput/feature/OP-4822_Deadline-strict-error-check-option
Deadline: Allow disabling strict error check in Maya submissions
2023-02-08 17:37:49 +01:00
Petr Kalis
91e1d28a9f
OP-4513 - platform specific logic
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-02-08 15:09:26 +01:00
Jakub Trllo
6e55202349 change used method names from 'isAlive' to 'is_alive' 2023-02-08 14:23:10 +01:00
Petr Kalis
21d745cc3c
OP-4822 - remove unwanted variable
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-02-08 12:25:29 +01:00
Petr Kalis
e7d60288a1 Fix - added missed scopes for Slack bot 2023-02-08 12:15:43 +01:00
Petr Kalis
463f770f2d OP-4822 - Hound 2023-02-03 18:40:53 +01:00
Petr Kalis
214ef5104d OP-4822 - changed strict error checking to boolean flag
Added boolean flag to render instance to allow artist to change it.
2023-02-03 18:33:40 +01:00
Petr Kalis
5df388912a OP-4822 - added logging 2023-02-02 18:44:43 +01:00
Petr Kalis
8a2cf2e6d9 OP-4822 - fix wrong variable 2023-02-02 18:44:24 +01:00
Petr Kalis
f29c46f7c1 OP-4822 - fix arguments 2023-02-02 18:44:00 +01:00
Petr Kalis
bd77b30c5c OP-4822 - added possibility to disable strict checking
DL by default has Strict error checking, but some errors are not fatal. This allows to set profile based on Task and Subset values to temporarily disable Strict Error Checks
2023-02-02 18:25:24 +01:00
Petr Kalis
707c165f4f OP-4513 - fix copy and paste artifact on MacOS
clipboarch escapes whitespace with \ on MacOS, so for safety clean it here. Hopefully nobody starts folder name with space on Windows.
2023-02-02 17:29:37 +01:00
Petr Kalis
63912a0772 OP-4513 - fix selection of openpype_console on Mac 2023-02-02 17:18:10 +01:00
Petr Kalis
d1a8744e5b OP-4513 - better logging 2023-02-02 16:11:06 +01:00
Petr Kalis
4a963e9aac OP-4513 - fix valid logic
0 is false, None check is safer
2023-02-02 16:10:35 +01:00
Petr Kalis
f7fd0a5304 OP-4513 - fix for DL on MacOS
This works if DL Openpype plugin Installation Directories is set to level of app bundle (eg. '/Applications/OpenPype 3.15.0.app')
2023-02-02 13:01:24 +01:00
Jakub Trllo
7e213daca0 login url is not modifying the url from module 2023-02-01 17:23:38 +01:00
Jakub Trllo
b661f16f88 added docstring for 'get_ftrack_url' 2023-02-01 17:23:11 +01:00
Jakub Trllo
a2dbc6d51d added option to receive ftrack url from settings 2023-02-01 17:22:53 +01:00
Jakub Trllo
fce85d0694 check ftrack url before adding ftrackapp 2023-02-01 17:22:40 +01:00
Jakub Trllo
5a4852703b Merge branch 'develop' into release/3.15.x 2023-01-18 12:10:47 +01:00
Jakub Trllo
0994795dc9 fix another one constant usage 2023-01-17 14:09:02 +01:00
Jakub Trllo
aac086057c Merge branch 'release/3.15.x' into feature/OP-4634_Use-qtpy-in-tools 2023-01-17 14:08:33 +01:00
Petr Kalis
833754bc95
Merge pull request #4314 from Tilix4/fx_pause_representation_prog
Fix: (un)pause_representation doesn't work programmatically.
2023-01-17 12:16:56 +01:00
Jakub Trllo
782957bd0a Merge branch 'release/3.15.x' into feature/OP-4634_Use-qtpy-in-tools
# Conflicts:
#	poetry.lock
2023-01-16 18:09:09 +01:00
Petr Kalis
49054a53f8 Slack - renamed cache key 2023-01-16 17:42:12 +01:00
Ondřej Samohel
0bfaf428de
✏️ fix typos 2023-01-16 17:40:38 +01:00
Petr Kalis
92f84518d7 Slack - introduced caching
User and group query is expensive operation, this will speed up publishing of multiple instances
2023-01-16 15:34:25 +01:00
Petr Kalis
b167b971a2 Slack - better regex
Handles cases like @test\n@john.doe
2023-01-16 13:31:31 +01:00
Petr Kalis
5ee7c17067 Slack - get users only if necessary
Only trigger when message contains @ sign.
2023-01-16 11:32:41 +01:00
Félix David
cb3880a8d1 changes for gdrive optim 2023-01-13 18:31:53 +01:00
Félix David
b4197787f6 moved parents check before representation check 2023-01-13 15:21:14 +01:00
Félix David
a119b6236d cleaning 2023-01-13 15:11:11 +01:00
Félix David
9ca9b0f6f2 clean _paused_representations 2023-01-13 15:03:09 +01:00
Félix David
30e8bc5bb8 refactor is_representation_paused to check into the database 2023-01-13 14:57:44 +01:00
Petr Kalis
1bf9be8c0d Fix: (un)pause_representation doesn't work programmatically.
fix #4311
2023-01-13 14:57:28 +01:00
Petr Kalis
f854de4629 OP-4679 - revert back fallback
Availability of comment on instance has been resolved by bumping up order of CollectComment.
2023-01-11 15:06:03 +01:00
Jakub Ježek
38dffbce19
Merge pull request #4006 from ynput/feature/OP-3845_nuke-convert-to-new-publisher 2023-01-11 12:50:45 +01:00
Petr Kalis
59e2bd2bdf OP-4679 - updated logging
Printing what is actually missing is more helpful than only full data.
2023-01-10 18:17:15 +01:00
Petr Kalis
48d43f7fea OP-4679 - check comment on context
Check for context must be preserved until old Pyblish is completely eradicated as comment could be filled after collection phase, therefore not caught by collector.
2023-01-10 18:16:31 +01:00
Ondřej Samohel
07967d952b
Merge pull request #3875 from moonyuet/OP-1233/Import_Reference_during_Publish 2023-01-09 18:03:02 +01:00
Kayla Man
9301bf03fa use current file for the scene rendering if the reference is imported 2023-01-10 00:30:18 +08:00
Kayla Man
2cf9b1ee63 use current file for the scene rendering if the reference is imported 2023-01-10 00:28:10 +08:00
Jakub Trllo
078c5ffb5c Merge branch 'develop' into release/3.15.x 2023-01-09 10:29:50 +01:00
Jakub Trllo
1c530c0cb4 skip ipaddress way to receive ip address 2023-01-06 18:09:17 +01:00
Jakub Trllo
e1edb76f73 use 'get_host_ip' on more places 2023-01-06 17:48:05 +01:00
Jakub Trllo
cd2324f07e fix how host ip is received 2023-01-06 15:42:47 +01:00