Tutorial: How to Instantly Model Straight, Helical and Herringbone Involute Gears in Blender

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024

Комментарии • 26

  • @yuperness8347
    @yuperness8347 4 года назад +1

    Confusing to say the least, but a really cool concept, for anyone who needs help, you can press Shift - F11 to open the text editor, press new, paste the python script, then run it. You also have to have gear width in the calculator

  • @el7ezam
    @el7ezam 7 лет назад +2

    Man your tutorials are truly very special and excellent .
    Though I started getting along hardly with the robot sound :D
    Thanks

  • @VortexMotiveVision
    @VortexMotiveVision 3 года назад

    Massively helpful video! Thank you so much!

  • @aliensoup2420
    @aliensoup2420 5 лет назад +4

    Blender 2.8 users: To use the auto-generated python script that creates the gear profile, you need to change 4 lines in the script. These lines of code are deprecated in 2.8 and only work in 2.7 or less.
    # Link object to scene and make active
    # these lines are valid for 2.79 not for 2.8
    scn = bpy.context.scene
    scn.objects.link(ob)
    scn.objects.active = ob
    ob.select = True
    # revised commands for 2.8
    view_layer = bpy.context.view_layer
    view_layer.active_layer_collection.collection.objects.link(ob)
    view_layer.objects.active = ob
    ob.select_set(state = True)

    • @rogermachin1046
      @rogermachin1046 4 года назад

      doesn't work "import bpy from math import *
      File "", line 1
      import bpy from math import *"
      SyntaxError: invalid syntax

    • @aliensoup2420
      @aliensoup2420 4 года назад

      @@rogermachin1046 You need to separate the import statements.
      import bpy
      from math import *

  • @sudoscience2342
    @sudoscience2342 7 лет назад +5

    Did you consider making it a full flagged blender plugin at some point ?

  • @dmitryborisov5094
    @dmitryborisov5094 6 лет назад

    Thank you for the video. I created my gears with your tutorial :) Now I have next problem how to make gears rotate as I want? Not only in one direction and one speed.

  • @juanantoniofernandezalonso6468
    @juanantoniofernandezalonso6468 7 лет назад

    wonderful! thx

  • @jirehstitt5147
    @jirehstitt5147 6 лет назад

    Thanks!

  • @overlycranked8674
    @overlycranked8674 6 лет назад +2

    This should be ported in Blender as permanent Plug-in!

  • @Falc0ln
    @Falc0ln 6 лет назад

    How to select pure flat top? with ALT + RMB it selects also walls..

  • @valerehofstetter7365
    @valerehofstetter7365 5 лет назад

    I have tried a 10 to 100 teeth ratio and I had to go over 1 in profile shift to get rid of the red warning but the result was disappointing as the line of the profile crossed one another... I run the script without profile shift and fixed the problem manually but then the simulation worked only for a teeth and got blocked, and a applied sub surface modifier did not fixed the problem. Otherwise it's great!

  • @rafamarinho87
    @rafamarinho87 6 лет назад

    Tanks for the video. Can you please explain me what does it mean the profile shift? I have made a program to create involute gears at other CAD software, I was struggling with the torsion angle, I think here I might have the solution, but I never heard this expression of profile shift before.

    • @OTVinta3d
      @OTVinta3d  6 лет назад

      khkgears.net/gear-knowledge/abcs-gears-b/gear-profile-shift/

  • @rusticagenerica
    @rusticagenerica 2 года назад

    How can we buy your gear design software?

  • @yeinierferras2721
    @yeinierferras2721 7 лет назад

    Thanks. ;)

  • @salientcastle
    @salientcastle 6 лет назад

    Need help I get to the point we need to select top vertices but all it selects is one individual Point not the whole top surface how do I change it in the software

    • @OTVinta3d
      @OTVinta3d  6 лет назад

      Press and hold ALT and right-click on the vertex or between any two vertices.

  • @stragulus
    @stragulus 6 лет назад +5

    Whow.. this is only suitable for those who are only intimately familiar with blender. Jumping through shortcuts without any explanations whatsoever is extremely difficult to follow!

    • @danthemango
      @danthemango 3 года назад +1

      he has another video that goes through it step-by-step

  • @dmitryborisov5094
    @dmitryborisov5094 6 лет назад

    I can do nothing in Phisics for Arrows. How you do this?

    • @dmitryborisov5094
      @dmitryborisov5094 6 лет назад

      I guess this is something wrong with Blender because sometimes I see this options on right sometimes I don't see.

  • @Ryan-lx4pv
    @Ryan-lx4pv 6 лет назад

    This should be permanent plugin for blender

  • @PaulSmithVPS
    @PaulSmithVPS 3 года назад

    Thumb down for robo voice.

  • @DukeOfMarshall
    @DukeOfMarshall 6 лет назад

    Good information, horrid voice.