Commit graph

26982 commits

Author SHA1 Message Date
Ondrej Samohel
4bfe43769b
Merge remote-tracking branch 'origin/release/3.15.x' into enhancement/add-pre-commit-hooks 2023-01-10 15:41:20 +01:00
Jakub Trllo
078c5ffb5c Merge branch 'develop' into release/3.15.x 2023-01-09 10:29:50 +01:00
Ondřej Samohel
5dfd92d303
Merge pull request #4292 from ynput/dependabot/npm_and_yarn/website/json5-1.0.2 2023-01-08 13:55:07 +01:00
Jakub Trllo
1959a42bcb
Merge pull request #4221 from ynput/bugfix/update_dialog_sizes
Igniter: Update dialog resize won't hide too long versions
2023-01-07 13:20:58 +01:00
dependabot[bot]
4cc66395c5
Bump json5 from 1.0.1 to 1.0.2 in /website
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-07 06:31:59 +00:00
ynbot
16c5508c8d
[Automated] Merged main into develop 2023-01-07 04:28:13 +01:00
OpenPype
823f661c47 [Automated] Bump version 2023-01-07 03:27:59 +00:00
ynbot
32711900a6
[Automated] Merged develop into main 2023-01-07 04:27:04 +01:00
Ondřej Samohel
0bc24c1cc0
Merge pull request #4279 from BigRoy/fix4272_validateframerange 2023-01-06 23:29:22 +01:00
Jakub Trllo
4fcf8b81f8
Merge pull request #4288 from ynput/bugfix/OP-4707_Event-server-launching-failed-on-Mac
Ftrack: Fix receive of host ip on MacOs
2023-01-06 18:16:09 +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
Ondrej Samohel
e8426294e2
🎨 fix version and add local branch prefix 2023-01-06 17:38:47 +01:00
Ondrej Samohel
bf65fd495d
🎨 add pre-commit installation to create_env scripts 2023-01-06 17:19:02 +01:00
Jakub Trllo
cd2324f07e fix how host ip is received 2023-01-06 15:42:47 +01:00
Jakub Ježek
4f6ff402a5
Merge pull request #4266 from ynput/feature/OP-4146_nuke-workfile-template-builder-add-creator-plugins 2023-01-06 12:50:44 +01:00
Jakub Jezek
c071140a6f
PR comments 2023-01-06 10:54:06 +01:00
Jakub Ježek
d6004c2646
Update openpype/pipeline/workfile/workfile_template_builder.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-01-06 10:39:43 +01:00
Jakub Ježek
673e7a7359
Update openpype/pipeline/workfile/workfile_template_builder.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-01-06 10:38:36 +01:00
Jakub Jezek
20b2b50bac
global: adding project anatomy data for formating 2023-01-06 10:35:54 +01:00
Jakub Jezek
5c6d86e06b
maya: fix typo in template builder 2023-01-06 10:35:14 +01:00
Ondrej Samohel
9399314761
⬆️ update dependencies and add pre-commit 2023-01-05 16:07:54 +01:00
Ondrej Samohel
30bd8d806e
🐛 fix cosmetic issues 2023-01-05 16:06:13 +01:00
Petr Kalis
afdba990e2
Merge pull request #4278 from ynput/bugfix/OP-4490_SFTP-connection-failing-when-shouldnt-be-tested
SiteSync: sftp connection failing when shouldnt be tested
2023-01-04 19:11:51 +01:00
Petr Kalis
4d1c943779
Merge pull request #4265 from ynput/feature/slack_dynamic_message
Slack: Added dynamic message
2023-01-04 17:00:11 +01:00
Petr Kalis
d3f09c075b OP-4490 - Hound 2023-01-04 15:39:13 +01:00
Roy Nieterau
e353095c24 Only apply deadline attributes when Deadline is enabled (fixes Create Render with Deadline module disabled) 2023-01-04 15:36:19 +01:00
Roy Nieterau
307a10e123 Implement validate frame range repair for Render Layers - fix #3302 2023-01-04 15:35:43 +01:00
Petr Kalis
8527554c2d OP-4490 - fixed unnecessary checks
Configured sites were checked all the time even if they weren't used.
Now it checks only sites that are set for project.
2023-01-04 15:07:36 +01:00
Petr Kalis
e44f585aa6 OP-4490 - safer resolving if site is active 2023-01-04 15:05:36 +01:00
Jakub Jezek
efbbc91c73
Merge branch 'develop' into feature/OP-4146_nuke-workfile-template-builder-add-creator-plugins 2023-01-04 14:56:35 +01:00
Roy Nieterau
0a4ed0988c Do not force instance handleStart and handleEnd to zero if not handles in data 2023-01-04 14:45:00 +01:00
Roy Nieterau
b01322645a Correctly repair frame range with handle attributes if handleStart and handleEnd available on instance 2023-01-04 14:44:04 +01:00
Jakub Ježek
e69f3539ea
Update openpype/pipeline/workfile/workfile_template_builder.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-01-04 14:26:26 +01:00
Jakub Ježek
40cf2956fd
Update openpype/pipeline/workfile/workfile_template_builder.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-01-04 14:26:15 +01:00
Jakub Ježek
de9f6d13af
Merge pull request #4209 from ynput/bugfix/OP-4407_Hiero--Extract-Thumbnail-error
Hiero: thumbnail from multilayer exr
2023-01-04 13:57:07 +01:00
Petr Kalis
dff87d4e1c Hound 2023-01-04 12:52:32 +01:00
Petr Kalis
158b1481d4 Fix - cannot pull response from ordinary exception 2023-01-04 12:51:47 +01:00
Petr Kalis
7a08c5e98c Fix - search pattern
Updated to use user profile
2023-01-04 12:44:07 +01:00
Ondřej Samohel
0abca67b7d
Merge pull request #4275 from ynput/bugfix/OP-4698-fix_default_value_passing_mongo_url
Deadline: fix default value for passing mongo url
2023-01-04 11:51:14 +01:00
Ondřej Samohel
077cc3a43d
Merge pull request #4268 from ynput/bugfix/OP-4666_Scene-Manager-Update-all-to-latest-bug
Scene Manager: Fix variable name
2023-01-04 11:50:49 +01:00
Petr Kalis
b2e8ea6fb8 Hound 2023-01-04 11:36:12 +01:00
ynbot
629b9ee48c
[Automated] Merged main into develop 2023-01-04 04:28:40 +01:00
OpenPype
f1111a99bd [Automated] Bump version 2023-01-04 03:28:26 +00:00
ynbot
56cd91ae7d
[Automated] Merged develop into main 2023-01-04 04:27:23 +01:00
Petr Kalis
dce9a60f5c Updated documentation 2023-01-03 17:58:28 +01:00
Petr Kalis
68fe823238 Fix resolving of user_id
Display name or real_name could be used also.
2023-01-03 17:53:00 +01:00
Ondrej Samohel
61ef7479e8
🔧 pass mongo url as default 2023-01-03 17:21:14 +01:00
Petr Kalis
394c678299 Do not throw exception if user or group list error
Skip notification, publish shouldn't fail because of this.
2023-01-03 17:19:50 +01:00
Petr Kalis
f80fe3fb93 Fix obsolete call of method 2023-01-03 17:14:57 +01:00