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:
Thomas Dinges
2012-11-03 18:52:44 +00:00
parent 9b948717b0
commit 84e8fbc1e0

View File

@@ -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;