Jump to content

Component Node Property cannot be emptied again.


Go to solution Solved by Josh,

Recommended Posts

Posted

I have a component with a property for other nodes.

```

 

{
    "component":
    {
        "properties":
        [
            {
                "name": "pointCamAt",
                "label": "Point Camera at",
                "value": null
            },
            {
                "name": "pathEntity",
                "label": "Root Camera Path Entity",
                "value": null
            }
        ]
    }
}

 

```

 

But when i selected a node, i have no option to make that field empty again in the editor.

- pressing ESC does nothing.

- selecting and pressing backspace does nothing

- pressing DEL deletes the Node, not the property value.

- The button on the right side does not have an option to make it empty again.

- Right click does nothing

image.png.270ff060b548bbecb5553b474a9f20bd.png

  • 2 months later...
  • Solution
Posted

Added another button to clear the value. Build will come later today.

  • Like 1

My job is to make tools you love, with the features you want, and performance you can't live without.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...