BlenderDMX Addon 1.9.6 Released
Posted on in Releases
v1.9.6
- Ensure that empty geometries are handled correctly
- Update pygdtf to version 1.2.0
There is a migration procedure to make sure older .blend files can be open, but you will have to use the Fixtures → Edit → Advanced Edit → OK, to have the fixtures’ data to be re-generated.
Fixtures with multiple levels of sub geometries where control attributes of color mixing or dimmer are linked to a parent geometry can now be controlled even if the parent geometry is several layers up the chain.
See the changelong for more information, or developers can look at git log for full details.
See the changelong for more information, or developers can look at git log for full details.
Our last release added support for the non-local version of MVR-xchange. For that, not only was the MVR-xchange implemented into the BlenderDMX Addon, but a coordinating server had to be written from scratch. The plan was to eventually re-write the server, to clean up the code and make it more efficient and only during the re-write I have discovered that the implementation, based on the socket.io foundations is not the same as if done in pure websockets. So after the server has been re-written, this release (v1.9.1) of the BlenderDMX addon now contains a re-write of the non-local MVR-xchange to websockets. There is not difference on the user facing side, except that the address to the MVR-xchange server must start with a websockets scheme wss, rather then https.
Working on a lighting project and sharing data with other designers can be supercharged with the MVR-xchange protocol.
After implementing the local version of the MVR-xchange protocol, which is suitable for local networks, this release of the BlenderDMX Addon adds an initial implementation of the internet-wide MVR-xchange. It allows cooperation between parties in different locations. It requires a publicly accessible coordination server, which is now available for testing purposes on BlenderDMX.eu.
See the changelong for more information, or developers can look at git log for full details.
Numerous translations have been added. Many thanks to all contributors.
The pygdtf library has received several improvements.
Previously, only file receiving on MVR-xchange has been available. With the fixture export to MVR added this summer, the sending part of MVR-xchange has been implemented in this release. It has been tested and confirmed working between two Linux stations, but the implementation will need more work as file transfer between machines on Windows still does have some issues.
Numerous translations have been added. Many thanks to all contributors.
The pygdtf and pymvr libraries have received several improvements. These, together with some other changes in BlenderDMX Addon, should further improve GDTF and MVR imports.