Skip to content

Commit

Permalink
(no task-id demo) build: 2.5.1 nochanges, update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
KirilStrezikozin committed Aug 17, 2023
1 parent 90faf3e commit f3e85e6
Show file tree
Hide file tree
Showing 17 changed files with 36 additions and 20 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ##### BEGIN LICENSE BLOCK #####
#
# "BakeMaster" Blender Add-on (version 2.5.0)
# "BakeMaster" Blender Add-on (version 2.5.1)
# Copyright (C) 2023 Kiril Strezikozin aka kemplerart
#
# This License permits you to use this software for any purpose including
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<h1 id="page-top">
<a href="#page-top">
Welcome to <br />
BakeMaster 2.5.0 Blender Add-on
BakeMaster 2.5.1 Blender Add-on
</a>
</h1>

<!-- Intro -->
BakeMaster is an add-on specified for baking various texture maps <br/>and created for Blender - an open-source 3D Computer graphics software. <br/>Along with its intuitive and convenient workflow baking process becomes a pleasure. <br/>Created from scratch for users who can't stand wasting time, <br />and yearn for most functionality and cutting-edge features.

<a href='https://bakemaster-blender-addon.readthedocs.io/en/2.5.0/'>
<a href='https://bakemaster-blender-addon.readthedocs.io/en/2.5.1/'>
<img src='https://readthedocs.org/projects/bakemaster-blender-addon/badge/?version=latest' alt='Documentation Status' />
</a>

Expand Down
4 changes: 2 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ##### BEGIN LICENSE BLOCK #####
#
# "BakeMaster" Blender Add-on (version 2.5.0)
# "BakeMaster" Blender Add-on (version 2.5.1)
# Copyright (C) 2023 Kiril Strezikozin aka kemplerart
#
# This License permits you to use this software for any purpose including
Expand Down Expand Up @@ -31,7 +31,7 @@
"name" : "BakeMaster",
"description" : "Bake various PBR, Masks, and Cycles maps with ease and comfort.",
"author" : "kemplerart",
"version" : (2, 5, 0),
"version" : (2, 5, 1),
"blender" : (2, 83, 0),
"location" : "View3D > Sidebar > BakeMaster",
"warning" : "",
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.0.2'
bakemaster_version = '2.5.1'

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

project = 'BakeMaster %s Documentation' % bakemaster_version
copyright = ': 2023, Kiril Strezikozin'
author = 'kemplerart'
version = bakemaster_version
branch = "release-2.0.2"
branch = "release-2.5.1"

# 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 = '4/28/2023'
html_last_updated_fmt = '8/17/2023'

# If true, the reST sources are included in the HTML build as _sources/name.
html_copy_source = True
Expand Down
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
.. |teaser| image:: ./_static/images/pages/about/teaser_1920x1080.png
:alt: Teaser

============================
BakeMaster 2.0 Documentation
============================
==============================
BakeMaster 2.5.1 Documentation
==============================

|teaser|

Expand Down
14 changes: 14 additions & 0 deletions docs/pages/more/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ 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.5.1 Release
=============

.. admonition:: Tag
:class: important

`2.5.1 - August 17th, 2023 <https://github.com/KirilStrezikozin/BakeMaster-Blender-Addon/releases>`__

**Fixes:**

#. Separate decals setting had no effect and decals were always baked onto separate images (`issue-39 <https://github.com/KirilStrezikozin/BakeMaster-Blender-Addon/issues/39>`__).

`Features <https://bakemaster-blender-addon.readthedocs.io/en/2.5.1/pages/about.html#key-features>`__.

2.5.0 Release
=============

Expand Down
2 changes: 2 additions & 0 deletions docs/pages/setup/compatibility.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ BakeMaster is compatible with the following Blender versions:
* ``Blender 3.2``
* ``Blender 3.3``
* ``Blender 3.4``
* ``Blender 3.5``
* ``Blender 3.6``

Using the addon on versions higher than specified may cause errors. If you face any compatibility errors, please `inform <../more/connect.html>`__.
Binary file removed install/bakemaster_blender_addon_v2_5_0_demo.zip
Binary file not shown.
Binary file added install/bakemaster_blender_addon_v2_5_1_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,6 +1,6 @@
# ##### BEGIN LICENSE BLOCK #####
#
# "BakeMaster" Blender Add-on (version 2.5.0)
# "BakeMaster" Blender Add-on (version 2.5.1)
# Copyright (C) 2023 Kiril Strezikozin aka kemplerart
#
# This License permits you to use this software for any purpose including
Expand Down Expand Up @@ -66,7 +66,7 @@ class BM_Labels:

# URLs
# different documentation versions may have different pages setup
__addon_version__ = "2.5.0"
__addon_version__ = "2.5.1"
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,6 +1,6 @@
# ##### BEGIN LICENSE BLOCK #####
#
# "BakeMaster" Blender Add-on (version 2.5.0)
# "BakeMaster" Blender Add-on (version 2.5.1)
# Copyright (C) 2023 Kiril Strezikozin aka kemplerart
#
# This License permits you to use this software for any purpose including
Expand Down
2 changes: 1 addition & 1 deletion operators.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ##### BEGIN LICENSE BLOCK #####
#
# "BakeMaster" Blender Add-on (version 2.5.0)
# "BakeMaster" Blender Add-on (version 2.5.1)
# Copyright (C) 2023 Kiril Strezikozin aka kemplerart
#
# This License permits you to use this software for any purpose including
Expand Down
2 changes: 1 addition & 1 deletion presets.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ##### BEGIN LICENSE BLOCK #####
#
# "BakeMaster" Blender Add-on (version 2.5.0)
# "BakeMaster" Blender Add-on (version 2.5.1)
# Copyright (C) 2023 Kiril Strezikozin aka kemplerart
#
# This License permits you to use this software for any purpose including
Expand Down
2 changes: 1 addition & 1 deletion properties.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ##### BEGIN LICENSE BLOCK #####
#
# "BakeMaster" Blender Add-on (version 2.5.0)
# "BakeMaster" Blender Add-on (version 2.5.1)
# Copyright (C) 2023 Kiril Strezikozin aka kemplerart
#
# This License permits you to use this software for any purpose including
Expand Down
2 changes: 1 addition & 1 deletion ui_panel.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ##### BEGIN LICENSE BLOCK #####
#
# "BakeMaster" Blender Add-on (version 2.5.0)
# "BakeMaster" Blender Add-on (version 2.5.1)
# Copyright (C) 2023 Kiril Strezikozin aka kemplerart
#
# This License permits you to use this software for any purpose including
Expand Down
2 changes: 1 addition & 1 deletion ui_panel_base.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ##### BEGIN LICENSE BLOCK #####
#
# "BakeMaster" Blender Add-on (version 2.5.0)
# "BakeMaster" Blender Add-on (version 2.5.1)
# Copyright (C) 2023 Kiril Strezikozin aka kemplerart
#
# This License permits you to use this software for any purpose including
Expand Down
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ##### BEGIN LICENSE BLOCK #####
#
# "BakeMaster" Blender Add-on (version 2.5.0)
# "BakeMaster" Blender Add-on (version 2.5.1)
# Copyright (C) 2023 Kiril Strezikozin aka kemplerart
#
# This License permits you to use this software for any purpose including
Expand Down

0 comments on commit f3e85e6

Please sign in to comment.