Search results

    1. ArtifexHackworth

      Offline Ship Editor

      It apperars that 4 face parameters are missing if I add: f 9 10 11 12 f 13 14 15 16 f 17 18 19 20 f 21 22 23 24 manually I got the expected cube.
    2. ArtifexHackworth

      Offline Ship Editor

      Sorry, i didn\'t want to spam you with walls of text :P If i export a single thruster cube, and import the obj into my editor I get two flat pieces i block apart. I.e. it gives me two ends of the cube but none of the other sides. Output: v 24.0 23.0 18.0 v 24.0 23.0 19.0 v 24.0 24.0 19.0 v 24.0...
    3. ArtifexHackworth

      Offline Ship Editor

      OBJ export is still definitely not working for me, i\'ve re-installed your editor to make sure everything is up to date. It\'s only with a small ship, and I\'ve tried opening it in two mesh editors and re-importing it back into SMEdit which only give me the back half of the ship.
    4. ArtifexHackworth

      Offline Ship Editor

      Small ship, I\'ve been testing your algorithm with the default pirate/trade ship the Isanith-IV
    5. ArtifexHackworth

      Offline Ship Editor

      Very Interesting, the obj export is still outputting only a section (I select all) but now it is the rear of the ship (the last two layers of isanith for instance).
    6. ArtifexHackworth

      Offline Ship Editor

      I don\'t think that the size is what\'s affecting the obj export. Besides the missing faces, OBJ exporting work fine before you added the texture component. So i think something you changed in your code has slightly borked it :p
    7. ArtifexHackworth

      Offline Ship Editor

      Import/Export has been moved to the file menu for ships/stations.
    8. ArtifexHackworth

      Offline Ship Editor

      Yep I\'ve tried. The planet will open but the export option to export as obj is missing from the file menu.
    9. ArtifexHackworth

      Offline Ship Editor

      Unfortunately it seems that OBJ exporting is still only outputting half/third of the ship (It\'s always the same section too), for really large builds (such as space stations) my editor program won\'t import the OBJ at all. Also would it be possible to have the export to obj function available...
    10. ArtifexHackworth

      Offline Ship Editor

      Yea I have the whole ship selected when I export. Depending on the model it\'ll either be the left hand side, or if it\'s bigger, the left hand side and a few random pieces.
    11. ArtifexHackworth

      Offline Ship Editor

      The OBJ export function is definitely not functioning properly at the moment. It only seems to export half of the left hand side of the ship. I\'ve taken a look at the actual file output and it seems to be completely different/corrupted. This seems to be due to the inclusion of the texture...
    12. ArtifexHackworth

      Offline Ship Editor

      Seems like the obj export is broken. It\'s now only outputting partial models (25% of the left hand side for example). Tried it on a few ships. Also the modify tab not opening seems to only occur when i load a planet. If a ship is loaded I can still get the modify menu, but it won\'t open when a...
    13. ArtifexHackworth

      Offline Ship Editor

      I worked out a manual fix by looking at the generated obj files and the obj format. Your export algorithm is missing generating a fort face for each vertex set. I.e: original obj sample: v 9.0 9.0 5.0 v 9.0 9.0 6.0 v 9.0 8.0 6.0 v 9.0 8.0 5.0 f 65 66 67 \"fixed\" obj sample: v 9.0 9.0 5.0 v...
    14. ArtifexHackworth

      Offline Ship Editor

      Nvm, i managed to get it working on another computer (not quite sure what\'s happening there). I tried it out and it\'s 99% there, for some reason it\'s exporting the cubes as triangular planes. I opened it through the free ware blender and meshlab.
    15. ArtifexHackworth

      Offline Ship Editor

      Any idea as to why the modify tab would not be opening? All the other tabs will show their menus.
    16. ArtifexHackworth

      Offline Ship Editor

      You sir, are freaking awesome!
    17. ArtifexHackworth

      Offline Ship Editor

      Thanks for putting so much effort into this awesome program, it\'s really appreciated. I was just wondering if there\'s an ETA on being able to export ships as .obj files? I\'m hoping to 3D print some of my ships.