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:
authorCampbell Barton <ideasman42@gmail.com>2009-12-29 21:55:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-12-29 21:55:38 +0300
commit010e3fccb2a6f64306047f2bc9afd0d74665a179 (patch)
tree8880268f43a506c6d1cc603e14b873a84931b3a3 /source/blender/editors/include/ED_mesh.h
parente37e3845a1d65501262f21a45b794a53c4c69a00 (diff)
bake operator and UI, no feedback while baking yet
Diffstat (limited to 'source/blender/editors/include/ED_mesh.h')
-rw-r--r--source/blender/editors/include/ED_mesh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_mesh.h b/source/blender/editors/include/ED_mesh.h
index 174447c0f9f..66c32b06f95 100644
--- a/source/blender/editors/include/ED_mesh.h
+++ b/source/blender/editors/include/ED_mesh.h
@@ -85,6 +85,8 @@ int *mesh_get_x_mirror_faces(struct Object *ob, struct EditMesh *em);
int join_mesh_exec(struct bContext *C, struct wmOperator *op);
int join_mesh_shapes_exec(struct bContext *C, struct wmOperator *op);
+void objects_bake_render(struct Scene *scene, short event, char **error_msg);
+
/* mesh_ops.c */
void ED_operatortypes_mesh(void);
void ED_operatormacros_mesh(void);