

If you do not have the add-on, then the STEP file will need to be converted as another 3D file format, such as an STL or an obj, and then imported into Blender as those file formats.

STEP files can be imported using the STEPper addon. Return export_ai.save(context,, self.shiftCount, self.lineIDX)įile "C:\Users\admin\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\io_import_accsv\.\io_import_accsv\export_ai.py", line 32, in saveįileNotFoundError: The system cannot find the file specified: 'C:\\Program Files (x86)\\Steam\\steamapps\\common\\assettocorsa\\content\\tracks\\bryar_motorsport_park\\ai\\fast_lane_candidate.As a 3D application that has built a reputation for being the open-source jack of all trades, Blender needs to be able to both import and export a wide variety of formats for, 3D objects, textures, images, sounds, and videos in order to make the most of all the tools that it has available. Python: Traceback (most recent call last):įile "C:\Users\admin\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\io_import_accsv\_init_.py", line 328, in execute

Python: RuntimeError: class EXPORT_AI_OT_write, function execute: incompatible return value, : 'Select only one object!' not found in ('RUNNING_MODAL', 'CANCELLED', 'FINISHED', 'PASS_THROUGH', 'INTERFACE')Īnd I get an error if I select the object fast_lane.ai and try to export that: I get an error if I try to export the layer with three objects:īpy.context.space_ = "fast_lane_candidate.ai" However, I can't figure out to export this new fast_lane.ai. I edited the fast_lane.ai curve using "move" and "proportional editing" When i import fast lane ai to blender, i have three objects in the layer: fast_lane.ai, fast_lane.ai_border_left and fast_lane.ai_border_right I installed blender fast lane.ai add-on (above)
