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-02-21 13:38:58 +0300
committerJoshua Leung <aligorith@gmail.com>2009-02-21 13:38:58 +0300
commita9654c3e6aaf10254974d21ce64c94f882116ed5 (patch)
tree041b4c3d446d4b6ef70377e7992af8f9e82f56ff /source/blender/editors/space_graph/graph_intern.h
parent87bdbab54439573b6492d1bf17fd4691e2190272 (diff)
Graph Editor: Started adding the missing NKEY panel stuff
Only a dummy pannel for now. I'll add some basic examples of relevant buttons + ways to use them soon.
Diffstat (limited to 'source/blender/editors/space_graph/graph_intern.h')
-rw-r--r--source/blender/editors/space_graph/graph_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_graph/graph_intern.h b/source/blender/editors/space_graph/graph_intern.h
index 0e8836fdc6b..f37fbdca9b9 100644
--- a/source/blender/editors/space_graph/graph_intern.h
+++ b/source/blender/editors/space_graph/graph_intern.h
@@ -42,7 +42,7 @@ struct ARegion;
struct ARegion *graph_has_buttons_region(struct ScrArea *sa);
/* ***************************************** */
-/* ipo_draw.c */
+/* graph_draw.c */
void graph_draw_channel_names(struct bAnimContext *ac, struct SpaceIpo *sipo, struct ARegion *ar);
void graph_draw_curves(struct bAnimContext *ac, struct SpaceIpo *sipo, struct ARegion *ar);