Skip to content

1.0.3

Compare
Choose a tag to compare
@vanous vanous released this 25 Nov 22:16
· 237 commits to main since this release

ℹ️ there is a newer release available.

Faster MVR imports, 2D planning view, improved 3D models loading

This version comes with added Blender 4.x compatibility, although Blender 3.6 is still much faster and thus recommended to be used. Speaking of speed...MVR import has been much sped up, there is a new 2D view which is using SVG from GDTF (if provided and if not provided it adds a default symbol). Many improvements to MVR import, to 3D models import and also to the overall app. Added support for XYZ fixtures.

1.0.3

  • MVR Improvements:

    • Add FixtureID, CustomId... from MVR to Fixture
    • Create groups from MVR, migrate groups from str([]) to json
    • Clean up unused MVR collections after MVR import
    • Add UUID to fixtures and groups
  • GDTF Improvements:

    • Handle models composed of multiple parts
  • App improvements:

    • Add initial support for 2D symbols and 2D TOP planning view
    • Speed up MVR import - fix GDTF collection caching, cache also MVR imported objects
    • Converted Primitives to glb to ensure compatibility with Blender 4.x
    • Increment data version and provide migration
    • Remove fixture from groups when deleting fixture
    • Display revision in fixture listing
    • Create new World in case it is missing
    • Allow centering selected fixture's Targets
    • Handle time during fixture edit processing (prevent errors)
    • Check for existence of Dimmer for fixtures without dimmer (prevent errors)
    • Add possibility to make fixture geometries selectable
    • Display Volume cone on all lights when enabled
    • Add generix XYZ fixture to BlenderDMX
    • Add support for XYZ Z,Y,Z and Rot X,Y,Z attributes and for devices without target

What's Changed

  • XYZ position and rotation by @vanous in #64
  • Add initial support for 2D symbols and 2D TOP planning view by @vanous in #65
  • Improve MVR import speed by 2x by @vanous in #66
  • Further mvr improvements - Create Fixture Groups from MVR... by @vanous in #68
  • Fixture id properties by @vanous in #69
  • Release v1.0.3 by @vanous in #70

Full Changelog: v1.0.2...v1.0.3