Blender Git Commit Log
Git Commits -> Revision 6f1e9a8
Revision 6f1e9a8 by Campbell Barton (master) October 29, 2009, 11:26 (GMT) |
Script templates, including game logic scripts from 2.4x and new operator template. Files copied into scripts/templates will automatically appear in the menu. the operator template is a bit rough but a start. |
Commit Details:
Full Hash: 6f1e9a843ee3ef0a3c51155237c41e88481d2919
SVN Revision: 24155
Parent Commit: e14a863
Lines Changed: +227, -1
5 Added Paths:
/release/scripts/templates/gamelogic.py (+78, -0) (View)
/release/scripts/templates/gamelogic_basic.py (+15, -0) (View)
/release/scripts/templates/gamelogic_module.py (+26, -0) (View)
/release/scripts/templates/operator.py (+53, -0) (View)
/release/scripts/templates/operator_simple.py (+20, -0) (View)
/release/scripts/templates/gamelogic_basic.py (+15, -0) (View)
/release/scripts/templates/gamelogic_module.py (+26, -0) (View)
/release/scripts/templates/operator.py (+53, -0) (View)
/release/scripts/templates/operator_simple.py (+20, -0) (View)