Clarity of description #104684

Closed
opened 2024-01-16 13:35:54 +01:00 by Mark B Tomlinson · 0 comments

Page Information
File: manual/editors/python_console.rst
Blender Version: 4.1
Documentation Language: en
Permanent Link

Short description of error
The complex one… But this prints a list of objects not including the active object:

[obj for obj in bpy.context.selected_objects if obj != bpy.context.object]

Recommend:
The complex one… But this prints a list of selected objects not including the active object:

**Page Information** File: `manual/editors/python_console.rst` Blender Version: `4.1` Documentation Language: `en` [Permanent Link](https://docs.blender.org/manual/en/4.1/editors/python_console.html) **Short description of error** The complex one… But this prints a list of objects not including the active object: [obj for obj in bpy.context.selected_objects if obj != bpy.context.object] Recommend: The complex one… But this prints a list of **selected** objects not including the active object:
Mark B Tomlinson added the
Priority
Normal
Type
Report
Status
Needs Triage
labels 2024-01-16 13:35:54 +01:00
Aaron Carlisle referenced this issue from a commit 2024-01-18 02:53:47 +01:00
Blender Bot added
Status
Resolved
and removed
Status
Needs Triage
labels 2024-01-18 02:53:50 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-manual#104684
No description provided.