ucupumar / ucupaint

Ucupaint is Blender addon to manage texture layers for Eevee and Cycles renderer.
GNU General Public License v3.0
874 stars 31 forks source link

Make driver work with custom properties #58

Closed ucupumar closed 7 months ago

ucupumar commented 8 months ago

Currently only keyframes work with ucupaint custom properties. Driver is using the same system as keyframes so it shouldn't be that difficult to implement.

ucupumar commented 7 months ago

Custom properties will not work with drivers since it will have a huge toll on performance. The solution can be replaced with refactored ucupaint inputs to use native node socket input, see #62 for more info. I'm closing this issue now.