Skip to content

Commit

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

### 1.4.2

* Provide a way to export and import custom data from/to the Addon
* Remove Blender files of old models from the Addon
* Improve keyframing:
* only keyframe fixtures with changed data
* allow keyframing only selected fixtures
* indicate unsaved state in fixtures list
* Show DMX Footprint and indicate if address is colliding in Fixtures list
* Allow fixtures deselection by groups
* Allow the Programmer data to be Applied manually when render is paused
for speedup of response on large setups
* Add icon to re-set Targets, with a selection of axis
* Italian version is now fully translated
* Ensure programmer is populated with fixture's data also when selected by
shortcuts
* Ensure that color is applied to fixtures with color wheel but without
other color mixing
* List GDTF files without at signs @ in filename
* Handle gobo (not)loading for GDTFs without images
* Fix dimmer jumping over time
* Add support for ColorAdd_C,M,Y
* Add support for Gobo(n)PosRotate

### 1.4.1

* Handle XML files with null byte at the end
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.4.1
### LATEST RELEASE (STABLE): v1.4.2

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

0 comments on commit f1f8ccb

Please sign in to comment.