OSL / Filebrowser:
* Add .osl extension to the TEXTFILE filter, so .osl files will show up when the filter is enabled. (Text Editor -> Open Text Block)
This commit is contained in:
@@ -785,6 +785,7 @@ static int file_extension_type(const char *relname)
|
||||
}
|
||||
else if (BLI_testextensie(relname, ".txt") ||
|
||||
BLI_testextensie(relname, ".glsl") ||
|
||||
BLI_testextensie(relname, ".osl") ||
|
||||
BLI_testextensie(relname, ".data"))
|
||||
{
|
||||
return TEXTFILE;
|
||||
|
||||
Reference in New Issue
Block a user