blender/release/scripts/modules/bpy_extras
Campbell Barton a404e3f780 fix issue reported in '[#33876] bpy.path.ensure_ext adds extension twice / extra period if filename empty, just a period or equal to extension'
For python operators that used the ExportHelper mix-in class, an empty file field would become '.ext', entering and existing the text field would become '.ext.ext',
Now only add an extension if the filename part of the path is set, so '.ext' will still become '.ext.ext' but having only the extension isn't so likely to happen in the first place now.

This is a different fix then the changes suggested in the report but I'd prefer to keep path functions stupid+predictable.
2013-01-15 04:33:08 +00:00
..
__init__.py More spell checking. 2012-07-04 15:04:38 +00:00
anim_utils.py Fix [#33424] Inadequate bake action. 2012-12-28 13:34:19 +00:00
image_utils.py style cleanup 2012-06-19 22:17:19 +00:00
io_utils.py fix issue reported in '[#33876] bpy.path.ensure_ext adds extension twice / extra period if filename empty, just a period or equal to extension' 2013-01-15 04:33:08 +00:00
keyconfig_utils.py style cleanup 2012-06-19 22:17:19 +00:00
mesh_utils.py bmesh operator api reference - add in 'bmesh' arg at the start of each operator, also use :class: references. 2012-11-28 01:14:11 +00:00
object_utils.py changes needed for EDL import to work again. 2013-01-02 16:15:45 +00:00
view3d_utils.py new function: bpy.extras.view3d_utils.region_2d_to_origin_3d() 2012-07-01 08:06:01 +00:00