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:

  1. New spatial node
  2. Click the eye, it will not shut, node stays visible.

peek 2018-03-24 22-05


**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.

eye_icon

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 15 (8 by maintainers)

Commits related to this issue

Most upvoted comments

Edit: moved to the top for reference

Can confirm on 2.1.5 beta2

  • It happens only with Spatial nodes
  • Using Property Editor to uncheck visibility still works

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.

Reproduction steps:

  1. New spatial node
  2. Click the eye, it will not shut, node stays visible.

peek 2018-03-24 22-05