Blender Git Commit Log

Git Commits -> Revision e64afa6

Revision e64afa6 by Campbell Barton (master)
January 21, 2007, 23:14 (GMT)
Update by JMS for the hotkey script.

Also made some changes
- fly mode keys have changed and added snap key
- using "i=list.index(val)" is slow, use "for i,val in enumerate(list)" instead.
- dont use "i in range(start, end)" - silly to make a list when you can do "min < val < max"

JMS, please update from this version.

Commit Details:

Full Hash: e64afa6c177c20ced38abe609ea5b0b21a02b8e6
SVN Revision: 9856
Parent Commit: a38c82c
Lines Changed: +82, -41

1 Modified Path:

/release/scripts/hotkeys.py (+82, -41) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021