Skip to content

Commit

Permalink
Prepare relase for v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vanous committed Dec 3, 2023
1 parent e4aa133 commit 474f01d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
### Changelog

### 1.0.3

### 1.0.4
* Fixing a color control bug with pixel devices like Spiider
* Fix tilt movement when fixture is on the floor
* More attributes are now applied (only) for correct geometries (RGB, XYZ
position and rotation, dimmer)
* Extending Volume preview settings to now have the possibility to see the fake
beam cone for None, Selected fixtures or All fixtures
* Adding RGB based color picker to the existing color picker in Programmer
* Support for movement control of fixtures with pan only (without tilt)
* Initial support for 16bit channels for smoother behavior: pan, tilt, dimmer
* Group selection can now be additive (as before) or exclusive (only selected
group)
* Allow freezing of pan/tilt movement to current position (for example after
Target adjustment). Indicated by LOCK icon in Fixture list
* GDTF Share Password in Preferences now masked with \*\*\*\*\*
* Fixture ID in Fixture list is now displayed only if not empty

### 1.0.3
* MVR Improvements:
* Add FixtureID, CustomId... from MVR to Fixture
* Create groups from MVR, migrate groups from str([]) to json
Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
<p align="center">
<img src="https://i.ibb.co/Wn9wkH1/banner.png" />
<img src="https://github.com/open-stage/blender-dmx/assets/3680926/c7a8e6c5-786f-4f7b-88f5-374b8cb9e51e" />
</p>

# BlenderDMX

A DMX visualization tool inside <a href="https://blender.org">Blender</a>, designed to offer a free, easy and fully packed solution for Lighting Designers. Fixture library is based on <a href="https://gdtf-share.com">GDTF</a> (via <a href="https://github.com/open-stage/python-gdtf">pygdtf</a>), scene import is based on <a href="https://gdtf-share.com">MVR</a> (via <a href="https://github.com/open-stage/python-mvr">pymvr</a>), GDTF/MVR resources and news: <a href="https://gdtf.eu">GDTF.eu</a>.
A DMX visualization tool inside <a href="https://blender.org">Blender</a>, designed to offer a free, easy and fully packed solution for Lighting Designers. Device definition is based on <a href="https://gdtf-share.com">GDTF Specification</a>, utilizing the Fixture library on <a href="https://gdtf-share.com">GDTF Share</a>. GDTF import is based on <a href="https://github.com/open-stage/python-gdtf">pygdtf</a> - Python GDTF library, <a href="https://gdtf-share.com">MVR</a> scene import is based on <a href="https://github.com/open-stage/python-mvr">pymvr</a> - Python MVR library. For more GDTF/MVR resources and news see <a href="https://gdtf.eu">GDTF.eu</a>.

![](https://i.ibb.co/rvpKYxB/render-eevee-7.png)

## Download & Install

First of all, make sure you have installed [Blender 3.0](https://www.blender.org/download/) or higher;
Then, download the `zip` file:
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.3
### LATEST RELEASE (STABLE): v1.0.4

1. From the [latest release](https://github.com/open-stage/blender-dmx/releases/latest) download the [blenderDMX_v1.0.3.zip](https://github.com/open-stage/blender-dmx/releases/download/v1.0.3/blenderDMX_v1.0.3.zip) file
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

### ROLLING RELEASE (UNSTABLE)

Expand Down
3 changes: 1 addition & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
"name": "DMX",
"description": "DMX visualization and programming, with GDTF/MVR and Network support",
"author": "open-stage",
"version": (1, 0, 3),
"version": (1, 0, 4),
"blender": (3, 0, 0),
"location": "3D View > DMX",
"wiki_url": "https://github.com/open-stage/blender-dmx/wiki",
"doc_url": "https://github.com/open-stage/blender-dmx/wiki",
"tracker_url": "https://github.com/open-stage/blender-dmx/issues",
"category": "Lighting",
Expand Down

0 comments on commit 474f01d

Please sign in to comment.