Commit graph

26828 commits

Author SHA1 Message Date
iLLiCiTiT
7a32fa0b05 set enabled attribute of LoaderPlugin 2023-01-12 00:41:11 +01:00
ynbot
e150510ebf
[Automated] Merged release main into develop 2023-01-11 13:31:51 +01:00
OpenPype
4720208cfd [Automated] Release 2023-01-11 12:23:22 +00:00
ynbot
aeb7d2cb4a
[Automated] Merged main into develop 2023-01-11 13:18:57 +01:00
OpenPype
56813ee8dd [Automated] Bump version 2023-01-11 12:18:43 +00:00
ynbot
b3ef3db0d2
[Automated] Merged develop into main 2023-01-11 13:17:21 +01:00
64qam
b9a1290f6c
Merge pull request #4307 from ynput/release/3.14.10-changelog
changelog for release 3.14.10
2023-01-11 12:56:16 +01:00
Jakub Jezek
c0cabcc6ec
changelog for release 3.14.10 2023-01-11 12:46:56 +01:00
ynbot
be457bc5d8
[Automated] Merged main into develop 2023-01-11 04:29:02 +01:00
OpenPype
e5b3520d6c [Automated] Bump version 2023-01-11 03:28:47 +00:00
ynbot
550cac347d
[Automated] Merged develop into main 2023-01-11 04:27:13 +01:00
Jakub Trllo
71f15ff7f3
Merge pull request #4298 from ynput/feature/OP-4339_Publisher-add-more-abstract-methods
General: Added install method with docstring to HostBase
2023-01-10 16:59:44 +01:00
Jakub Trllo
37078ca531
Merge pull request #4300 from ynput/bugfix/unreal-fix-missing-api-call
Unreal: fix missing `maintained_selection` call
2023-01-10 16:34:26 +01:00
Ondrej Samohel
4d0f954785
🐛 fix missing maintained_selection call 2023-01-10 16:29:51 +01:00
Jakub Trllo
36adbd71d8
Merge pull request #4254 from ynput/feature/OP-4661_qtpy-in-resolve
Resolve: Use qtpy in Resolve
2023-01-10 15:13:52 +01:00
Jakub Trllo
fb88612539 added 'install' method with docstring to 'HostBase' 2023-01-10 10:44:52 +01:00
Jakub Ježek
4eb3c77482
Merge pull request #4248 from ynput/feature/OP-4645_Traypublisher-simple-editorial-multiple-edl
Traypublisher: simple editorial multiple edl
2023-01-10 10:16:13 +01:00
Jakub Jezek
b539ba0299
traypublisher: multiple edl workflow with multilayer otio timeline 2023-01-09 22:16:16 +01:00
Petr Kalis
61d255a606
Merge pull request #4157 from ynput/feature/OP-4504_Publishing-Register-publishes-without-copying-them
Publish: register publishes without copying them
2023-01-09 18:41:36 +01:00
Ondřej Samohel
0e168a5c22
Merge pull request #4198 from ynput/feature/unreal-uasset_management 2023-01-09 18:38:15 +01:00
Ondrej Samohel
ea65afdbc1
🚨 hound fix 2023-01-09 18:36:14 +01:00
Ondrej Samohel
59f051d065
🐛 fix instance collection 2023-01-09 18:30:10 +01:00
Jakub Trllo
20379291c2
Merge pull request #4134 from ynput/feature/legacy_io_in_global_plugins
General: Legacy io not used in global plugins
2023-01-09 18:07:33 +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
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
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
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
Kayla Man
ddb6ae8a5a import reference during publish 2023-01-05 12:25:55 +08: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