blender/release/scripts/op/io_scene_obj
Campbell Barton 070f38a6d0 bugfix [#24696] Export OBJ - Selection Only toggle button has the wrong default state.
Added convenience function to operators, 'as_keywords()', so operator settings can be passed directly to a function as keyword arguments.

The problem in this case was that dictionary access to operator properties was not returning rna-property defaults, so as_keywords() ensures all defaults are set.
2010-11-15 13:11:40 +00:00
..
__init__.py bugfix [#24696] Export OBJ - Selection Only toggle button has the wrong default state. 2010-11-15 13:11:40 +00:00
export_obj.py patch [#24496] Fix for exporting animations to OBJ format. 2010-11-02 04:12:00 +00:00
import_obj.py move geometry python module into mathutils.geometry, since it provides utility functions using mathutils types. 2010-10-25 22:44:01 +00:00