📋 Metadata
- Author: roaoao
- Date: 2019-02-11 20:38:07
- Type:
answer - Reply to: post_01932
- Replies (1): post_01935
💬 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)