From d2225edfce87ecb92d19b56859146a0738027c7e Mon Sep 17 00:00:00 2001 From: Robert Holcomb Date: Tue, 23 Mar 2010 01:22:33 +0000 Subject: 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. --- source/blender/makesdna/DNA_space_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesdna') 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 { -- cgit v1.2.3