Main API: refactor naming, use BKE_main_ prefix and add main arg.
This commit is contained in:
@@ -103,7 +103,7 @@ extern int BKE_undo_save_file(const char *filename);
|
||||
extern struct Main *BKE_undo_get_main(struct Scene **scene);
|
||||
|
||||
/* copybuffer */
|
||||
void BKE_copybuffer_begin(void);
|
||||
void BKE_copybuffer_begin(struct Main *bmain);
|
||||
void BKE_copybuffer_tag_ID(struct ID *id);
|
||||
int BKE_copybuffer_save(const char *filename, struct ReportList *reports);
|
||||
int BKE_copybuffer_paste(struct bContext *C, const char *libname, struct ReportList *reports);
|
||||
|
||||
Reference in New Issue
Block a user