Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Holcomb <bob_holcomb@hotmail.com>2010-03-23 04:22:33 +0300
committerRobert Holcomb <bob_holcomb@hotmail.com>2010-03-23 04:22:33 +0300
commitd2225edfce87ecb92d19b56859146a0738027c7e (patch)
tree29130245b155676a38d5c44534cd109e736ea217 /source/blender/makesdna
parent371732154b39413db0b24a006ae62f5f22e1f39a (diff)
Added a line sampler to the histogram panel in the image space.
Patch #21712 from Xavier Thomas. now updates in real time as you pull the line.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_space_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index a643e08bbfc..e2c263dd5f1 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -260,6 +260,7 @@ typedef struct SpaceImage {
struct bGPdata *gpd; /* grease pencil data */
struct Histogram hist; /* viewer histogram */
+ struct Histogram sample_line_hist; /* sample line histogram */
} SpaceImage;
typedef struct SpaceNla {