= mdd export update =

changed menu location from animation menu to export menu
This commit is contained in:
Tom Musgrove 2007-01-05 01:42:19 +00:00
parent e586ec7bcd
commit aaf91787c2

@ -3,7 +3,7 @@
"""
Name: 'Save Mesh as MDD'
Blender: 242
Group: 'Animation'
Group: 'Export'
Tooltip: 'Animated mesh to MDD vertex keyframe file.'
"""
@ -132,4 +132,4 @@ if __name__=='__main__':
if not pack:
Draw.PupMenu('Error%t|This script requires a full python install')
Blender.Window.FileSelector(mdd_export_ui, 'EXPORT MDD', sys.makename(ext='.mdd'))
Blender.Window.FileSelector(mdd_export_ui, 'EXPORT MDD', sys.makename(ext='.mdd'))