Jump to content
3DXChat Community

Niblette

Members
  • Posts

    442
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Niblette

  1. I just added a new version Naughty Designer 3.2.2. This is a small update which simplifies the interface. It enables the tab corresponding with the loaded file type and hides the other tab. For example if a raster image is loaded it will select the raster tab and disable the vector tab and vice versa so there is no way to access options that do not correspond with the loaded file type.
  2. If you get an error about 16bit color just resave the images as a 24bit .png or .jpeg. As for the vector image part that's kind of artistic converting an image from raster's to vectors but quite possible if you work at it.
  3. Personally I think ID verification on 3DX wont ever happen for a bunch of reasons but mostly because the devs have said in the past they wont segregate the female gender, but also because of technical/social reasons. If they had wanted to they could have made a third gender for trans people or forced alts to all be the same gender in an account but right now an account is really not tied to a gender. Even for alts people can literally pay to change their alts gender. There are ID data bases that exist for at least I assume western countries where company's maintain data bases or are able to access ID's to verify they are real. I assume they aren't exactly cheap though to get access too mostly for jobs but maybe for other things as well. Who knows if people working in Russia would even be allowed to access them. 3DX would need to hirer people full time to run background checks and have a full time legal department at a minimum. Huge social media company's cant even seem to be able to determine if an account is human or a bot and I think 3DX would have less people who are rule abiding. As far as people trusting 3DX to keep that type of information safe well I don't think there is much reason to assume they would be able to. Protecting data has to have a whole culture and system supporting it which I doubt 3DX has right now. I cant ever see this being something 3DX will do for free ever. If they did manage to do it though I feel it would create an adverse burden on females to verify the talk is always about females, so by its nature the concept is sexist. The only reason people might be willing to verify would be if it benefited them. I have to assume that the people most interested in this would be prostitutes and 3DX would have to allow that to compensate for the price of a background check. That would take 3DX in a direction I don't like or want to see. Personally I like 3DX and that we can meet people from all different places and backgrounds and it would be a shame to replaces DJ's with cam girls honestly there are lots of other places for that then 3DX.
  4. Wait wasn't "ZzRedzZ" "Topsecreto" or something I guess that was to clearly a troll name to keep this thread going so it had to be changed.
  5. Well this feature kind of lets the devs pick out the people who are willing to pay extra for being special without effecting anyone's game really. Plus it was kind of a mess when everyone on the test server had colors and icons in their names. It might be for the best if that's kept just for special people.
  6. What would be really nice would be a few different types of hood, roofs, trunks, and doors we could combine to make our own cars. All those premade props never really quite seems to fit in 3DX. The same thing for boats we need boat part so we can make more custom stylized stuff some things are just impossible to make properly with the current objects we have.
  7. Well in the near term I want to make sure there aren't any major bugs left after that the progress bar and I have some ideas for other features I might add but I need to test those.
  8. Naughty Designer 3.2.1 is released it fixes the pixel art section of the program so things plot properly now I'll likely make a larger update later but I wanted to get the bugs fixed at least thing have been kind of busy this summer.
  9. It seems that the pixel art drawing system system is bugged right now. I'll fix it in the next update right now its not scaling images properly.
  10. I'll likely add a progress bar in the next update but if it crashes in this version it will tell you it wont just stop and do nothing.
  11. 3.2.0 is out and the file has been replaced in the first post. This version adds better support for open vectors a popup on file completion, error handling, and the GUI has been updated to allow minimum angle and minimum length to be adjusted individually for each path.
  12. I worked on the optimizer and the final output will be something like this a bit better since I am still tweaking it. Adding a popup for when the file has been fully written is a great idea. I'll add that in as well as some other changes.
  13. I managed to look at the code a bit and found a bug with open vectors and also have some ideas how to draw vectors which optimize to only one or two objects. The main goal for the next version is to draw that vector image properly without crashing or having to editing it.
  14. I looked at the file and what seems to be happening is that some of the vectors are to close to being straight lines and with the default settings having less then three objects so the optimizer crashes. Right now I am actually on vacation but next weekend I should have a chance to finish a small update with better error handling and simplified optimizers for when a vector only has one or two objects in it. I did try removing the straight vectors and the program runs with them gone so I am sure that's what it is. I wouldn't really recommend using the pixel options unless you want to make pixel art the vector output is much superior in terms of quality and object count. The file below runs. Rastergrafiktest.zip
  15. If you upload the .svg file your trying to use I can look at it.
  16. Well what your doing should work I think, but what I do is shown in the image below. Really you also need to optimize the vector for the best results remove small paths and just clean them up a bit the programs only as good as its input and smoother simpler lines help a bit.
  17. If there are any shapes that have cutout areas' those need to be broken apart, if they are not the program will try to connect them since it considers them one outline hence the extra lines.
  18. Well I though about it a bit and have also used the program a bit as well to see that it would be nice to get that working, but I have not put much work into it yet. Likely the next version will focus on adding inside and outside drawing options for outlines. Right now the program grows the vector outline an equal distance on both sides of it but, I want to rethink that and let people selected whether they want the outline completely inside the shape of the vector outline or completely outside as options.
  19. The issue isn't really with the SVG file although I did brake apart the palms so they draw correctly. The SVG you provided however did run for me but you have to be careful with the settings the toes are small and if you try to make the outline to thick they will crash the program. Also most of the time the output might be huge and you might need to look around to find it and since the file has a lot of outlines it might take a number of minutes to save it. If you try loading the file before it saves completely nothing will load. test2.zip
  20. Just check in the list of path that there aren't any tiny vector outlines and that each path is unified by under Path in Inkscape clicking Union. What's happens sometimes if your forcing the program to try to draw an impossible shape for it to represent with the thickness outline you have it will divide by zero and crash. If you get no output it means the program has crashed. I'll add exception handling soon so a popup appears with hopefully some helpful information about what happened rather then just nothing happening. Also I would really recommend using Inkscape 1.2 at least for me the older Inkscape seems to lag sometimes when I al using it now.
  21. The new version is out. It does two thing first it lets you combine points based on length so small line segments can be optimized better. I noticed some images were creating an excessive amount and in some cases this change can cut the file size in half without out reducing quality much. Second the program better supports open vectors and shouldn't create extra lines that will have to be removed. The program before had a hard coded minimum length value of 0.01 and now its set at 0.3, but cant be changed.
  22. Right now each vector outline needs to create at least three objects since that's the simplest object possible a triangle, I could change that it would need its own code to handle those vectors separate from the main code. I am not sure it really matters though or if there is a reason to create such simple shapes. Originally I had a second process for open and closed vectors but at some point I removed that since some optimization steps need the vector to be closed. Its something might be able to add back but you can simply delete the line that closes the shape and get the same output as if it was a open vector shape. There should be a new version coming out some maybe tonight but likely tomorrow that will make some settings accessible.
  23. At first I though this was a bug in my program related to floating point accuracy. I think I still might at some point rework a few things related to that but after looking at it more closely those changes wouldn't help in this case both of the vectors in the big D have tiny loops and are not continues. You can fix the SVG file by selecting each vector individually and under Path clicking Union.
  24. That file is missing the end of the file also it has spawn information in it which is kind of odd. Are you sure this file was created with Naughty Designer I don't see how the respawn information could have gotten into it the program doesn't save files with that information. Can you send me the SVG file that was created?
  25. I summitted the file to Avast/AVG for them to review it turns out they also let you send a file from a web address which I missed somehow when I was looking at the submission form. Hopefully they should review it and add it to the white list in a few days.
×
×
  • Create New...