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-30 17:37:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-12-30 17:37:25 +0300
commit57cd505d3f29b83bea74f4132455f00b248d5808 (patch)
treeeef3278dc77873f421201d806ad2411095f7e3a1 /source/blender/editors/include/ED_mesh.h
parenta4913896b8f42be9bdde6ebc320a4955578a8f9e (diff)
bake is now modal like render and updates the image view while baking.
it also has an exec function which doesnt update (like render too)
Diffstat (limited to 'source/blender/editors/include/ED_mesh.h')
-rw-r--r--source/blender/editors/include/ED_mesh.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/include/ED_mesh.h b/source/blender/editors/include/ED_mesh.h
index 66c32b06f95..174447c0f9f 100644
--- a/source/blender/editors/include/ED_mesh.h
+++ b/source/blender/editors/include/ED_mesh.h
@@ -85,8 +85,6 @@ 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);