Post #1934:
sc
π Metadata
- Author: roaoao
- Date: 2019-02-11 20:38:07
- Type:
answer - Quality Score: 7/10
- Reply to: post_01932
- Replies (1): post_01935
π·οΈ Tags
pie-menu hotkeys intermediate solved
βοΈ Related PME Features
- Pie Menu Editor
- Python Scripting
- Custom Commands
π¬ 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)