blender/release/scripts/op/io_anim_bvh
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
import_bvh.py fix for error and other minor changes found while looking into bug [#23813]. 2010-09-20 05:01:31 +00:00