Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot insert value in Dictionary in visual script #12913

Closed
JordanMotta opened this issue Nov 14, 2017 · 4 comments
Closed

Cannot insert value in Dictionary in visual script #12913

JordanMotta opened this issue Nov 14, 2017 · 4 comments

Comments

@JordanMotta
Copy link

Operating system or device, Godot version, GPU Model and driver (if graphics related):
Debian 9, Godot v3.0.alpha.custom_build.2fce001

Issue description:
I cannot insert values in a dictionary in visual script. I have a variable called "bar" which is dictionary type, but when i open the variable properties, the section "Value" doesn't let me insert anything. So i decided to grab and place "foo" on the grid keeping the control button pressed and it doesn't work neither. I guess this is the right way to assign a value because a variable of an Array type i can do it in this way. Sorry the English.

screenshot from 2017-11-13 21-06-28

screenshot from 2017-11-13 21-07-23

Steps to reproduce:

  1. Create a project.
  2. Add a root node.
  3. attach it to a visual script
  4. make a function or override someone.
  5. create a new variable of type Dictionary
  6. Try to insert a value

Link to minimal example project:
dictionary.zip

@bojidar-bg
Copy link
Contributor

Likely related to the lack of a Dictionary editor, refs #12015.

@27thLiz 27thLiz added this to the 3.0 milestone Jan 10, 2018
@27thLiz
Copy link
Contributor

27thLiz commented Jan 10, 2018

#11940 implemented a dictionary editor, but it doesn't seem to work with VisualScript.
CC @Geequlim

@akien-mga
Copy link
Member

Not critical for the upcoming 3.0 release, so moving to the next milestone. A fix can still be cherry-picked for 3.0.x maintenance releases once available in the master branch.

@akien-mga akien-mga modified the milestones: 3.0, 3.1 Jan 16, 2018
@reduz
Copy link
Member

reduz commented Sep 6, 2018

This is fixed now, given new inspector.

@reduz reduz closed this as completed Sep 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants