Blender Git Loki
Git Commits -> Revision 0158136
Revision 0158136 by Thomas Dinges (master) September 9, 2011, 22:47 (GMT) |
Fixing bugs after Recast & Detour branch merge!! * The new NAVMESH Modifier did not show any buttons, console printed errors instead! * Poll of "PHYSICS_PT_game_obstacles" panel caused errors as well, self instead of cls was used as argument. * Check to show/hide buttons in "WORLD_PT_game_physics_obstacles" panel did not worked due to wrong ENUM identifier ('None' instead if 'NONE') * Moved "SCENE_PT_navmesh" panel out of properties_scene.py into the properties_game.py where it belongs and renamed it. Also, don't use abreviations in Panel Headers (Navmesh > Navigaion Mesh) * Code cleanup, removed unnescecary code. * bpy.types.Panel > Panel |
Commit Details:
Full Hash: 015813642b5633fc6917d45fc4fbd5cf3a007345
SVN Revision: 40082
Parent Commit: a7f3e34
Lines Changed: +68, -85