this post was submitted on 23 Mar 2024
10 points (100.0% liked)

Blender

2721 readers
10 users here now

A community for users of the awesome, open source, free, animation, modeling, procedural generating, sculpting, texturing, compositing, and rendering software; Blender.

Rules:

  1. Be nice
  2. Constructive Criticism only
  3. If a render is photo realistic, please provide a wireframe or clay render

founded 1 year ago
MODERATORS
 

Hello everyone, I have a question about Blender properties. I'm reading BlenderDMX documentation and at page BlenderDMX docs paragraph "BlenderDMX DMX driver for Blender" it says that I can use DMX signals to control any Blender property. I also have modelled some lasers and would love to control some of the nodes' properties (Emission Color mostly) with DMX for a simulation. Does anyone know if that's possible and how to do it? A search for "blender properties" and "blender property keywords" gave me nothing.

top 2 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 7 months ago (1 children)

i'm pretty sure that you can use drivers to map an array to a color but I don't know how dmx works specifically, I'll look into it when i can

You can also ask in curtis holt's help channel on his discord, it's got really nice helpers who might be more familiar with this addon

[–] [email protected] 2 points 7 months ago

Thanks, I already solved it! I didn’t know that Drivers exist. The solution was to create a driver for each of the rgb color coordinates of the emitter, connect to a dmx channel and divide the value by 255.

I then connected to qlc+ using a virtual dmx channel and could control everything 😌