google-code-export / kuda

Automatically exported from code.google.com/p/kuda
GNU General Public License v2.0
1 stars 1 forks source link

Rudimentary File Browser for Models #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, the user has to type in the uri of the model for loading. We should 
add a file 'browser' for models that lists the models in the assets directory. 
This should fail gracefully in the event that there is no server. 

Original issue reported on code.google.com by khang.du...@gmail.com on 13 Jun 2011 at 10:57

GoogleCodeExporter commented 9 years ago
Changed load model dialog to use a select input instead that calls on the 
server to get the list of models in the assets directory. Added a hidden text 
input that becomes visible when the server cannot be found so that model 
paths/urls can be entered instead (mostly for the version of the editor hosted 
here).

Original comment by khang.du...@gmail.com on 13 Jun 2011 at 11:12

GoogleCodeExporter commented 9 years ago
This has been verified and made it into release 1.4.0.

Original comment by jpywt...@gmail.com on 3 Aug 2011 at 3:42