Refactor BKE_blender into separate headers
- BKE_blender_version.h (only version defines & versionstr). - BKE_blender_copybuffer.h (currently only used for view3d copy/paste). - BKE_blender_undo.h (global undo functions). - BKE_blendfile.h (high level blend file read/write API).
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
#include "BKE_appdir.h"
|
||||
#include "BKE_global.h" /* XXX, G.main only */
|
||||
#include "BKE_blender.h"
|
||||
#include "BKE_blender_version.h"
|
||||
#include "BKE_bpath.h"
|
||||
|
||||
#include "RNA_types.h"
|
||||
|
@@ -48,7 +48,7 @@
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
#include "BKE_appdir.h"
|
||||
#include "BKE_blender.h"
|
||||
#include "BKE_blender_version.h"
|
||||
#include "BKE_global.h"
|
||||
|
||||
#include "DNA_ID.h"
|
||||
|
@@ -35,7 +35,7 @@
|
||||
#include "BLI_path_util.h"
|
||||
|
||||
#include "BKE_library.h"
|
||||
#include "BKE_blender.h"
|
||||
#include "BKE_blendfile.h"
|
||||
#include "BKE_global.h"
|
||||
#include "BKE_main.h"
|
||||
#include "BKE_report.h"
|
||||
|
Reference in New Issue
Block a user