Description: In our own extension I built my own guide bar to request a node list. Is there a documentation for the definition of the guide bar inside a context xml?
How must this be changed to get/request a nodelist from user? In my example I tried to use "nodelist" but the gui shows a pure node selector.
<root>
    <context tag="RodMeshCtx">
        <guidebar tag="gb">
            <item tag="nodesel" type="entityselector" defaultentity="Nodelist" selectionname="NodeSel" syncwithbrowser="false" hmselectionmode="append" entitytypes="Nodelist"/>
            <item tag="rename_label" image="toolbarActionApplyStrip-16.png" command="hwctx proceed"/>
            <item tag="ok" image="toolbarActionOKStrip-16.png" command="hwctx ok"/>
        </guidebar>
    </context>
</root>
Product/Topic Name : Hyper Mesh 2024.1 - Extensions