Merge branch 'master' into blender2.8
This commit is contained in:
@@ -726,7 +726,7 @@ void BPY_modules_load_user(bContext *C)
|
||||
bpy_context_set(C, &gilstate);
|
||||
|
||||
for (text = bmain->text.first; text; text = text->id.next) {
|
||||
if (text->flags & TXT_ISSCRIPT && BLI_testextensie(text->id.name + 2, ".py")) {
|
||||
if (text->flags & TXT_ISSCRIPT && BLI_path_extension_check(text->id.name + 2, ".py")) {
|
||||
if (!(G.f & G_SCRIPT_AUTOEXEC)) {
|
||||
if (!(G.f & G_SCRIPT_AUTOEXEC_FAIL_QUIET)) {
|
||||
G.f |= G_SCRIPT_AUTOEXEC_FAIL;
|
||||
|
Reference in New Issue
Block a user