Skip to content

Commit

Permalink
MR: release-2.6.3 -> master
Browse files Browse the repository at this point in the history
Merge pull request #92 from KirilStrezikozin/release-2.6.3
  • Loading branch information
KirilStrezikozin authored Mar 25, 2024
2 parents fc19e9c + 1fc5c19 commit f22a4c3
Show file tree
Hide file tree
Showing 19 changed files with 370 additions and 66 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# BEGIN LICENSE & COPYRIGHT BLOCK.
#
# Copyright (C) 2022-2024 Kiril Strezikozin
# BakeMaster Blender Add-on (version 2.6.2)
# BakeMaster Blender Add-on (version 2.6.3)
#
# This file is a part of BakeMaster Blender Add-on, a plugin for texture
# baking in open-source Blender 3d modelling software.
Expand Down
4 changes: 2 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# BEGIN LICENSE & COPYRIGHT BLOCK.
#
# Copyright (C) 2022-2024 Kiril Strezikozin
# BakeMaster Blender Add-on (version 2.6.2)
# BakeMaster Blender Add-on (version 2.6.3)
#
# This file is a part of BakeMaster Blender Add-on, a plugin for texture
# baking in open-source Blender 3d modelling software.
Expand Down Expand Up @@ -38,7 +38,7 @@
"description": "Bake various PBR, Masks, and Cycles maps with ease and "
"comfort",
"author": "Kiril Strezikozin (aka kemplerart)",
"version": (2, 6, 2),
"version": (2, 6, 3),
"blender": (2, 83, 0),
"location": "View3D > Sidebar > BakeMaster",
"warning": "",
Expand Down
2 changes: 1 addition & 1 deletion build_files/utils/make_build_archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# BEGIN LICENSE & COPYRIGHT BLOCK.
#
# Copyright (C) 2022-2024 Kiril Strezikozin
# BakeMaster Blender Add-on (version 2.6.2)
# BakeMaster Blender Add-on (version 2.6.3)
#
# This file is a part of BakeMaster Blender Add-on, a plugin for texture
# baking in open-source Blender 3d modelling software.
Expand Down
2 changes: 1 addition & 1 deletion decal.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# BEGIN LICENSE & COPYRIGHT BLOCK.
#
# Copyright (C) 2022-2024 Kiril Strezikozin
# BakeMaster Blender Add-on (version 2.6.2)
# BakeMaster Blender Add-on (version 2.6.3)
#
# This file is a part of BakeMaster Blender Add-on, a plugin for texture
# baking in open-source Blender 3d modelling software.
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@

# -- Local Varibles ----------------------------------------------------------

bakemaster_version = '2.6.1'
bakemaster_version = '2.6.3'

# -- Project information -----------------------------------------------------

project = 'BakeMaster %s Documentation' % bakemaster_version
copyright = ': 2022-2024, Kiril Strezikozin'
author = 'kemplerart'
version = bakemaster_version
branch = "release-2.6.2"
branch = "release-2.6.3"

# The full version, including alpha/beta/rc tags
release = bakemaster_version
Expand Down Expand Up @@ -216,7 +216,7 @@
# every page bottom, using the given strftime() format.
# The empty string is equivalent to '%b %d, %Y'
# (or a locale-dependent equivalent).
html_last_updated_fmt = '17/03/2024'
html_last_updated_fmt = '25/03/2024'

# If true, the reST sources are included in the HTML build as _sources/name.
html_copy_source = True
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:alt: Teaser

==============================
BakeMaster 2.6.0 Documentation
BakeMaster 2.6.3 Documentation
==============================

|teaser|
Expand Down
18 changes: 18 additions & 0 deletions docs/pages/more/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ Releases

All BakeMaster Releases and Changelogs are listed on this page. Each new release comes with new features, improvements, or fixes. For clarity, each section has a ``tag`` to identify the changes.

2.6.3 Release
=============

.. admonition:: Tag
:class: important

`2.6.3 - March 25th, 2024 <https://github.com/KirilStrezikozin/BakeMaster-Blender-Addon/releases>`__

**Fixes:**

#. Global/Bake Output presets cannot store batch names with mixed caps (`issue90 <https://github.com/KirilStrezikozin/BakeMaster-Blender-Addon/issues/90>`__).
#. **Color Management rules overwrite saved preset settings** (`issue91 <https://github.com/KirilStrezikozin/BakeMaster-Blender-Addon/issues/91>`__).
#. **sRGB bakes had wrong colors (redundant color space transformation)** (`issue74 <https://github.com/KirilStrezikozin/BakeMaster-Blender-Addon/issues/74>`__).

**New Features:**

#. Preset UI menu updated, displays 'Update preset' buttons and saves last used preset name (`issue88 <https://github.com/KirilStrezikozin/BakeMaster-Blender-Addon/issues/88>`__).

2.6.2 Release
=============

Expand Down
Binary file not shown.
Binary file added install/bakemaster_blender_addon_2_6_3_demo.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions labels.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# BEGIN LICENSE & COPYRIGHT BLOCK.
#
# Copyright (C) 2022-2024 Kiril Strezikozin
# BakeMaster Blender Add-on (version 2.6.2)
# BakeMaster Blender Add-on (version 2.6.3)
#
# This file is a part of BakeMaster Blender Add-on, a plugin for texture
# baking in open-source Blender 3d modelling software.
Expand Down Expand Up @@ -72,7 +72,7 @@ class BM_Labels:

# URLs
# different documentation versions may have different pages setup
__addon_version__ = "2.6.2"
__addon_version__ = "2.6.3"
URL_HELP_MAIN = "https://bakemaster-blender-addon.readthedocs.io/en/%s/" % __addon_version__
URL_HELP_OBJS = "https://bakemaster-blender-addon.readthedocs.io/en/%s/pages/start/objects.html" % __addon_version__
URL_HELP_MAPS = "https://bakemaster-blender-addon.readthedocs.io/en/%s/pages/start/maps.html" % __addon_version__
Expand Down
2 changes: 1 addition & 1 deletion operator_bake.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# BEGIN LICENSE & COPYRIGHT BLOCK.
#
# Copyright (C) 2022-2024 Kiril Strezikozin
# BakeMaster Blender Add-on (version 2.6.2)
# BakeMaster Blender Add-on (version 2.6.3)
#
# This file is a part of BakeMaster Blender Add-on, a plugin for texture
# baking in open-source Blender 3d modelling software.
Expand Down
2 changes: 1 addition & 1 deletion operators.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# BEGIN LICENSE & COPYRIGHT BLOCK.
#
# Copyright (C) 2022-2024 Kiril Strezikozin
# BakeMaster Blender Add-on (version 2.6.2)
# BakeMaster Blender Add-on (version 2.6.3)
#
# This file is a part of BakeMaster Blender Add-on, a plugin for texture
# baking in open-source Blender 3d modelling software.
Expand Down
Loading

0 comments on commit f22a4c3

Please sign in to comment.