bytestring support for py/rna - this is so py can access data which

isn't meant to be accessed as unicode text.
This commit is contained in:
2011-11-15 07:09:41 +00:00
parent 8a0da0b59e
commit d6c1009195
5 changed files with 104 additions and 46 deletions

View File

@@ -74,6 +74,7 @@ static EnumPropertyItem property_subtype_string_items[]= {
{PROP_FILEPATH, "FILE_PATH", 0, "File Path", ""},
{PROP_DIRPATH, "DIR_PATH", 0, "Directory Path", ""},
{PROP_FILENAME, "FILENAME", 0, "Filename", ""},
{PROP_BYTESTRING, "BYTE_STRING", 0, "Byte String", ""},
{PROP_TRANSLATE, "TRANSLATE", 0, "Translate", ""},
{PROP_NONE, "NONE", 0, "None", ""},