Select Hierarchy (Child) error, when object is not on view layer #75074

Closed
opened 2020-03-25 15:21:02 +01:00 by MACHIN3 · 9 comments

System Information
Operating system: Linux-4.15.0-88-generic-x86_64-with-debian-buster-sid 64 Bits
Graphics card: GeForce GTX 1050/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 435.21

Blender Version
Broken: version: 2.82 (sub 7), branch: master, commit date: 2020-03-12 05:06, hash: 375c7dc4ca

Short description of error
Select Hierarchy will throw the following error when a child object is not linked to the scene.

Traceback (most recent call last):
  File "/opt/blender 2.82a/2.82/scripts/startup/bl_operators/object.py", line 217, in execute
    obj.select_set(True)
RuntimeError: Error: Object 'child2' can't be selected because it is not in View Layer 'View Layer'!

Curiously it doesn't seem to happen when the object is unlinked from the Outliner, only when done via python. Updating the depsgraph and/or view layer seems to have no effect either.

Selecting the child via Select Grouped works fine.

video demo
select_hierarchy_child_not_in_view_layer.blend

Exact steps for others to reproduce the error

  • open the blend and run the script to unlink the selected child object
  • run the Select Hierarchy tool (in Child direction)
**System Information** Operating system: Linux-4.15.0-88-generic-x86_64-with-debian-buster-sid 64 Bits Graphics card: GeForce GTX 1050/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 435.21 **Blender Version** Broken: version: 2.82 (sub 7), branch: master, commit date: 2020-03-12 05:06, hash: `375c7dc4ca` **Short description of error** Select Hierarchy will throw the following error when a child object is not linked to the scene. ``` Traceback (most recent call last): File "/opt/blender 2.82a/2.82/scripts/startup/bl_operators/object.py", line 217, in execute obj.select_set(True) RuntimeError: Error: Object 'child2' can't be selected because it is not in View Layer 'View Layer'! ``` Curiously it doesn't seem to happen when the object is unlinked from the Outliner, only when done via python. Updating the depsgraph and/or view layer seems to have no effect either. Selecting the child via Select Grouped works fine. [video demo ](https://www.youtube.com/watch?v=mh18Ni3z83s) [select_hierarchy_child_not_in_view_layer.blend](https://archive.blender.org/developer/F8427822/select_hierarchy_child_not_in_view_layer.blend) **Exact steps for others to reproduce the error** * open the blend and run the script to unlink the selected child object * run the Select Hierarchy tool (in Child direction)
Author

Added subscriber: @MACHIN3

Added subscriber: @MACHIN3

Added subscribers: @ideasman42, @mano-wii

Added subscribers: @ideasman42, @mano-wii

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'

I can confirm.
The operator should check if the child is in the View Layer before trying to select.
But I haven't found a utility that does this.
Without changing the API, I think the most efficient way to resolve this would be to use a try: Exception:

The original code was added in a305a729
So ... @ideasman42?

I can confirm. The operator should check if the child is in the `View Layer` before trying to select. But I haven't found a utility that does this. Without changing the API, I think the most efficient way to resolve this would be to use a `try: Exception:` The original code was added in a305a729 So ... @ideasman42?
Author

This is probably not the right place, but I've just noticed that unlinking from the outliner will actually remove the object for good, hence why it doesn't cause the issue with Select Hierarchy.
Is this intended behaviour? Caught me by surprise.

This is probably not the right place, but I've just noticed that unlinking from the outliner will actually remove the object for good, hence why it doesn't cause the issue with Select Hierarchy. Is this intended behaviour? Caught me by surprise.
Member

Added subscriber: @Calra

Added subscriber: @Calra
Member

Extra Info: In some odd not all times reproducible case, the child (only when there are 2 children) gets selected but the error still persists.

Extra Info: In some odd not all times reproducible case, the child (only when there are 2 children) gets selected but the error still persists.

This issue was referenced by 92c5b12df6

This issue was referenced by 92c5b12df6f7a6651c7a2cdd16df3f06aa1c1b4f

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Campbell Barton self-assigned this 2020-06-20 05:04:03 +02:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
5 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#75074
No description provided.