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:
authorMichael Fox <mfoxdogg@gmail.com>2009-03-30 12:17:43 +0400
committerMichael Fox <mfoxdogg@gmail.com>2009-03-30 12:17:43 +0400
commit78a3db7d64f5e021a9c9db2d31712f2f8dd12267 (patch)
tree4d28ebdf41838006ea88cfb6ab669888067b194a /source/blender/editors/space_buttons/buttons_intern.h
parent89b906db9f758fb9642e01d9b4433b97557369fb (diff)
2.5
******* ported some of the scene buttons to the new system - added RNA_SceneRenderData struct to rna - added a warning print to uiItemR when it can't find the property - what is not there is due to relating entry not being in RNA - anim button does not work Im commiting this so we have much more wider test area then text and object buttons
Diffstat (limited to 'source/blender/editors/space_buttons/buttons_intern.h')
-rw-r--r--source/blender/editors/space_buttons/buttons_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_buttons/buttons_intern.h b/source/blender/editors/space_buttons/buttons_intern.h
index e979e815e18..50b4f7ba5eb 100644
--- a/source/blender/editors/space_buttons/buttons_intern.h
+++ b/source/blender/editors/space_buttons/buttons_intern.h
@@ -78,7 +78,7 @@ struct bContext;
/* image_header.c */
void buttons_header_buttons(const struct bContext *C, struct ARegion *ar);
-void buttons_scene(const struct bContext *C, struct ARegion *ar);
+void buttons_scene_register(struct ARegionType *art);
void buttons_object_register(struct ARegionType *art);
#endif /* ED_BUTTONS_INTERN_H */