b6e967be63
Code cleanup: const args and arrays
2014-04-27 08:56:54 +10:00
0d38f21cbc
Fix the eyedropper not working properly with different scene linear spaces
...
Either was some residue from the past or somebody didn't implement this in
the right way.
Also fixed memory leak in ED_space_clip_color_sample() caused by missing
image buffer release.
2014-04-14 13:48:20 +06:00
b9114cb609
UI: Use bool rather then int/short's where possible
2014-01-04 18:10:01 +11:00
3bc0552c5b
Fix for running datablock eyedropper outside of a button.
2013-11-19 07:10:56 +11:00
7267221715
remove return argument from wmOperatorType->cancel, was only ever returning OPERATOR_CANCELLED.
2013-10-30 23:08:53 +00:00
3e79a0a5e0
fix for possible eyedropper NULL pointer use.
2013-10-12 18:11:54 +00:00
03f7885b0a
id-data eyedropprt, currently only accessible via the Ekey,
...
We need to investigate ways to add options like this without cluttering the interface.
2013-10-08 15:32:54 +00:00
ed758beb66
move eyedropper into its own file, uses mostly different includes to interface_ops.c
2013-10-08 15:07:52 +00:00