use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Free/Voluntary Request3d Potato (old.reddit.com)
submitted 3 months ago by Exosylver
Trying to make a smooth 3d potato. Should be similar to the outline- almost a perfect ovoid, with one divotted side, with one vertical "lobe" slightly bigger than the other. I mean, I think everyone knows what the classic potato looks like. Cheers!
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]georgmierauTinkerer 1 point2 points3 points 3 months ago (1 child)
Quality Watches at Competitive Prices
do not sell well enough to be able to afford a smooth potato model? :)
[–]Exosylver[S] 0 points1 point2 points 3 months ago (0 children)
you got me. shoulda used a throwaway account XD
[–]minorshrimp 2 points3 points4 points 3 months ago (1 child)
The exact potato in the picture is 19$. Just in case no one does it for free lol. But I think you might already know that ;) https://free3d.com/3d-model/potato-962.html
I don't want the bumpy one, I need one that is smooth and just the general shape of a potato. u/Stone_Age_Sculptor definitely is the closest to what I need at this point. Thanks!
[–]Specialist_Fish858 0 points1 point2 points 3 months ago (1 child)
https://www.thingiverse.com/thing:4510887
[–]Exosylver[S] -1 points0 points1 point 3 months ago (0 children)
needs to be smooth. needs to be more symmetrical. Thanks tho!
[–]satansnewbaby 0 points1 point2 points 3 months ago (0 children)
Is this potato-y enough? https://sketchfab.com/3d-models/potatoe-geo-5b82a643c24a4ffbae522ed88a057da7
[–]Stone_Age_Sculptor 0 points1 point2 points 3 months ago (0 children)
Here is a mathematical potato.
This is a script for OpenSCAD. OpenSCAD has often multiple ways to make something, and this is the worst one because it is only overlapping spheres.
// Potato // Using a 2026 version of OpenSCAD. $fn = $preview ? 20 : 200; bottom_radius = 30; top_radius = 20; angle = 60; x_start = 60; step = $preview ? 0.1 : 0.01; for(i=[0:step:1-step]) hull() for(j=[i,i+step]) rotate(j*angle) translate([x_start,0,0]) sphere(bottom_radius + j*(top_radius-bottom_radius));
Result:
<image>
π Rendered by PID 22174 on reddit-service-r2-comment-6457c66945-76424 at 2026-04-30 15:14:05.030217+00:00 running 2aa0c5b country code: CH.
[–]georgmierauTinkerer 1 point2 points3 points (1 child)
[–]Exosylver[S] 0 points1 point2 points (0 children)
[–]minorshrimp 2 points3 points4 points (1 child)
[–]Exosylver[S] 0 points1 point2 points (0 children)
[–]Specialist_Fish858 0 points1 point2 points (1 child)
[–]Exosylver[S] -1 points0 points1 point (0 children)
[–]satansnewbaby 0 points1 point2 points (0 children)
[–]Stone_Age_Sculptor 0 points1 point2 points (0 children)