Blender Git Loki
Git Commits -> Revision f3686b5
Revision f3686b5 by Campbell Barton (master) March 22, 2011, 01:38 (GMT) |
py/api registration: move calls to the classes register/unregister function into register_class() / unregister_class() and add docs. also other minor changes: - remove face sorting keybinding, was Ctrl+Alt+F, this is quite and obscure feature and face order normally doesn't matter, so access from Face menu is enough. - add commented out call to mesh.validate() in addon template since its useful to correct incomplete meshes during development. |
Commit Details:
Full Hash: f3686b58856adc6929ef38d14c03197127bab017
SVN Revision: 35679
Parent Commit: 74a996c
Lines Changed: +46, -11