blender/release/scripts
Matt Ebb cf9b728c6a Color Picker work:
Restored the old Eyedropper tool from the 2.4 colour picker. Now it's an operator, 
working nicely using rna properties (fixes #19475 and some todo items)

This ended up being a bit more work than expected, it involved converting the 
colour picker to use RNA properties directly, rather than temporary values. This has 
several advantages, including being able to type in RGB values greater than 1, 
however there are still some redraw issues with sliders.

Also removed the alternate color pickers after this time spent testing, the current one 
should be sufficient, or alternatives to the wheel can possibly become preferences 
in the current design.

Converting the picker to RNA also made it very trivial to make a cool new 
ColorWheel template, which can be embedded in UI layouts. I've enabled it already 
in texture/vertex paint brush properties and the sequence editor color correction:
http://mke3.net/blender/devel/2.5/colorwheels.jpg
2010-01-07 09:55:11 +00:00
..
io netrender: Ctrl-C correctly stops master in background mode (low level select was catching the break and spiting and exception) 2010-01-06 20:17:27 +00:00
modules - leg_quadruped_generic missing imports 2010-01-06 22:38:51 +00:00
op fix for crash when setting a shapekeys name in rna, (probably other properties too). 2010-01-06 12:19:46 +00:00
presets netrender tab to spaces 2009-12-29 00:04:57 +00:00
templates replace dynamic_menu.py with Menu classmethods much less complicated. 2009-12-25 22:16:19 +00:00
ui Color Picker work: 2010-01-07 09:55:11 +00:00