Skip to content

Commit

Permalink
Release v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vanous committed Dec 28, 2023
1 parent c3a1837 commit 36c69aa
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
### Changelog


### 1.0.7

* New Fixture UI List:
* Better scrolling and filtering
* In-place editing of some attributes
* New editing of XYZ position transforms
* Indicate that Blender 3.4 and higher is required
* Improvements to MVR-xchange:
* Support for MVR_COMMIT message
* Rewrite of the protocol code
* Add custom namespace driver for Blender, to use DMX for general animations of
any 3D objects in Blender
* Improved Network DMX protocols:
* Separate sACN from Art-Net
* Improve Art-Net handling (ArtPoll, error messages, timeout)
* Universe setting made clearer

### 1.0.6

* Initial support for MVR-xchange protocol added
Expand Down
9 changes: 3 additions & 6 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.6
### LATEST RELEASE (STABLE): v1.0.7

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

### ROLLING RELEASE (UNSTABLE)

Expand All @@ -41,9 +41,6 @@ We also have a `Discord` server for sharing knowledge: [discord server link](htt

## Donate

*This addon will always be free and open source, if you can donate and help me keep developing tools for artists I'd be really grateful.*
- [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/donate/?hosted_button_id=K2DRRKRFE583J)
- Bitcon (BTC only): 1BApp5s16pEPk5oECtJJ7G8iYmbj7r2YrG

See [Donations in wiki](https://github.com/open-stage/blender-dmx/wiki#donations) for more information.


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, 6),
"version": (1, 0, 7),
"blender": (3, 4, 0),
"location": "3D View > DMX",
"doc_url": "https://github.com/open-stage/blender-dmx/wiki",
Expand Down

0 comments on commit 36c69aa

Please sign in to comment.