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.

5
  • $\begingroup$ It is bpy.context.selected_objects as well... Have a look at: docs.blender.org/api/current/… $\endgroup$
    – brockmann
    Commented Dec 1, 2020 at 15:53
  • 1
    $\begingroup$ ... not if hidden or disabled... I don't think there is something to identify them in these cases. $\endgroup$
    – lemon
    Commented Dec 1, 2020 at 16:09
  • $\begingroup$ @brockmann Thanks but as lemon said , i can't use it. It ignores the hidden/disabled objects. Most the object that i select is disabled. So no API for this ? $\endgroup$
    – andio
    Commented Dec 1, 2020 at 16:20
  • $\begingroup$ Nope, can not find anything... $\endgroup$
    – brockmann
    Commented Dec 1, 2020 at 18:22
  • $\begingroup$ Thanks , so it's confirmed that the API does not exist for that task. $\endgroup$
    – andio
    Commented Dec 2, 2020 at 2:29