had debug oprions enabled for cal3d, small updates to epydoc

This commit is contained in:
2007-04-24 02:09:25 +00:00
parent 54b494540b
commit 1ad4f024c8
3 changed files with 6 additions and 6 deletions

View File

@@ -1004,8 +1004,8 @@ def export_cal3d(filename):
if len(animation.tracks) < 2:
Blender.Draw.PupMenu('Warning, the armature has less then 2 tracks, file may not load in Cal3d')
import os
# import os
if __name__ == '__main__':
#Blender.Window.FileSelector(export_cal3d, "Cal3D Export", Blender.Get('filename').replace('.blend', '.cfg'))
export_cal3d('/test' + '.cfg')
os.system('cd /; wine /cal3d_miniviewer.exe /test.cfg')
Blender.Window.FileSelector(export_cal3d, "Cal3D Export", Blender.Get('filename').replace('.blend', '.cfg'))
#export_cal3d('/test' + '.cfg')
#os.system('cd /; wine /cal3d_miniviewer.exe /test.cfg')