📋 Metadata
- Author: roaoao
- Date: 2019-09-03 00:18:51
- Type:
answer - Reply to: post_02708
- Replies (1): post_02712
💬 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