BryanCrotaz / blender-artnet

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

Plug In not installing in Blender 2.9.2 #11

Open billr-42 opened 3 years ago

billr-42 commented 3 years ago

Very excited to play with this Add-on, but when I try to install per instructions, it nothing seems to happen. I've installed plugins before, so I'm not sure if it is user error on my end.

found bundled python: C:\Program Files\Blender Foundation\Blender 2.91\2.91\python Modules Installed () from 'C:\\Users\\wrios\\Documents\\GitHub\\blender-artnet\\__init__.py' into 'C:\\Users\\wrios\\AppData\\Roaming\\Blender Foundation\\Blender\\2.91\\scripts\\addons'

BryanCrotaz commented 3 years ago

I've not tested in 2.91 but I'd expect it to work.

Can you show me the output of the debug console?

billr-42 commented 3 years ago

Okay got it installed. Realized I needed to install it via the zip file not the py file. The directions are a bit misleading.

I'm trying to get Artnet in and not having any success. Also tried to create a generic LED type and not sure what else I need to do once I edit the src/fixture_type_store.py?

image

"LED": { "colorMode": "rgbw", "red": 4, "green": 6, "blue": 8, "white": 10, "dimmer": 12, "lumens": 5000 },

Thoughts?

BryanCrotaz commented 3 years ago

Updated the readme with better install instructions - thanks.

BryanCrotaz commented 3 years ago

Name matching is case sensitive - try naming it led not LED?

BryanCrotaz commented 2 years ago

tested now in 2.93.0 and it works ok