Revision: 43459
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=43459
Author:   nazgul
Date:     2012-01-17 16:22:22 +0000 (Tue, 17 Jan 2012)
Log Message:
-----------
Disable "Ask for each file" menu option for files unpack. It was never 
implemented in 2.5x

Modified Paths:
--------------
    trunk/blender/source/blender/editors/space_info/info_ops.c

Modified: trunk/blender/source/blender/editors/space_info/info_ops.c
===================================================================
--- trunk/blender/source/blender/editors/space_info/info_ops.c  2012-01-17 
16:13:39 UTC (rev 43458)
+++ trunk/blender/source/blender/editors/space_info/info_ops.c  2012-01-17 
16:22:22 UTC (rev 43459)
@@ -124,7 +124,7 @@
        {PF_USE_ORIGINAL, "USE_ORIGINAL", 0, "Use files in original location 
(create when necessary)", ""},
        {PF_WRITE_ORIGINAL, "WRITE_ORIGINAL", 0, "Write files to original 
location (overwrite existing files)", ""},
        {PF_KEEP, "KEEP", 0, "Disable AutoPack, keep all packed files", ""},
-       {PF_ASK, "ASK", 0, "Ask for each file", ""},
+       /* {PF_ASK, "ASK", 0, "Ask for each file", ""}, */
        {0, NULL, 0, NULL, NULL}};
 
 static int unpack_all_exec(bContext *C, wmOperator *op)

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to