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:
authorJoshua Leung <aligorith@gmail.com>2009-08-29 10:50:32 +0400
committerJoshua Leung <aligorith@gmail.com>2009-08-29 10:50:32 +0400
commit8930a4fd332e69442b4de2efe42019bf5a41c946 (patch)
tree6a276c12cb665324543e67f484a84e6657a32411 /source/blender/editors/include/ED_gpencil.h
parentf46f6dc7ba32411a8031a243bba635c8cc3ade29 (diff)
Grease Pencil: UI (i.e. Panel) for Settings
Restored the UI for access to the GP layers. There are still a few minor bugs here: * Wrong icons on the toggles - even when they're enabled, they only show a single state * The ID-template doesn't seem to be showing up. Dunno what's going wrong there...
Diffstat (limited to 'source/blender/editors/include/ED_gpencil.h')
-rw-r--r--source/blender/editors/include/ED_gpencil.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/editors/include/ED_gpencil.h b/source/blender/editors/include/ED_gpencil.h
index 25e622d8551..ba60211ef3f 100644
--- a/source/blender/editors/include/ED_gpencil.h
+++ b/source/blender/editors/include/ED_gpencil.h
@@ -39,8 +39,7 @@ struct bGPdata;
struct bGPDlayer;
struct bGPDframe;
struct PointerRNA;
-struct uiLayout;
-struct uiBlock;
+struct Panel;
struct ImBuf;
struct wmWindowManager;
@@ -75,5 +74,7 @@ void draw_gpencil_2dview(struct bContext *C, short onlyv2d);
void draw_gpencil_3dview(struct bContext *C, short only3d);
void draw_gpencil_oglrender(struct bContext *C);
+void gpencil_panel_standard(const struct bContext *C, struct Panel *pa);
+
#endif /* ED_GPENCIL_H */