Blender Git Commit Log

Git Commits -> Revision 9b5c0f6

Revision 9b5c0f6 by Mitchell Stokes (master)
August 16, 2011, 19:59 (GMT)
BGE Animations: Increasing the max layer count to 8 as per a user request. Also, layer checks were checking for values between 0 and MAX_ACTION_LAYERS when they should have been checking for values between 0 and MAX_ACTION_LAYERS - 1.

Commit Details:

Full Hash: 9b5c0f65aa6ef942709ea7156ee5a20e9b5f94e9
SVN Revision: 39470
Parent Commit: 0b7911c
Lines Changed: +3, -3

3 Modified Paths:

/source/blender/makesrna/intern/rna_actuator.c (+1, -1) (Diff)
/source/gameengine/Ketsji/BL_ActionManager.h (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_GameObject.cpp (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021