• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.
CustomUI-3D with Designer

Plugins + Scripts CustomUI-3D with Designer

Download [<1 MB]
reserved
 

Attachments

  • CustomUI-3D.Demo - UI made easy, only 3 min A.json
    7.3 KB · Views: 0
  • CustomUI-3D.Demo - UI made easy, only 3 min B.json
    6.3 KB · Views: 0
  • CustomUI-3D.Demo - UI made easy, only 3 min C.json
    14.9 KB · Views: 0
This plugin looks amazing, but I'm having a major problem using it. I can't add anything.

When I have the plugin open, and I have Edit Mode 2D selected, I can see the grid to add UI. It says to "Ctrl+Shift+Right Click" to add UI to the cell. When I do that, nothing happens. No pop-up like in the demo videos.

I had the Debug Log selected, and this is the message that pops up:
[INF] callback_layoutCellHandle pos[(301.0, 684.0)] col[0] row[0]
[INF] popup [0] col[0] row[0] obj[CustomUI14mhz.CustomLayoutUI[]] clicked in vamui[True]

So, something is happening, but I'm not able to add anything.
 
This plugin looks amazing, but I'm having a major problem using it. I can't add anything.

When I have the plugin open, and I have Edit Mode 2D selected, I can see the grid to add UI. It says to "Ctrl+Shift+Right Click" to add UI to the cell. When I do that, nothing happens. No pop-up like in the demo videos.

I had the Debug Log selected, and this is the message that pops up:


So, something is happening, but I'm not able to add anything.
@Rancept , The issue, which caused inconsistent behavior depending on the system, has been resolved, and a new version has been released. Thank you for reporting it !
 
Last edited:
This is great work thank you but you did not show or tell us how to add an action or trigger to a button. For example, I can create the button or toggle but how do you assign that trigger or button to remove a cloth item?
 
This is great work thank you but you did not show or tell us how to add an action or trigger to a button. For example, I can create the button or toggle but how do you assign that trigger or button to remove a cloth item?
When you add a UI Component with Ctrl+Shift+RightClick, and then press Ctrl+Shift+RightClick again, a menu appears on the right with Config, Trigger, and Clear options.
 
Last edited:
Really great job!
I would like to ask if there is a way to make the contents of InputTextUI (entered by the user) available to other plugins? For example, to send this text to a chatbot as input? I haven't been able to find a way yet. My chatbot plugin usually finds an editable UItext by atom name, but this is not an option in this case. Your UIBinder plugin also cannot find the InputTextUI content.
Update: I've figured it out. I just need to check the "register" checkbox, then the variable will be available to other plugins. Thank you again for the great work!
 
Last edited:
Really great job!
I would like to ask if there is a way to make the contents of InputTextUI (entered by the user) available to other plugins? For example, to send this text to a chatbot as input? I haven't been able to find a way yet. My chatbot plugin usually finds an editable UItext by atom name, but this is not an option in this case. Your UIBinder plugin also cannot find the InputTextUI content.
Update: I've figured it out. I just need to check the "register" checkbox, then the variable will be available to other plugins. Thank you again for the great work!
Ah, I was writing an example code, but I’m glad to hear you’ve already resolved it. :D
In general, Text-related components are designed to be registered as JSONStorableString.
If you have any further questions, please don’t hesitate to let me know.
Thank you.
 
Back
Top Bottom