Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanous committed Feb 11, 2024
1 parent 9048fce commit f70fd0e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
### Changelog

### 1.2.0

* Initial keyframing support with Auto Keying and Manual Keyframe insert
* Add new default 2D symbol based on BlenderDMX logo
* Use BlenderDMX's own Art-Net OEM code into ArtPollReply
* Select multiple fixtures in Fixture list with Shift
* Add button to request latest version of an MVR scene from MVR-xchange

### 1.1.0

* MVR-xchange:
Expand Down
3 changes: 2 additions & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

### Formatting

Use `ruff` to format the code. Formatting code with Blender can be problematic as short lines are typically better.
Use `ruff` to format the code. Formatting code with Blender RNA structures can be problematic as short lines are typically better.

### Pre-commit-hooks

There is a configuration for [pre-commit](https://pre-commit.com/) which is not
enabled by default. You can run this manually by (ensure that `python -m pip
install pre-commit` is installed) running `pre-commit`. Note that it checks for
print statements. Print statements with "INFO" as first argument are skipped.
This runs on staged files.

### Logging

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.4](https://www.blender.org/download/) or higher (Blender 4.x is supported). Then, download the `zip` file:

### LATEST RELEASE (STABLE): v1.1.0
### LATEST RELEASE (STABLE): v1.2.0

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

0 comments on commit f70fd0e

Please sign in to comment.