blender/release/scripts
Martin Poirier 98d4a56d55 Fixing keymap export:
- Didn't support new userdef keymaps (new "active" rna function to get the active version of a keymap)
- Didn't support modal keymaps (new "modal" param to add_keymap function, new "add_modal_item" function on keymaps (both functions now make sure the keymap is of the right type))
2009-11-16 20:50:02 +00:00
..
io changes python initialization 2009-11-13 09:28:05 +00:00
modules skip rna property & function lookups for members starting with "_" (since makesrna disallows this) 2009-11-14 23:11:46 +00:00
op fix for skinning uneven loops, fixed to use even edge removal currently 2009-11-13 19:18:17 +00:00
templates pep8 whitespace commit 2009-11-07 22:07:46 +00:00
ui Fixing keymap export: 2009-11-16 20:50:02 +00:00