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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user