godot: Eye Icon Button is not working Godot 2.1.5 rc (regression)
Bugsquad (@Noshyaar) edit: additional details, formatting
OS/Godot Version: Arch Linux, 2.1.5-beta2, 2.1.5-rc
Issue details:
Expected: Clicking on the button hides the node, the eye shuts. Happened: Printed “Toggle Visible”, node stays visible, the eye doesn’t shut.
Using Property Editor to uncheck visibility
still works
Reproduction steps:
- New spatial node
- Click the eye, it will not shut, node stays visible.
**Godot version:**
git br
* 2.1
3.0
master
godot $ cat version.py
short_name = "godot"
name = "Godot Engine"
major = 2
minor = 1
patch = 5
status = "rc"
OS/device including version: ArchLinux
Issue description: eye icon button is not working
Steps to reproduce: You can play with the eye icon button in your project is not working. This eye icon button is for node visibility in your current scene.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 15 (8 by maintainers)
Commits related to this issue
- Fix visibility toggle for Spatials in SceneTreeEditor Fixes #17722, was a regression from #15239. — committed to godotengine/godot by akien-mga 6 years ago
Edit: moved to the top for reference
Can confirm on 2.1.5 beta2
visibility
still worksIssue details:
Expected: Clicking on the button hides the node, the eye shuts. Happened: Printed “Toggle Visible”, node stays visible, the eye doesn’t shut.
Reproduction steps: