Merge branch 'blender-v3.6-release'

This commit is contained in:
Bastien Montagne
2023-06-07 11:46:20 +02:00

View File

@@ -66,8 +66,7 @@ const char *BLT_pgettext(const char *msgctxt, const char *msgid)
bool BLT_translate(void)
{
#ifdef WITH_INTERNATIONAL
return true;
/* return BLI_thread_is_main(); */
return BLI_thread_is_main();
#else
return false;
#endif