From cddd784e44c8ee4e7be535a4d105b8ebb65a304f Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Fri, 8 Jan 2010 01:39:41 +0000 Subject: Grease Pencil: Lock current frame option It is now possible to make Grease Pencil Layers to keep displaying and editing the current sketch-frame with this option. This allows to draw a frame which contains markings made for different times (i.e. a spacing/timing chart that you can keep adding to as you scrub to different points on the timeline). Use the clipboard/camera toggle (the one beside the visibility toggle) to enable. This should get an icon of its own at some point... --- source/blender/makesdna/DNA_gpencil_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/makesdna/DNA_gpencil_types.h') diff --git a/source/blender/makesdna/DNA_gpencil_types.h b/source/blender/makesdna/DNA_gpencil_types.h index 332442b9f42..00afd687f79 100644 --- a/source/blender/makesdna/DNA_gpencil_types.h +++ b/source/blender/makesdna/DNA_gpencil_types.h @@ -113,6 +113,8 @@ typedef struct bGPDlayer { #define GP_LAYER_ONIONSKIN (1<<4) /* for editing in Action Editor */ #define GP_LAYER_SELECT (1<<5) + /* current frame for layer can't be changed */ +#define GP_LAYER_FRAMELOCK (1<<6) /* Grease-Pencil Annotations - 'DataBlock' */ -- cgit v1.2.3