@@ -83,6 +83,7 @@ POV_File_Restrictions gPOV_File_Restrictions[POV_File_Count] =
8383 { true, false, false, false }, // POV_File_Text_INC
8484 { true, false, false, false }, // POV_File_Text_INI
8585 { true, true, false, false }, // POV_File_Text_CSV
86+ { true, true, false, false }, // POV_File_Text_OBJ
8687 { true, false, false, false }, // POV_File_Text_Stream
8788 { true, true, false, false }, // POV_File_Text_User
8889 { true, true, true, false }, // POV_File_Data_DF3
@@ -128,6 +129,7 @@ POV_File_Extensions gPOV_File_Extensions[POV_File_Count] =
128129 {{ " .inc" , " .INC" , " " , " " }}, // POV_File_Text_INC
129130 {{ " .ini" , " .INI" , " " , " " }}, // POV_File_Text_INI
130131 {{ " .csv" , " .CSV" , " " , " " }}, // POV_File_Text_CSV
132+ {{ " .obj" , " .OBJ" , " " , " " }}, // POV_File_Text_OBJ
131133 {{ " .txt" , " .TXT" , " " , " " }}, // POV_File_Text_Stream
132134 {{ " " , " " , " " , " " }}, // POV_File_Text_User
133135 {{ " .df3" , " .DF3" , " " , " " }}, // POV_File_Data_DF3
@@ -157,6 +159,7 @@ const int gFile_Type_To_Mask [POV_File_Count] =
157159 NO_FILE, // POV_File_Text_INC
158160 NO_FILE, // POV_File_Text_INI
159161 NO_FILE, // POV_File_Text_CSV
162+ NO_FILE, // POV_File_Text_OBJ
160163 NO_FILE, // POV_File_Text_Stream
161164 NO_FILE, // POV_File_Text_User
162165 NO_FILE, // POV_File_Data_DF3
0 commit comments