bugfix 4501

changed maximum length of the text entry to 399 to conform with Blenders limit.
This commit is contained in:
Campbell Barton 2006-06-27 13:26:00 +00:00
parent c93176260a
commit cd7cbc1e47

@ -328,7 +328,7 @@ Block.append(("Ob", bObFile, "Use object name in filename"))
if FullPython: if FullPython:
Block.append(("Edit", bEdit, "Edit resulting file in an external program")) Block.append(("Edit", bEdit, "Edit resulting file in an external program"))
Block.append(("Editor: ", bEditPath, 0, 1024, "Path to external editor (leave blank to select a new one)")) Block.append(("Editor: ", bEditPath, 0, 399, "Path to external editor (leave blank to select a new one)"))
retval = Blender.Draw.PupBlock("UV Image Export", Block) retval = Blender.Draw.PupBlock("UV Image Export", Block)