HOME | DD
Published: 2015-02-25 03:58:54 +0000 UTC; Views: 11827; Favourites: 143; Downloads: 301
Redirect to original
Description
So long story short, I developed a super methodical way of creating gussets based off of knowing the distances between points and the desired width at each point, but for a while I had been doing it manually. Well no more! I hacked up a quick little utility out of Javascript which will let you input the aforementioned information into the web UI, and then your browser will draw out a linear approximation of what the gusset should look like. From there you can draw a nice curve around the points to get your desired gusset. The resulting gusset should not need any size adjustment; the exterior length of the gusset should correspond exactly with the length of the pattern piece to which you are adding the gusset.You can view the utility on my temporary website ; however, that page is likely to not remain there forever, so it's also available for download as a ZIP file here so that you can download it and run it on your computer locally.
If there are any bugs, please let me know. You'll need an HTML5 compliant browser for this to work.
Confused what this is about?Β Read the Gussets section of my Geometric Patterning Tutorial.
Related content
Comments: 50
Fan-Tan-Chan [2021-02-19 21:40:20 +0000 UTC]
π: 0 β©: 0
petears [2019-12-20 07:19:05 +0000 UTC]
π: 0 β©: 0
GV-55 [2019-03-02 16:22:07 +0000 UTC]
this looks really helpful 0w0
but... oof, im really begginer at this, i cant understand the measures and geometrid stuffs so basically this is really difficult for me, althought i really really want to know how to use this, because it looks really useful and moreΒ precise than make it on a sheet QwQ
π: 0 β©: 0
3vilpyro [2015-11-17 02:31:33 +0000 UTC]
This is awesome! Can I ask what the units are? pixels? Any way to convert to mm or inches?
π: 0 β©: 1
Diffeomorphism In reply to 3vilpyro [2015-11-17 04:09:52 +0000 UTC]
It's in pixels, but you can definitely convert it to any length that you want! I wrote about a guide about it here:Β diffeomorphism.deviantart.com/β¦
π: 0 β©: 0
Naoki-Wolf [2015-03-04 15:57:35 +0000 UTC]
Gussets for me are the HARDEST part of trying to draft a pattern (that and I'm a total newbie so I guess I just haven't gotten the hang of it either). Will be trying this out, though! Looks really useful!
π: 0 β©: 1
Diffeomorphism In reply to Naoki-Wolf [2015-03-04 20:47:30 +0000 UTC]
Good luck! If you need any help feel free to ask. I think once you get a firm grasp of the gusset-making process it becomes almost routine.Β
π: 0 β©: 0
CelestialNinfia [2015-03-04 04:07:37 +0000 UTC]
You're so technical with all of this and it's amazing! For me it's a hit and miss but usually I just trace the cut out face profiles on paper and then use that length for the gusset and kind of shape it. and hope for the best xD
But this is great! good for you!
π: 0 β©: 1
Diffeomorphism In reply to CelestialNinfia [2015-03-04 20:49:24 +0000 UTC]
Well it's not super technical to be honest I mean all of this really boils down to my one principle that your edge lengths have to match; pretty much all the patterning advice I give is derived from that. Maybe the math is a tiny bit technical, but eh, it really only takes an understanding of elementary geometry.Β
π: 0 β©: 0
Diffeomorphism In reply to garrenn [2015-03-01 05:20:26 +0000 UTC]
Sounds to me like you've internalized a lot of the stuff that geometric pattern making is about. To me, it's all about measuring distances and angles accurately, and whether you say "it's 2 inches between the eyes" or "it's about an arm's length apart" doesn't really matter (although I prefer the former statement for its precision). Naturally intuition and guesswork is a part of every project; I just do my best to cut down on the latter and figure out exactly what constitutes the former.
π: 0 β©: 1
Shira-Yuri [2015-02-28 14:33:24 +0000 UTC]
What an extremely helpful tool! Only, I'm a tiny bit confused about how it works.. What unit of measurement does this use? Pixels? Inches? Millimeters? I assume I'll have to scale it myself when printing it on paper?
π: 0 β©: 1
Diffeomorphism In reply to Shira-Yuri [2015-02-28 16:31:15 +0000 UTC]
It works in pixels right now. Usually when I work on patterns on my computer I work on a scale of 1 inch = 100 pixels; I dunno if you read my Scaling Tutorial but it basically shows how using a 100 pixel scale I can print a pattern out to the exact size desired. So basically, you'd make your measurements in inches, multiply the corresponding values by 100 to plug into the utility, and then print them out.
π: 0 β©: 1
Shira-Yuri In reply to Diffeomorphism [2015-03-01 15:13:55 +0000 UTC]
Thank you very much for answering! That clears up my confusion.
Maybe with this tool I'll dare to try my hand at plushie making again, after the complete failure that was my first time.
π: 0 β©: 1
Diffeomorphism In reply to Shira-Yuri [2015-03-01 21:44:12 +0000 UTC]
Good luck! Honestly if you're really looking to start out plush making I wouldn't worry tooΒ much about the math details at first. Of course a mathematical/geometric understanding helps and you should use any available tools such as this one if you feel it's useful. At the same time, I think your first plushies should be more about gaining an understanding of how patterns work; from there you can start incorporating more advanced techniques with a full understanding of how they help out. Perhaps you do already understand this stuff though and I'm just being presumptuous
π: 0 β©: 1
Shira-Yuri In reply to Diffeomorphism [2015-03-05 13:43:02 +0000 UTC]
I have decent experience as a clothing seamstress with both following a pattern and drafting one. I can make plushies from a pattern, but it's making alterations and drafting my own that stumps me. The whole thinking in 3d doesn't come naturally to me, so tools like this are a real blessing.
π: 0 β©: 0
WhimsyWitchStudios [2015-02-26 16:09:04 +0000 UTC]
A very helpful, useful program- awesome!
π: 0 β©: 0
Plush-Drops [2015-02-26 09:14:51 +0000 UTC]
Wow this is really helpful
Why didn't I ever think of this considering I've learnt Javascript. I guess It's me trying to make life harder for myself XD
π: 0 β©: 1
Diffeomorphism In reply to Plush-Drops [2015-02-26 18:02:14 +0000 UTC]
I mean to be fair you could write something up like this in any language. I actually wanted to write it up in Python originally but then I remembered that I'm mostly used to web UIs and that HTML5 has a perfectly good way to draw images (canvas), so hey, why not?
π: 0 β©: 1
Plush-Drops In reply to Diffeomorphism [2015-02-27 00:00:08 +0000 UTC]
Yeah that's true that you can write it in any language and you did a really good job with it
π: 0 β©: 0
superkitten1990 [2015-02-26 03:56:34 +0000 UTC]
Wow, that's actually really brilliant! I've never been able to make gussets for plushies as I've never been able to determine how they'll look without wasting a ton of paper. Now I can just play around with this for a while and then trace it over to paper when I'm satisfied! Thank you so much!
π: 0 β©: 1
Diffeomorphism In reply to superkitten1990 [2015-02-26 05:25:24 +0000 UTC]
No problem, hope you'll find it useful!
π: 0 β©: 0
Diffeomorphism In reply to DavidCurser [2015-02-25 17:08:34 +0000 UTC]
This is basically a tool you use to make gussets for plushies, which are basically long strips of fabric you use to widen a plushie's features. There's a section on gussets on my Geometric patterning tutorial (linked in the description) which goes over the basic concepts.
π: 0 β©: 1
Diffeomorphism In reply to DavidCurser [2015-02-25 17:35:25 +0000 UTC]
It's not that the math is anything complicated (although it does involve square roots so I can't do it by hand), I just had a mathematical process which I used which I had been repeating by hand which I figured would be nice to automate. It especially comes in handy when I make a gusset, realize some features of it are wrong, and need to draw a new one; instead of having to go through the process all over again (which takes maybe 5 minutes or so), I can just punch in numbers and get a new design instantly.
π: 0 β©: 1
Diffeomorphism In reply to DavidCurser [2015-02-25 22:49:44 +0000 UTC]
Haha that's fine; everyone has their own ways of doing things! I'm just a math nerd so of course I'd try to make my plush-making process as procedural as possible.
π: 0 β©: 1
Diffeomorphism In reply to DavidCurser [2015-02-26 00:39:21 +0000 UTC]
Um, what the hell are you talking about? This is about making plushies patterns efficiently, not about the labor and how my ethnicity factors into how efficient I am at it and how much I deserve to be paid. For the record, I'm Chinese, so yeah, I guess I don't deserve to be paid for this. Thanks.
I know you probably meant no offense with your comment, but seriously, watch your words. Long story short, this is a personal tool I use which I offered up for free to my followers as a resource which they are free to use if they find it helpful and that they are free to ignore otherwise. Given that you don't appear to make plush and somehow found this despite not following me, I'm not really sure why this conversation had to go as far as it did.
π: 0 β©: 2
d215lab In reply to Diffeomorphism [2015-02-26 07:57:34 +0000 UTC]
Wow,you are Chinese,so can weΒ communicating in Chinese?
π: 0 β©: 1
Diffeomorphism In reply to d215lab [2015-02-26 18:34:59 +0000 UTC]
Actually no, I'm ashamed to admit but I don't know how to speak Chinese It's strange, I know.
π: 0 β©: 0
Pyritie In reply to DavidCurser [2015-02-25 21:48:12 +0000 UTC]
basically it means the computer figures it out for you and you don't have to guess and waste time and fabric
π: 0 β©: 1
Pyritie In reply to DavidCurser [2015-02-26 08:33:48 +0000 UTC]
The point of a gusset is to make a part wider, basically
π: 0 β©: 0
AppleDew In reply to DavidCurser [2015-02-26 01:38:15 +0000 UTC]
I think you're a bit confused.
The gusset isn't stuffing at all! It's actually part of most non-flat plushie patterns, giving it more of a 3D look.Β ^^
My Goodra plush pattern has 2 gussets, the belly and the head. Without them, it'd just get a flat piece of fabric. (Or just a pillow with a weird shape if you decided to stuff it.)
'
My pony patterns also have 2 gussets (one for the head and belly/chest), serving the same purpose, but completely different pattern design.
The use of the application is to adjust and generate how wide and long a plush artist was wanting to make said gusset. I hope that answers your question~ ^^
π: 0 β©: 1
Shattered-Earth In reply to DavidCurser [2015-02-26 01:08:20 +0000 UTC]
Have you ever made a plushie or do you just like injecting your thoughtless comments everywhere?
π: 0 β©: 1
DavidCurser In reply to Shattered-Earth [2015-02-26 01:26:46 +0000 UTC]
Hidden by Admin
π: 0 β©: 0
Diffeomorphism In reply to methuselah-alchemist [2015-02-25 05:54:12 +0000 UTC]
Thanks!
π: 0 β©: 0
CindersDesigns [2015-02-25 05:03:42 +0000 UTC]
...that is bloody brilliant. THANK YOU. I cannot wait to try this, gussets are a pain in the tail!
π: 0 β©: 1
Diffeomorphism In reply to CindersDesigns [2015-02-25 05:54:07 +0000 UTC]
No problem, hope you find it useful! I just got tired of doing the exact same process by hand, so I figured why not write something up that could do it for me.
π: 0 β©: 0
thewrabbithole [2015-02-25 05:02:59 +0000 UTC]
O______________O you're too powerful alex
π: 0 β©: 1
Diffeomorphism In reply to thewrabbithole [2015-02-25 05:52:08 +0000 UTC]
Oh, but the power of basic programming is at the hands of everyone who seeks it
Haha but yeah, I just like to automate whatever processes I can. I'd do all my plushies in the embroidery hoop if it was possible, haha.
π: 0 β©: 0
1




















