Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 1
    $\begingroup$ Interesting side note from playing around with your answer and mine: it's possible to disable an object's selectability when show_object_select_mesh = True but it's not possible to enable an object's selectability when show_object_select_mesh = False. Hence a rigid check for selectability would need to be if not obj.hide_select and show_object_select_mesh: ... $\endgroup$
    – taiyo
    Commented Sep 5, 2023 at 11:18
  • 1
    $\begingroup$ @taiyo ah nice, this will all be useful information then for the community! $\endgroup$
    – Harry McKenzie
    Commented Sep 5, 2023 at 11:35