Blender Git Loki
Git Commits -> Revision c12d16c
Revision c12d16c by Sergey Sharybin (master) September 24, 2012, 13:02 (GMT) |
Fix #32396: EyeDropper does nothing on "New" in Uv image editor For now simply hide color picker button for properties which doesn't have RNA path. Trying to make color picker working would end up with design limitations like not bale to run two operators the same time. Used RNA_property_path_from_ID_check for check which is marked as slow and need to be used with care. Since this function is only called from a popup, shouldn't be a big problem. |
Commit Details:
Full Hash: c12d16cf4bf21964fb2e50e9334416d571b8ca3a
SVN Revision: 50845
Parent Commit: cd95229
Lines Changed: +4, -2
1 Modified Path:
/source/blender/editors/interface/interface_regions.c (+4, -2) (Diff)