Not sure what you mean by "prop". To me that means an object in a scene. When you click the colored rectangle it will pop up with some color profile choices such as RGB and HSV.
If you know Python already I would recommend reading over the Blender API for your coding needs. For UI there are a number of good video tutorials. CG Cookie has some good free videos on UI with Python. http://www.blender.org/documentation/blender_python_api_2_70_release/ http://cgcookie.com/blender/2012/09/30/blender-tweak-interface-scripting/ On Wed, Apr 23, 2014 at 7:21 AM, Khalifa Lame <[email protected]> wrote: > Hi, a few questions please... > > How should one make a layout prop for images, objects, uvs, vgroups, etc. > complete with search functionality. Is there a built in template for that? > > Also, how does one change a color prop from the default tiny rectangular > slot to a full blown expanded color wheel? The sort you see in the > properties shelf of the node editor when working with color balance nodes. > > Even better, could someone point me at a comprehensive resource on > blender's ui elements? > > -- > khalibloo® > > > _______________________________________________ > Bf-python mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-python > >
_______________________________________________ Bf-python mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-python
