Тёмный

Blender 2.8 Tutorial: How to Design a Simple Gear Train with Coaxial Input and Output Shafts 

O.T. Vinta
Подписаться 13 тыс.
Просмотров 43 тыс.
50% 1

In this tutorial, you will learn how to design a gear train with a given gear ratio (1:12) and specific position of the output shaft relative to the input shaft (input and output axes coincide). A simple python script (shown below) is used to pick the optimal number of teeth for each of the involved gears based on the given constraints. Some neat tricks are used to turn a gear contour to a solid object without creating overlapping faces.
For more Blender tutorials and 3D printable mechanisms and robots, please visit www.otvinta.com.
The python script used in the tutorial to pick the number of teeth of all gears:
import bpy
from math import *
myList = []
for z1 in range(8, 50):
for z2 in range(8, 50):
for z3 in range(8, 50):
for z4 in range(8, 50):
if( z1 + z2 == z3 + z4 and (z2/z1) * (z4 / z3) == 12):
myList.append( [z1, z2, z3, z4] )
for a in myList:
print( a, max(a) )

Опубликовано:

 

16 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 50   
@ChristianFlanagan
@ChristianFlanagan 5 лет назад
I usually run from videos with the Voice XML reader, but it works incredibly well in this use case.
@matthewbrown3263
@matthewbrown3263 4 года назад
Holy crap. This is brilliant. Also very concise and fast-paced, which is fantastic.
@rerisonchelsea
@rerisonchelsea 4 года назад
It´s just perfect, it shows to people that think 3d modeling doesn´t have much with math that they´re wrong, I loved this tutorial, so advanced, we are looking forward to have more videos like this one. Thank You.
@EsesinforLearning
@EsesinforLearning 5 лет назад
WOW, interesting. This will take me more months to learn.
@RanjeetkumarYadav
@RanjeetkumarYadav 3 года назад
😂😂
@RespiroJL
@RespiroJL Год назад
Mě také koukám do toho už 2 dny.
@kefetDtcom
@kefetDtcom 5 лет назад
Excellent video thank you!
@pinklady7184
@pinklady7184 5 лет назад
The easiest way to create gears is in Inkscape that has its own gear settings that let you quickly insert number of teeth and gear radius. Inkscape is free open source software for 2D vector works. When you have gear measurements done in Inkscape, you can export files to dxf or svg and import them into Blender.
@yrussq
@yrussq 4 года назад
There's a built-in gear generator add-on in Blender. You just need to enable it. Add Mesh: Extra Objects
@zaks7
@zaks7 3 года назад
this is an INCREDIBLE tutorial! I'm a beginner to blender but the potential here is amazing, thank you !
@koerrie
@koerrie 3 года назад
Tried it with Blender 2.92. Unfortunately, it won't work. I have all the gears set up properly, but once I start the animation, everything just starts shaking like crazy until the gears explode. Any ideas to solve this would be appreciated.
@g6handi
@g6handi 5 лет назад
This a very instructif and entertaining video 👍
@briankumanchik2474
@briankumanchik2474 4 года назад
Thanks for the awesome tutorial and gear calculator!
@BihnDan
@BihnDan 5 лет назад
Beautiful tutorial. Thanks!!!
@aberche6878
@aberche6878 3 года назад
1 year of using blender and this still hurts my brain, great tutorial
@RetoxMedia
@RetoxMedia 4 года назад
Great tutorial. Loved it.
@alexalexandr6087
@alexalexandr6087 5 лет назад
ну наконец то толковый ролик про шестеренки в блендере!
@adrianward102
@adrianward102 5 лет назад
Wonderful thank you very much.
@WWS3D
@WWS3D 5 лет назад
Hi . Think will be better to use f to fill gear with 1 ngon plane then I to intrude this face and ctrl alt s to make circle on center. Or just F to fill gear shape and use bolean to create cilinder on it...
@missclumsy3597
@missclumsy3597 4 года назад
This is just an amazing tutorial. Many thanks for it ;-)
@paskahpasaribu8185
@paskahpasaribu8185 5 лет назад
thanks a lot vinta
@claironaut
@claironaut 3 года назад
Thank you!
@YuriKruglov
@YuriKruglov 3 года назад
To make mesh from shape select border edges, press F to make big Ngon and then press I to insert, thats all
@saurabhparate
@saurabhparate 3 года назад
Thank You man!
@anilegnanunez1259
@anilegnanunez1259 3 года назад
Great video, how did you decide on the range 8->50?
@solutionhouse322
@solutionhouse322 3 года назад
Nice
@woritsez
@woritsez 3 года назад
the Edge, Select Edge Loops, Bridge Edge Loops, when joining the inner circle to the outer one of the gear kept on filling in the middle, so leaving no center hole. had to first extrude and scale again, so the circle had like a couple of extra loops before the bridge edge loops would work, and be a tidy looking mesh, leaving the right size hole still. the simulations cache threw me too, didn't see it and the frame count hidden in the scene properties section. 1st time i tried following, at the end, i applied scale and rotation, that was bad, thing was all over the place. good practice tho. had to go look thru other tut vids to find where i'd gone wrong.
@woritsez
@woritsez 3 года назад
also had turn the friction down from the default, half way, down to next to nothing for the gears to rotate smoothly, default friction value the movement would stop after around frame 150 of 250, slide the friction down to near zero and they turn much better now :)
@ThomasThings
@ThomasThings 3 года назад
OHHHH So THATS how clocks work
@luksje
@luksje 3 года назад
how can i make make the speed constant. Now its slowing down on some points
@knt5429
@knt5429 3 года назад
Select the motor, Select physics properties, Change the target velocity value to control motor speed.
@fadhil4008
@fadhil4008 3 года назад
Me : Came here because yt recommended me and I was expecting to see some automation from computer to work on it for me Also me : Bruh
@krg8121
@krg8121 3 года назад
Very cooooooooooooollll🔥🔥🔥🔥🔥
@tdtrecordsmusic
@tdtrecordsmusic 4 года назад
cool
@vidcheckr
@vidcheckr 5 лет назад
So, super cool, but this chunk of text came out different in my project... # Link object to scene and make active scn = bpy.context.scene scn.objects.link(ob) scn.objects.active = ob ob.select = True when I made it match the screen: # Link object to scene and make active bpy.context.collection.objects.link(ob) ob.select_set (True) all was good. it might be good to allow us to copy from the comments There are a couple of other 2.8 issues...
@nigelpallatt
@nigelpallatt 4 года назад
scn.objects.link(ob) Python script fail.... : -(
@o74769
@o74769 3 года назад
This is a good tutorial but... i need a low poly version of it anyone has it?
@nigelpallatt
@nigelpallatt 4 года назад
What a shame I was really enjoying that! never mind.. thanks!
@OTVinta3d
@OTVinta3d 4 года назад
Make sure the Blender 2.8+ checkbox is checked or unchecked depending on which version of Blender you are using.
@cowswithak47s4
@cowswithak47s4 3 года назад
"Remove double vertices" no such function. Going to Mesh -> Clean Up -> Merge by distance, doesn't really do the trick either. Everything is an overlapping mess.
@knt5429
@knt5429 3 года назад
No remove double verts and merge verts by distance are the same thing and do thr same thing. He is just using an older version of blender. I did it with no issues.
@juanpedraw4245
@juanpedraw4245 4 года назад
Damn, Blender modelling has math now? Shiii...
@lubibubi6380
@lubibubi6380 3 года назад
confusion accomplished
@kaon8185
@kaon8185 5 лет назад
Me: Aw come on I have to watch 18min just to see how to rotate stuff. Also me: WTH 15 minutes is on how to draw fancy gears.
@thefront5871
@thefront5871 4 года назад
You should better explain the steps you are taking! There is so much going on here, it's really hard to follow along and to know WHY you do what you do! This was a big waste of time!
@screaminghorse8818
@screaminghorse8818 4 года назад
did you turn sound on?
@yrussq
@yrussq 4 года назад
Yep. Showed "what" but didn't explain "why".
@rackontour7871
@rackontour7871 4 года назад
I really like the end result, but the instruction assumes high-level skills with blender. For us beginners, having to constantly stop and start the video is annoying at best. Please consider a more leisurely pace, while including plenty of explanations for why an action is being taken. Simply reciting each key press doesn't convey much information.
@hassantech9786
@hassantech9786 5 лет назад
use maya 2018 for gear just one click
@missclumsy3597
@missclumsy3597 4 года назад
you will buy it for me? Blender is free!
Далее
Animate a Character in 15 Minutes in Blender
15:13
Просмотров 3,1 млн
Blender 2.8 Modeling a technical piece
21:40
Просмотров 390 тыс.
The RIGHT way to cut holes in surfaces in Blender
10:52
Planetary Gearbox Animation
1:42
Просмотров 16 тыс.