<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>BlenderDMX Addon Blog on BlenderDMX Addon</title><link>https://blenderdmx.eu/blog/</link><description>Recent content in BlenderDMX Addon Blog on BlenderDMX Addon</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 03 Apr 2026 10:19:30 +0200</lastBuildDate><atom:link href="https://blenderdmx.eu/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>BlenderDMX Addon 2.1.8 Released</title><link>https://blenderdmx.eu/blog/release-2.1.8/</link><pubDate>Fri, 03 Apr 2026 10:19:30 +0200</pubDate><guid>https://blenderdmx.eu/blog/release-2.1.8/</guid><description>&lt;h2 id="improved-channelfunctions-parsing-and-mvr-export"&gt;Improved ChannelFunctions parsing and MVR export&lt;/h2&gt;
&lt;p&gt;Improved GDTF and MVR handling. Translations updates.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Improve ChannelFunctions parsing in pygdtf&lt;/li&gt;
&lt;li&gt;Improve MVR export in pymvr&lt;/li&gt;
&lt;li&gt;Update pygdtf to v1.4.5&lt;/li&gt;
&lt;li&gt;Update pymvr to 1.0.7&lt;/li&gt;
&lt;li&gt;Updated translations:
&lt;ul&gt;
&lt;li&gt;Spanish - eulalio&lt;/li&gt;
&lt;li&gt;Indonesian - Arif Budiman&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Full Changelog&lt;/strong&gt;: https://github.com/open-stage/blender-dmx/compare/v2.1.7&amp;hellip;v2.1.8&lt;/p&gt;</description></item><item><title>BlenderDMX Addon 2.1.7 Released</title><link>https://blenderdmx.eu/blog/release-2.1.7/</link><pubDate>Fri, 27 Mar 2026 19:55:13 +0100</pubDate><guid>https://blenderdmx.eu/blog/release-2.1.7/</guid><description>&lt;h2 id="improve-color-handling"&gt;Improve Color Handling&lt;/h2&gt;
&lt;p&gt;The original simple color addition has been updated to mixing in linear RGB for additive colors and to multiplicative transmission in linear RGB for subtractive colors. Color Wheels are now mixed together, controlling RGBA, RGBL fixtures from within Blender has been improved, and when there no gobo and no iris, the beam is now clean. See full changelog below.&lt;/p&gt;</description></item><item><title>BlenderDMX Addon 2.1.6 Released</title><link>https://blenderdmx.eu/blog/release-2.1.6/</link><pubDate>Tue, 03 Feb 2026 21:52:48 +0100</pubDate><guid>https://blenderdmx.eu/blog/release-2.1.6/</guid><description>&lt;h2 id="extend-channels-resolution-parsing"&gt;Extend channels resolution parsing&lt;/h2&gt;
&lt;p&gt;As some fixtures in the GDTF Share now come up with channels with resolution more then 16bit, ensure that these can be parsed without failing, while downscaling them to 16bit or 8bit, depending on usage. Make the internal Programmer to control Pan/Tilt as 16bit, for precise positioning inside Blender.&lt;/p&gt;</description></item><item><title>BlenderDMX Addon 2.1.5 Released</title><link>https://blenderdmx.eu/blog/release-2.1.5/</link><pubDate>Sat, 24 Jan 2026 10:53:04 +0100</pubDate><guid>https://blenderdmx.eu/blog/release-2.1.5/</guid><description>&lt;h2 id="supporting-high-quality-meshes-from-gdtf"&gt;Supporting high quality meshes from GDTF&lt;/h2&gt;
&lt;p&gt;With this release we add support for high quality meshes (if present) in GDTF. Multiple GDTF devices can be imported in both normal and high mesh quality at the same time. MVR Import also allows to set the mesh quality preference.&lt;/p&gt;</description></item><item><title>BlenderDMX Addon 2.1.4 Released</title><link>https://blenderdmx.eu/blog/release-2.1.4/</link><pubDate>Sat, 17 Jan 2026 13:53:42 +0100</pubDate><guid>https://blenderdmx.eu/blog/release-2.1.4/</guid><description>&lt;h2 id="fixture-names-and-major-mvr-importexport-improvements"&gt;Fixture Names and Major MVR Import/Export Improvements&lt;/h2&gt;
&lt;p&gt;Previously, fixture names relied on Blender’s structural Name property, which requires all names to be unique. While this is useful in other contexts, it is not suitable for device naming. This has now been resolved by introducing a dedicated fixture-name property within BlenderDMX.&lt;/p&gt;</description></item><item><title>BlenderDMX Addon 2.1.3 Released</title><link>https://blenderdmx.eu/blog/release-2.1.3/</link><pubDate>Tue, 06 Jan 2026 19:28:33 +0100</pubDate><guid>https://blenderdmx.eu/blog/release-2.1.3/</guid><description>&lt;ul&gt;
&lt;li&gt;Cache wm lookup, slow down re-render on network signals to 24fps&lt;/li&gt;
&lt;li&gt;Fix Live DMX view for Blender 5&lt;/li&gt;
&lt;li&gt;Fix variables when using default physical values&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Full Changelog&lt;/strong&gt;: https://github.com/open-stage/blender-dmx/compare/v2.1.2&amp;hellip;v2.1.3&lt;/p&gt;</description></item><item><title>BlenderDMX Addon 2.1.2 Released</title><link>https://blenderdmx.eu/blog/release-2.1.2/</link><pubDate>Sat, 03 Jan 2026 19:51:24 +0100</pubDate><guid>https://blenderdmx.eu/blog/release-2.1.2/</guid><description>&lt;ul&gt;
&lt;li&gt;Update pygdtf to 1.4.3&lt;/li&gt;
&lt;li&gt;Handle missing Share API Mode footprint&lt;/li&gt;
&lt;li&gt;Handle missing matrix during MVR Import&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Full Changelog&lt;/strong&gt;: https://github.com/open-stage/blender-dmx/compare/v2.1.1&amp;hellip;v2.1.2&lt;/p&gt;</description></item><item><title>BlenderDMX Addon 2.1.1 Released</title><link>https://blenderdmx.eu/blog/release-2.1.1/</link><pubDate>Thu, 25 Dec 2025 13:17:16 +0100</pubDate><guid>https://blenderdmx.eu/blog/release-2.1.1/</guid><description>&lt;h2 id="small-speed-improvement-mvr-import-fix"&gt;Small Speed Improvement, MVR Import fix&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;MVR Import: Fix group object import&lt;/li&gt;
&lt;li&gt;Improve import efficiency&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Full Changelog&lt;/strong&gt;: https://github.com/open-stage/blender-dmx/compare/v2.1.0&amp;hellip;v2.1.1&lt;/p&gt;</description></item><item><title>BlenderDMX Addon 2.1.0 Released</title><link>https://blenderdmx.eu/blog/release-2.1.0/</link><pubDate>Mon, 22 Dec 2025 23:41:25 +0100</pubDate><guid>https://blenderdmx.eu/blog/release-2.1.0/</guid><description>&lt;h2 id="full-scene-mvr-export-added"&gt;Full Scene MVR Export Added&lt;/h2&gt;
&lt;p&gt;Both pymvr and pygdtf libraries have been much worked on in the past several
weeks, resulting in the possibility to finally implement an initial Full Scene
MVR Export to BlenderDMX (previously, only fixtures had been exported).&lt;/p&gt;</description></item><item><title>BlenderDMX Addon 2.0.19 Released</title><link>https://blenderdmx.eu/blog/release-2.0.19/</link><pubDate>Sat, 13 Dec 2025 22:15:55 +0100</pubDate><guid>https://blenderdmx.eu/blog/release-2.0.19/</guid><description>&lt;ul&gt;
&lt;li&gt;Added translation using Weblate (Korean) [Hwanyong Lee]&lt;/li&gt;
&lt;li&gt;Translated using Weblate (Czech) [vanous]&lt;/li&gt;
&lt;li&gt;Update pygdtf to 1.4.1&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Full Changelog&lt;/strong&gt;: https://github.com/open-stage/blender-dmx/compare/v2.0.18&amp;hellip;v2.0.19&lt;/p&gt;</description></item></channel></rss>