forked from blender/blender
main sync #3
@ -5,7 +5,6 @@ set(INC
|
|||||||
intern
|
intern
|
||||||
../blenkernel
|
../blenkernel
|
||||||
../blenlib
|
../blenlib
|
||||||
../blenloader
|
|
||||||
../makesdna
|
../makesdna
|
||||||
../../../intern/clog
|
../../../intern/clog
|
||||||
../../../intern/guardedalloc
|
../../../intern/guardedalloc
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include "BLO_readfile.h"
|
#include "BKE_blendfile.h"
|
||||||
|
|
||||||
#include "BLI_path_util.h"
|
#include "BLI_path_util.h"
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ std::string AssetIdentifier::full_library_path() const
|
|||||||
std::string asset_path = full_path();
|
std::string asset_path = full_path();
|
||||||
|
|
||||||
char blend_path[1090 /*FILE_MAX_LIBEXTRA*/];
|
char blend_path[1090 /*FILE_MAX_LIBEXTRA*/];
|
||||||
if (!BLO_library_path_explode(asset_path.c_str(), blend_path, nullptr, nullptr)) {
|
if (!BKE_library_path_explode(asset_path.c_str(), blend_path, nullptr, nullptr)) {
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user