BryanCrotaz / blender-artnet

Blender script to push artnet data to Evee lights
GNU General Public License v3.0
37 stars 8 forks source link

Assign any incoming Art-Net values to any numeric input #6

Open BryanCrotaz opened 4 years ago

BryanCrotaz commented 4 years ago

Submitted by @hesse2

Implement assignment of any incoming Art-Net values to any numeric input Would require a value mapping menu/window with conversion from int8 to any number scale. Preferably with coarse/fine/ultra-fine combination of incoming channels to generate int16 & int 32.

@hesse2 - need explanation here of what you mean by "numeric input" and a user story of how you see it being used.

MMagneson commented 4 years ago

Numeric input is any numeric input field in Blender. This would mean that you can achieve dmx control of positions, weights, fluidity etc.

On further thought, maybe an Art-Net input node for the node editors would be a faster and more convenient approach to add Art-net everywhere and avoid the need of math conversion in the implementation itself.