blenderskool / kaleidoscope

🍀 A small collection of creative nodes to generate color palette and store values for Blender
https://blenderskool.netlify.app/kaleidoscope
GNU General Public License v3.0
119 stars 11 forks source link

Advanced ColorRamp Color Picker tool #18

Closed blenderskool closed 7 years ago

blenderskool commented 7 years ago

Inspired from Substance Designer, Kaleidoscope will have a feature to pick colors from an image for a ColorRamp. There are many add-ons that allow this, but this one will have more accurate colors just as the image sampled.

An intelligent proportion system will be implemented, that would not allow the addition of similar colors, and manage the position of all the flags in the ColorRamp. Of course, OpenGL will be used 😉

blenderskool commented 7 years ago

Tool added 😄 Keeping this issue for bug fixes now

blenderskool commented 7 years ago

So the Color Picker Modal Button is removed, because it caused more problems in the add-on and made it even slower. Time to integrate the Color Picker with World and Lamp Materials.

blenderskool commented 7 years ago

Color Picker is now done :)