diff --git a/CHANGELOG.md b/CHANGELOG.md index ea18f2c4..94f039ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index d09f871c..b22017c4 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ A DMX visualization tool inside Blender, 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) diff --git a/__init__.py b/__init__.py index 2be83009..668e2207 100644 --- a/__init__.py +++ b/__init__.py @@ -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/",