Revision: 16144 http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=16144 Author: quorn Date: 2008-08-17 12:08:38 +0200 (Sun, 17 Aug 2008)
Log Message: ----------- Fix for numeric var types creating an error. Modified Paths: -------------- branches/soc-2008-quorn/release/scripts/bpymodules/BPyTextPlugin.py Modified: branches/soc-2008-quorn/release/scripts/bpymodules/BPyTextPlugin.py =================================================================== --- branches/soc-2008-quorn/release/scripts/bpymodules/BPyTextPlugin.py 2008-08-17 09:46:47 UTC (rev 16143) +++ branches/soc-2008-quorn/release/scripts/bpymodules/BPyTextPlugin.py 2008-08-17 10:08:38 UTC (rev 16144) @@ -482,6 +482,7 @@ elif var1_step == 4: var_type = None if type == NUMBER: + close = end[1] if text.find('.') != -1: var_type = float else: var_type = int elif type == STRING: _______________________________________________ Bf-blender-cvs mailing list Bf-blender-cvs@blender.org http://lists.blender.org/mailman/listinfo/bf-blender-cvs