MarginallyClever / Robot-Overlord-App

Simulation and control software for robots
https://www.marginallyclever.com/
GNU General Public License v2.0
157 stars 48 forks source link

Set mesh or texture to nothing #232

Closed i-make-robots closed 6 months ago

i-make-robots commented 6 months ago

Work on #225

New mesh selection process

  1. Add a MeshInstance.
  2. Click the MeshInstance.
  3. Click the ... selection button
  4. Click Load Mesh and locate a mesh in your file system. Mesh Chooser Dialog is same as before.
  5. Click to select your newly loaded mesh. Note all loaded meshes will appear in this list.
  6. Click Clear to set the selection to nothing.
  7. Click OK to confirm your selection.
  8. If you have selected a mesh, it will appear at the world origin.

image

i-make-robots commented 6 months ago

Added texture chooser dialog. Same idea.

image