Blender Git Commit Log
Git Commits -> Revision 543e64c
Revision 543e64c by Nick Samarin (master) June 25, 2010, 13:03 (GMT) |
- added new modifier to create navigation mesh (it's empty now) - added parameters for navmesh modifier |
Commit Details:
Full Hash: 543e64c601af9f2c7c49125f7f9590723750c09f
SVN Revision: 29691
Parent Commit: e5b3909
Lines Changed: +369, -1
1 Added Path:
/source/blender/modifiers/intern/MOD_navmesh.c (+198, -0) (View)
6 Modified Paths:
/projectfiles_vc9/blender/modifiers/modifiers.vcproj (+5, -1) (Diff)
/release/scripts/ui/properties_data_modifier.py (+61, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+21, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+82, -0) (Diff)
/source/blender/modifiers/intern/MOD_util.c (+1, -0) (Diff)
/source/blender/modifiers/MOD_modifiertypes.h (+1, -0) (Diff)
/release/scripts/ui/properties_data_modifier.py (+61, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+21, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+82, -0) (Diff)
/source/blender/modifiers/intern/MOD_util.c (+1, -0) (Diff)
/source/blender/modifiers/MOD_modifiertypes.h (+1, -0) (Diff)