From 10b1ed72f1554d40bc8693b4e8f2ffc3feecd848 Mon Sep 17 00:00:00 2001 From: vanous Date: Sun, 11 Aug 2024 09:22:33 +0200 Subject: [PATCH] Release 1.7.5 --- CHANGELOG.md | 23 +++++++++++++++++++++++ README.md | 4 ++-- __init__.py | 2 +- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2db21cb..725778ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ ### Changelog +### 1.7.5 + + * Allow using user writable directory associated with an extension (extension only) + * Show fixture name in Align panel if it is a selected active object + * Fix count of selected fixtures in Programmer, Align, and other panels + * Ensure that the beam has full diameter at the lense in Cycles for Blender 4.1 and up + * MVR import: + * Deselect all objects before import to prevent issues + * Add support for MVR classing to show/hide MVR classes + * GDTF import: + * Add constraints for multiple heads and yokes + * Apply transformation after joining the objects + * Check dimensions with safer method + * Allow import of existing files + * Use DMX break overwrite only for Geometry References + * Transfer root geometry attribute to children for complex fixtures + * Improved creating constraints and removed pixel factor + * Import_3ds: Fix texture color + * Increase time for collection auto-creation in import/export dialogs + * Update translatable language strings + * Add testing files download and basic testing scripts + + ### 1.7.4 * Add Fixture Align and Distribute panel diff --git a/README.md b/README.md index 521dbd08..bdc1c350 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.7.4 +### LATEST RELEASE (STABLE): v1.7.5 - 1. From the [latest release](https://github.com/open-stage/blender-dmx/releases/latest) download the [blenderDMX_v1.7.4.zip](https://github.com/open-stage/blender-dmx/releases/download/v1.7.4/blenderDMX_v1.7.4.zip) file + 1. From the [latest release](https://github.com/open-stage/blender-dmx/releases/latest) download the [blenderDMX_v1.7.5.zip](https://github.com/open-stage/blender-dmx/releases/download/v1.7.5/blenderDMX_v1.7.5.zip) file ### ROLLING RELEASE (UNSTABLE) diff --git a/__init__.py b/__init__.py index 40e36940..5603406a 100644 --- a/__init__.py +++ b/__init__.py @@ -19,7 +19,7 @@ "name": "DMX", "description": "DMX visualization and programming, with GDTF/MVR and Network support", "author": "open-stage", - "version": (1, 7, 4), + "version": (1, 7, 5), "blender": (3, 4, 0), "location": "3D View > DMX", "doc_url": "https://blenderdmx.eu/docs/faq/",