📋 Metadata

💬 Content

scedric:

I added the export fbx command to my pie menu and I was wondering if there is a “simple” way in PME to add a custom command to get the active object name as default name for my fbx file.

Hi, try something like this in Command tab:

bpy.ops.export_scene.fbx(filepath=C.object.name)

🔗 View on Blender Artists