--- Operating System, Graphics card ---
Win 7
--- Blender version with error, and version that worked ---
The error happens in official 2.68 r58368 and in 2.68.1 r58798 build.
--- Short description of error ---
When you assign a new hotkey to any of the setting in the 'Screen (Global)' category and save the config it will throw an error when loading the new key config file back in.
error:
kmi = km.keymap_items.new('screen.region_blend', 'TIMERREGION', 'ANY', any=True)
TypeError: KeyMapItems.new(): error with argument 2, "type" - enum "TIMERREGION" not found in ('NONE', ...
--- Steps for others to reproduce the error (preferably based on attached .blend file) ---
If you load Maya's key config file and save and try to reload you'll get the same error.
If in the 'Screen (Global)' category you change 'Region Alpha' type of event from 'Timer Region' to for example 'Timer' then save the config you'll not get any errors.
Description
Event Timeline
Should have been more clear:
If you load Maya's key config file, export it, then import it you'll get the error
Cannot reproduce with recent trunk build (r58926). Could you test this with a recent build from builder.blender.org please? In case you are using your own custom build, please make sure to run "make install" (if using cmake) to ensure the py scripts are up2date!
This issue was fixed in r57118:
https://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=57118
Sorry! I'm a noob, i was using the recent 2.68 r58368 build off the main Blender download page and Blender 2.68 r58913 - Fastest Build by alb3530 off Graphicall.org
The problem seem to be fixed in 2.68a r58537 and still fine in 2.68a r58913. Will in future test with builds from builder.blender.org.
Sorry again!