bake operator and UI, no feedback while baking yet

This commit is contained in:
2009-12-29 18:55:38 +00:00
parent e37e3845a1
commit 010e3fccb2
6 changed files with 67 additions and 2 deletions

View File

@@ -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);