- {l Code}: {l Select All Code}
File "<string>", line 1, in <module>
File "/home/jacob/.blender/scripts/Stk_track.py", line 25, in <module>
import b3d_export
ImportError: No module named b3d_export
Then I downloaded the b3d script and now is says:
- {l Code}: {l Select All Code}
exporter = TrackExport(sFilename)
File "/home/jacob/.blender/scripts/Stk_track.py", line 1194, in __init__
b3d_export.write_b3d_file(sFilename+"_track.b3d", lTrack)
AttributeError: 'module' object has no attribute 'write_b3d_file'