Similar to Plugin:SaveSelectedToRoblox(), but would export OBJ files.
Ideally, you could pass in the file name and directory string, rather than needing to prompt the user. I want this so I can automate exporting a bunch of assets from my game.
Similar to Plugin:SaveSelectedToRoblox(), but would export OBJ files.
Ideally, you could pass in the file name and directory string, rather than needing to prompt the user. I want this so I can automate exporting a bunch of assets from my game.
Would be nice, but I also think ROBLOX should improve their OBJ exporting capabilities (i.e. textures, smooth terrain support, etc) before making an API for it.
But yeah, an API would be nice to see, aside from my thoughts.
This actually exists already, it’s under the PluginManager though.
http://wiki.roblox.com/index.php?title=API:Class/PluginManager/ExportSelection
Not sure how well it works.