Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-ebke committed Dec 13, 2023
1 parent 12405dd commit c4dffd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ EEVEE in 3D-View:

## Installation

**Download link** (for Blender 2.83, 2.93 and 3.2): https://github.com/markus-ebke/Blender-Lightsheet/releases/latest
**Download link** (for Blender 3.2, 3.6 and 4.0): https://github.com/markus-ebke/Blender-Lightsheet/releases/latest

Download the .zip file.
In Blender's preferences window go to the Add-ons section and use the `Install...` button to install it.
Expand Down Expand Up @@ -247,6 +247,10 @@ For development I suggest you follow these steps:
## Changelog
**v1.3 (2023-12-13)**
- Update for Blender 4.0, also tested with 3.2LTS and 3.6LTS
- Fix some issues with Blender's scene.ray_cast

**v1.2 (2022-09-03)**
- Fix issue #1, correct some typos

Expand Down
2 changes: 1 addition & 1 deletion lightsheet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
bl_info = {
"name": "Lightsheet",
"author": "Markus Ebke",
"version": (1, 2),
"version": (1, 3),
"blender": (3, 2, 0),
"location": "View3D > Sidebar > Lightsheet Tab",
"description": "Create fake caustics renderable in Cycles and EEVEE",
Expand Down

0 comments on commit c4dffd1

Please sign in to comment.