Post #2711: Move to Collection operator is hardcoded. There is no way to insert its menu ite
📋 Metadata
- Author: roaoao
- Date: 2019-09-03 00:18:51
- Type:
answer - Quality Score: 7/10
- Reply to: post_02708
- Replies (1): post_02712
🏷️ Tags
popup-dialog customization intermediate solved
⚙️ Related PME Features
- Popup Dialog Editor
- Python Scripting
- Menu Editor
💬 Content
Move to Collection operator is hardcoded. There is no way to insert its menu items into a popup.
But you can add a drop-down menu button (‘Command’ tab):
bpy.ops.object.move_to_collection()
Or use some custom python script to display Move to Collection 1, 2, … buttons.
❤️ 1 likes