Skip to content

Nodes added via EditorPlugin shouldn't have properties under Script Variables #10799

Closed

Description

If a node's script is added to the engine via EditorPlugin::add_custom_type, the exported properties of that node should not be listed in the Inspector under Script Variables. Instead, it should be labeled whatever the name of the new node type is. For example, with a new node called MyNode inheriting Control, I might have in the Inspector...

MyNode
* My Var
Control
* etc.

Then, if I add a script to that node, I should see...

Script Variables
* A Script Var
MyNode
* My Var
Control
* etc.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions