A quick utility I created for one of my friend modellers. Allows you to preview any .dts file in the Blockland directory without scripting it or starting a server, and lets you move the 3D view, hide/show nodes, change node colors, and change ambient lightning.
Might add more features later.
Currently, there is a keybind to open it, or you could just type
modelTest(); in console.
"Load" button loads the model specified in the Model input field.
"Hide" and "Show" buttons hide or show the nodes specified in the Node input field.
"Paint" button paints the node specified in the Node input field to the RGBA (divided by 255) color specified in the Color input field.
"Set" button sets the ambient color to the specified in the Ambient input field.
Script_ModelTest.zip (download host: localhostr.com)