Skip to content

Commit

Permalink
Release v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vanous committed Dec 17, 2023
1 parent 439a243 commit 36956f5
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 3 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
### Changelog

### 1.0.5

* Set beam type based on Spot/Wash/None beam types as defined in GDTF
* Allow MVR reimport:
* existing objects/fixtures/trusses... (by UUIDs) will be updated by data
in MVR
* new objects... will be added to the scene
* there is a new internal structure for scene objects, not visible to the
user at this point
* Add OpenSoundControl (OSC):
* send fixture selection to consoles
* allow multiple commands to be sent
* definition in json
* Network improvements:
* list of IPs is now dynamic
* add 0.0.0.0 to the IP list
* Device and group listing and editing:
* Show number of fixtures in a group
* Allow to soft fixtures differently
* Allow incremental Fixture IDs
* Use original fixture's UUID during fixture edit
* Improve 'Re-address only' dialog
* Handle errors during fixture adding more gracefully:
* do not add the fixture to the fixture list
* remove bad collection
* show error message
* allow to remove non-selectable fixtures
* Fix group creation during MVR import
* Apply stored position and rotation only on root geometry
* Use fixture UUIDs instead of names in groups (ensures group validity on fixture
rename):
* ensure unique UUIDs in fixtures
* ensure unique UUIDs in groups
* Add DMX data caching to shortcut render loop to prevent flicker a bit

### 1.0.4
* Fixing a color control bug with pixel devices like Spiider
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.0](https://www.blender.org/download/) or higher (Blender 4.x is supported). Then, download the `zip` file:

### LATEST RELEASE (STABLE): v1.0.4
### LATEST RELEASE (STABLE): v1.0.5

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

0 comments on commit 36956f5

Please sign in to comment.