Skip to content

Commit

Permalink
Release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vanous committed Mar 10, 2024
1 parent 4358448 commit 41de619
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
### Changelog

### 1.3.2

* Improve pan/tilt controlling and animating:
* Support multiple pan/tilt geometries for fixtures without Target
* Set Ignore pan/tilt DMX (lock target) after using Target to set
position, to allow programming keyframes by Target
* Indicate pan/tilt lock and provide quick unlock in programmer
* Ensure that keyframes are saved when programming position by Target
* Provide shortcut to select prev/next Target (Ctrl-Shift-Left/Right)
* Improve logging during addon initialization
* Fix fixture addressing procedure
* Add minimal required Blender version message to Setup panel
* Add links to documentation
* Add Rotation to the list of editable fixture's columns
* Indicate IES by an icon in fixture's name

### 1.3.1

* Add support to import IES photometrics and apply them to beams in Cycles
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ A DMX visualization tool inside <a href="https://blender.org">Blender</a>, desig

First of all, make sure you have installed [Blender 3.4](https://www.blender.org/download/) or higher (Blender 4.x is supported). Then, download the `zip` file:

### LATEST RELEASE (STABLE): v1.3.1
### LATEST RELEASE (STABLE): v1.3.2

1. From the [latest release](https://github.com/open-stage/blender-dmx/releases/latest) download the [blenderDMX_v1.3.1.zip](https://github.com/open-stage/blender-dmx/releases/download/v1.3.1/blenderDMX_v1.3.1.zip) file
1. From the [latest release](https://github.com/open-stage/blender-dmx/releases/latest) download the [blenderDMX_v1.3.2.zip](https://github.com/open-stage/blender-dmx/releases/download/v1.3.2/blenderDMX_v1.3.2.zip) file

### ROLLING RELEASE (UNSTABLE)

Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "DMX",
"description": "DMX visualization and programming, with GDTF/MVR and Network support",
"author": "open-stage",
"version": (1, 3, 1),
"version": (1, 3, 2),
"blender": (3, 4, 0),
"location": "3D View > DMX",
"doc_url": "https://blenderdmx.eu/docs/faq/",
Expand Down

0 comments on commit 41de619

Please sign in to comment.