[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [3238] trunk/py/scripts/addons/ io_import_scene_mhx.py: Removed crash-safe option.

Thomas Larsson thomas_larsson_01 at hotmail.com
Tue Apr 10 06:16:56 CEST 2012


Revision: 3238
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=3238
Author:   thomasl
Date:     2012-04-10 04:16:51 +0000 (Tue, 10 Apr 2012)
Log Message:
-----------
Removed crash-safe option. Deleting verts does not seem to cause a crash anymore.

Modified Paths:
--------------
    trunk/py/scripts/addons/io_import_scene_mhx.py

Modified: trunk/py/scripts/addons/io_import_scene_mhx.py
===================================================================
--- trunk/py/scripts/addons/io_import_scene_mhx.py	2012-04-09 04:27:38 UTC (rev 3237)
+++ trunk/py/scripts/addons/io_import_scene_mhx.py	2012-04-10 04:16:51 UTC (rev 3238)
@@ -98,7 +98,7 @@
 T_EnforceVersion = 0x01
 T_Clothes = 0x02
 T_HardParents = 0x0
-T_CrashSafe = 0x04
+T_CrashSafe = 0x0
 
 T_Diamond = 0x10
 T_Replace = 0x20
@@ -2869,7 +2869,7 @@
 
 MhxBoolProps = [
     ("enforce", "Enforce version", "Only accept MHX files of correct version", T_EnforceVersion),
-    ("crash_safe", "Crash-safe", "Disable features that have caused Blender crashes", T_CrashSafe),
+    #("crash_safe", "Crash-safe", "Disable features that have caused Blender crashes", T_CrashSafe),
     ("mesh", "Mesh", "Use main mesh", T_Mesh),
     ("proxy", "Proxies", "Use proxies", T_Proxy),
     ("armature", "Armature", "Use armature", T_Armature),



More information about the Bf-extensions-cvs mailing list