blender/release/scripts/ui
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
..
properties_data_armature_rigify.py replace dynamic_menu.py with Menu classmethods much less complicated. 2009-12-25 22:16:19 +00:00
properties_data_armature.py Cessen Rigging Request: "Copy Transforms" Constraint 2010-01-02 04:14:17 +00:00
properties_data_bone.py obscure feature: Display Custom Bone Shape at another bones transform. 2010-01-05 11:47:43 +00:00
properties_data_camera.py rna UI api rename... 2009-11-23 00:27:30 +00:00
properties_data_curve.py - curve geometry curve panel wasnt displaying with no active spline 2009-12-03 14:20:35 +00:00
properties_data_empty.py rna UI api rename... 2009-11-23 00:27:30 +00:00
properties_data_lamp.py rna UI api rename... 2009-11-23 00:27:30 +00:00
properties_data_lattice.py rna UI api rename... 2009-11-23 00:27:30 +00:00
properties_data_mesh.py add operator icon for shape key transfer in panel, 2010-01-06 11:38:58 +00:00
properties_data_metaball.py rna UI api rename... 2009-11-23 00:27:30 +00:00
properties_data_modifier.py * More small modifier tweaks. 2009-12-29 12:53:30 +00:00
properties_game.py BGE: stereoscopic settings changes: (1) eye separation is the UI (2) focallength uses camera focallength 2009-12-29 15:47:20 +00:00
properties_material.py use python3 syntax for defining a set. 2009-12-13 16:20:18 +00:00
properties_object_constraint.py Cessen Rigging Request: "Copy Transforms" Constraint 2010-01-02 04:14:17 +00:00
properties_object.py dupli faces inherit scale wasnt using the right flag internally. 2010-01-04 17:27:23 +00:00
properties_particle.py remove ICON prefix from the enum, for python this is redundant eg. 2009-12-10 10:23:53 +00:00
properties_physics_cloth.py String fix and a bunch of PEP8 issues I had collected in the meanwhile. 2009-12-04 17:54:48 +00:00
properties_physics_common.py * Rest length parameter for harmonic force springs. Implementation is a slightly modified version of the patch provided by Raúl Fernández Hernández (Farsthary). 2009-12-21 11:19:07 +00:00
properties_physics_field.py Stickness factor for particle collisions, patch submitted by Raul Fernandez Hernandez (farsthary). 2010-01-03 14:51:34 +00:00
properties_physics_fluid.py remove ICON prefix from the enum, for python this is redundant eg. 2009-12-10 10:23:53 +00:00
properties_physics_smoke.py more ui api changes. 2009-11-23 11:43:38 +00:00
properties_physics_softbody.py Try to get soft body to curve working 2009-12-28 00:07:24 +00:00
properties_render.py Simplified bake panel layout, and made it work with single column UI. 2010-01-01 22:32:07 +00:00
properties_scene.py use python3 syntax for defining a set. 2009-12-13 16:20:18 +00:00
properties_texture.py Changes to Brush texture workflow 2010-01-03 08:37:18 +00:00
properties_world.py use python3 syntax for defining a set. 2009-12-13 16:20:18 +00:00
space_buttons.py rna UI api rename... 2009-11-23 00:27:30 +00:00
space_console.py * register operators like other classes 2009-12-24 19:50:43 +00:00
space_dopesheet.py DopeSheet/Action Editor: Fixed operator name that did not get correctly during the operator renaming fixes done by Campbell's script 2009-12-31 23:56:45 +00:00
space_filebrowser.py remove ICON prefix from the enum, for python this is redundant eg. 2009-12-10 10:23:53 +00:00
space_graph.py add pep8 headers so these scripts spit out errors when running pep8. 2009-12-13 14:38:30 +00:00
space_image.py Color Picker work: 2010-01-07 09:55:11 +00:00
space_info.py new python submodule. eg. 2010-01-02 23:14:01 +00:00
space_logic.py remove ICON prefix from the enum, for python this is redundant eg. 2009-12-10 10:23:53 +00:00
space_nla.py add pep8 headers so these scripts spit out errors when running pep8. 2009-12-13 14:38:30 +00:00
space_node.py * Tweaks for node editor Make Links (F key) 2010-01-04 04:26:28 +00:00
space_outliner.py remove ICON prefix from the enum, for python this is redundant eg. 2009-12-10 10:23:53 +00:00
space_sequencer.py Color Picker work: 2010-01-07 09:55:11 +00:00
space_text.py remove ICON prefix from the enum, for python this is redundant eg. 2009-12-10 10:23:53 +00:00
space_time.py pep8 edits, removed MakeCursor.py and rna_array.py, not important to make pep8 2009-12-26 09:36:50 +00:00
space_userpref.py - leg_quadruped_generic missing imports 2010-01-06 22:38:51 +00:00
space_view3d_toolbar.py Color Picker work: 2010-01-07 09:55:11 +00:00
space_view3d.py pep8 edits, removed MakeCursor.py and rna_array.py, not important to make pep8 2009-12-26 09:36:50 +00:00