Post #3257: ![](https://blenderartists.org/user_avatar/blenderartists.org/zelfor/48/844777_2

πŸ“‹ Metadata

  • Author: roaoao
  • Date: 2020-05-02 19:46:51
  • Type: answer
  • Quality Score: 8/10
  • Reply to: post_03252

🏷️ Tags

macro operators beginner solved

  • Macro Editor
  • Command tab

πŸ’¬ 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


πŸ”— View on Blender Artists