[Automated] Release

This commit is contained in:
Ynbot 2023-02-17 14:54:45 +00:00
parent f3bc1e2e32
commit 3af80e97e8
3 changed files with 81 additions and 5 deletions

View file

@ -1,5 +1,81 @@
# Changelog
## [3.15.1](https://github.com/ynput/OpenPype/tree/3.15.1)
[Full Changelog](https://github.com/ynput/OpenPype/compare/3.15.1...3.15.0)
### **🆕 New features**
<details>
<summary>Maya: Xgen (<i><font color='#367F6C';>3d</font> </i> <i><font style='color:#365E7F';>/ maya</font></i> ) - <a href="https://github.com/ynput/OpenPype/pull/4256">#4256</a></summary>
___
## Brief description
Initial Xgen implementation.
## Description
Client request of Xgen pipeline.
___
</details>
### **🚀 Enhancements**
<details>
<summary>Adding path validator for non-maya nodes (<i><font color='#367F6C';>3d</font> </i> <i><font style='color:#365E7F';>/ maya</font></i> ) - <a href="https://github.com/ynput/OpenPype/pull/4271">#4271</a></summary>
___
## Brief description
Adding a path validator for filepaths from non-maya nodes, which are created by plugins such as Renderman, Yeti and abcImport.
## Description
As File Path Editor cannot catch the wrong filenpaths from non-maya nodes such as AlembicNodes, It is neccessary to have a new validator to ensure the existence of the filepaths from the nodes.
___
</details>
### **🐛 Bug fixes**
<details>
<summary>Fix features for gizmo menu (<i><font color='#367F6C';>2d</font> </i> <i><font style='color:#365E7F';>/ nuke</font></i> ) - <a href="https://github.com/ynput/OpenPype/pull/4280">#4280</a></summary>
___
## Brief description
Fix features for the Gizmo Menu project settings (shortcut for python type of usage and file type of usage functionality)
___
</details>
## [3.15.0](https://github.com/ynput/OpenPype/tree/HEAD)
[Full Changelog](https://github.com/ynput/OpenPype/compare/3.14.10...HEAD)

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring Pype version."""
__version__ = "3.15.1-nightly.6"
__version__ = "3.15.1"

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "OpenPype"
version = "3.15.0" # OpenPype
version = "3.15.1" # OpenPype
description = "Open VFX and Animation pipeline with support."
authors = ["OpenPype Team <info@openpype.io>"]
license = "MIT License"
@ -114,15 +114,15 @@ build-backend = "poetry.core.masonry.api"
# https://pip.pypa.io/en/stable/cli/pip_install/#requirement-specifiers
[openpype.qtbinding.windows]
package = "PySide2"
version = "5.15.2"
version = "3.15.1"
[openpype.qtbinding.darwin]
package = "PySide6"
version = "6.4.1"
version = "3.15.1"
[openpype.qtbinding.linux]
package = "PySide2"
version = "5.15.2"
version = "3.15.1"
# TODO: we will need to handle different linux flavours here and
# also different macos versions too.