Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
[Automated] Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ynbot committed Jun 12, 2024
1 parent b81d41c commit 9b588c7
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 2 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,53 @@
# Changelog


## [3.18.11](https://github.com/ynput/OpenPype/tree/3.18.11)


[Full Changelog](https://github.com/ynput/OpenPype/compare/3.18.10...3.18.11)

### **🚀 Enhancements**


<details>
<summary>Deadline: Houdini submission settings in OP <a href="https://github.com/ynput/OpenPype/pull/6269">#6269</a></summary>

Make houdini submissions respect pools groups.This is done by:
- Make collect pools works with some Houdini families/product types.
- Make Ayon Houdini submitters get group names from Houdini deadline settings.


___

</details>

### **🐛 Bug fixes**


<details>
<summary>Maya: Ensure unique class name compared to `extract_yeti_cache.py` <a href="https://github.com/ynput/OpenPype/pull/6251">#6251</a></summary>

Fix duplicate `ExtractYetiCache` plug-in name.


___

</details>


<details>
<summary>Maya: Correct Alembic export defaults AY-5273 <a href="https://github.com/ynput/OpenPype/pull/6268">#6268</a></summary>

Missing `writeUVs` on the Alembic extraction.


___

</details>




## [3.18.10](https://github.com/ynput/OpenPype/tree/3.18.10)


Expand Down
2 changes: 1 addition & 1 deletion openpype/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring Pype version."""
__version__ = "3.18.11-nightly.10"
__version__ = "3.18.11"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "OpenPype"
version = "3.18.10" # OpenPype
version = "3.18.11" # OpenPype
description = "Open VFX and Animation pipeline with support."
authors = ["OpenPype Team <info@openpype.io>"]
license = "MIT License"
Expand Down

0 comments on commit 9b588c7

Please sign in to comment.