Road-hog123 / Blender-OMSI-Exporter

OMSI Mesh (.o3d) exporter addon for Blender and Blender LTS
Apache License 2.0
24 stars 0 forks source link

Set Filename automatically to the name of the selected Mesh/Object #3

Closed MeerrettichMeister closed 2 years ago

MeerrettichMeister commented 2 years ago

The problem

Currently you have to name the o3d by hand but it would be much faster and easier if the default name would be the name of the selected object.

The solution

using the bpy.context.active_object.name for the name instead of untitled.o3d/the last exportet name

Road-hog123 commented 2 years ago

Duplicate of #2