Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanous committed Jan 18, 2024
1 parent 4b01777 commit da9c0aa
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
### Changelog

### 1.1.0

* MVR-xchange:
* Add proper listener and sender (client and server) to MVR-xchange, to match the Spec
* Many other improvements to MVR-xchange
* Logging:
* Ensure that logger is not initialized multiple times
* Add logging to file
* Add filters to allow logging only specific parts of the app
* Convert most prints() to log
* UI:
* Speed up LiveDMX view refresh
* When adding/editing fixtures, allow to (not)increment address/id
* Set 2D view to Material rather then Solid
* Reorganize Setup panels
* Ensure automatic UI refresh for several panels
* GDTF/MVR/Fixtures:
* Speed up DMX values caching for render loop bypass
* Scale gobo planes during fixture creation
* Unzip correctly files with non latin encoding in file names

### 1.0.8

* Initial GOBO from GDTF support with indexing and rotation
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,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.0.8
### LATEST RELEASE (STABLE): v1.1.0

1. From the [latest release](https://github.com/open-stage/blender-dmx/releases/latest) download the [blenderDMX_v1.0.8.zip](https://github.com/open-stage/blender-dmx/releases/download/v1.0.8/blenderDMX_v1.0.8.zip) file
1. From the [latest release](https://github.com/open-stage/blender-dmx/releases/latest) download the [blenderDMX_v1.1.0.zip](https://github.com/open-stage/blender-dmx/releases/download/v1.1.0/blenderDMX_v1.1.0.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, 0, 8),
"version": (1, 1, 0),
"blender": (3, 4, 0),
"location": "3D View > DMX",
"doc_url": "https://github.com/open-stage/blender-dmx/wiki",
Expand Down

0 comments on commit da9c0aa

Please sign in to comment.