📋 Metadata
- Author: roaoao
- Date: 2020-05-02 19:46:51
- Type:
answer - Reply to: post_03252
💬 Content
Zelfor:
Is it possible to make a macro to select all objects in a collection?
As @Metin_Seven mentioned you don’t need a macro here. Try to use Select Grouped operator in Command tab:
bpy.ops.object.select_grouped(extend=False, type='COLLECTION')
❤️ 3 likes