Message 1 of 1
Maya Python Arduino
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
- Hello, i connected Arduino Photoresistor sensor into Maya by using Python inside Maya and it gets the data if the amount of light is less than the given treshold, it turns the lights on in my House model. In the code, i just toggle the visibility of area light on and off according to amount of light coming from sensor.
- Problem here is it toggles visibility checkbox on and off but i can't see the real-time effect on Arnold Render View. When i toggle it manually, it affects the rendering view as well, but if the code toggles it, there is no effect on Arnold Rendering View.