Blender Git Loki
Git Commits -> Revision 2de1bd7
Revision 2de1bd7 by Campbell Barton (master) October 10, 2011, 07:21 (GMT) |
updates to navmesh - 2 new navmesh operators, reset and clear navmesh data. - rename operators to be more consistent with existing names. - some minor edits to draw function, was getting the custom data for every index when it already had the array. |
Commit Details:
Full Hash: 2de1bd7dc568d30edd8656cb221720dc0d881f4f
SVN Revision: 40898
Parent Commit: 70cd4b7
Lines Changed: +132, -44
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_game.py (+7, -2) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+9, -8) (Diff)
/source/blender/editors/mesh/mesh_intern.h (+5, -3) (Diff)
/source/blender/editors/mesh/mesh_navmesh.c (+106, -28) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+5, -3) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+9, -8) (Diff)
/source/blender/editors/mesh/mesh_intern.h (+5, -3) (Diff)
/source/blender/editors/mesh/mesh_navmesh.c (+106, -28) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+5, -3) (Diff)