PoseBone.bone.hide property broken #72918

Closed
opened 2020-01-05 16:54:04 +01:00 by Michael Schnabel · 9 comments

Lenovo X1 Extreme Gen1
I7 8750H
Operating system: Win 10 (1909)
Graphics card: GTX1050Ti

image.png
Broken: example: 2.80+
Worked: /

Setting the property "hide" of PoseBone.bone via python is broken.

If I set it manually from within the blender GUI everything works as expected, and I can even create keyframes.
image.png

Steps to reproduce:

set the hide property of a PoseBone via python:

bone.bone.hide = True

The bone is now hidden in Viewport as expected, but is not selectable anymore in the browser under the pose bones. Its "Bone" tab is also displayed empty
image.png

Also no keyframes can be created via python with function:

bone.bone.hide = True
bone.bone.keyframe_insert(data_path='hide', frame=frame)

No error/warning occurs on keyframe creation, but the corresponding Action does not contain the specific keyframe.

Lenovo X1 Extreme Gen1 I7 8750H Operating system: Win 10 (1909) Graphics card: GTX1050Ti ![image.png](https://archive.blender.org/developer/F8260928/image.png) Broken: example: 2.80+ Worked: / Setting the property "hide" of PoseBone.bone via python is broken. If I set it manually from within the blender GUI everything works as expected, and I can even create keyframes. ![image.png](https://archive.blender.org/developer/F8260937/image.png) Steps to reproduce: set the hide property of a PoseBone via python: ``` bone.bone.hide = True ``` The bone is now hidden in Viewport as expected, but is not selectable anymore in the browser under the pose bones. Its "Bone" tab is also displayed empty ![image.png](https://archive.blender.org/developer/F8260934/image.png) Also no keyframes can be created via python with function: ``` bone.bone.hide = True bone.bone.keyframe_insert(data_path='hide', frame=frame) ``` No error/warning occurs on keyframe creation, but the corresponding Action does not contain the specific keyframe.

Added subscriber: @Tarcontar

Added subscriber: @Tarcontar

Added subscriber: @mano-wii

Added subscriber: @mano-wii

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'

The steps to reproduce the problem are not clear.
GIF.gif

The steps to reproduce the problem are not clear. ![GIF.gif](https://archive.blender.org/developer/F8263112/GIF.gif)

Updated the description to make it hopefully more clear.

Updated the description to make it hopefully more clear.

Are there any new informations on this? Or is sth still unclear?

Are there any new informations on this? Or is sth still unclear?

Changed status from 'Needs User Info' to: 'Needs Triage'

Changed status from 'Needs User Info' to: 'Needs Triage'

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

Changed status from 'Needs Triage' to: 'Archived'
Germano Cavalcante self-assigned this 2020-01-15 13:10:44 +01:00

Thanks for the report, but selecting hidden objects is not considered a bug. This is by design.
Also I can't reproduce the keyframe_insert problem. It works normally with hidden or not hidden bones. The keys on the Dope Sheet appear and execute the hide and unhide commands.

Please follow the submission template and guidelines, also read these tips about bug reports, to make a complete, valid bug report, with required info, precise description of the issue (only ONE issue per report!), precise steps to reproduce it, small and simple .blend and/or other files to do so if needed, etc.

I will close this report as invalid.
It can be reopened if it follows the guidelines.

Thanks for the report, but selecting hidden objects is not considered a bug. This is by design. Also I can't reproduce the `keyframe_insert` problem. It works normally with hidden or not hidden bones. The keys on the Dope Sheet appear and execute the hide and unhide commands. Please follow the [submission template and guidelines](https:*developer.blender.org/maniphest/task/edit/form/1/), also read [these tips about bug reports](https:*wiki.blender.org/wiki/Process/Bug_Reports), to make a complete, valid bug report, with required info, precise description of the issue (only ONE issue per report!), precise steps to reproduce it, small and simple .blend and/or other files to do so if needed, etc. I will close this report as invalid. It can be reopened if it follows the guidelines.
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
2 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#72918
No description provided.