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)
This commit is contained in:
2009-12-30 14:37:25 +00:00
parent a4913896b8
commit 57cd505d3f
9 changed files with 358 additions and 234 deletions

View File

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