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

Поділитися
Вставка
  • Опубліковано 3 лис 2024

КОМЕНТАРІ • 27

  • @pZq_
    @pZq_ 24 дні тому

    Thank you so much for that wonderful tools!

  • @el7ezam
    @el7ezam 7 років тому +3

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

  • @sudoscience2342
    @sudoscience2342 7 років тому +5

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

  • @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

  • @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 *

  • @VortexMotiveVision
    @VortexMotiveVision 3 роки тому

    Massively helpful video! Thank you so much!

  • @rafamarinho87
    @rafamarinho87 7 років тому

    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  7 років тому

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

  • @overlycranked8674
    @overlycranked8674 7 років тому +2

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

  • @rusticagenerica
    @rusticagenerica 2 роки тому

    How can we buy your gear design software?

  • @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.

  • @valerehofstetter7365
    @valerehofstetter7365 6 років тому

    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!

  • @jirehstitt5147
    @jirehstitt5147 6 років тому

    Thanks!

  • @juanantoniofernandezalonso6468
    @juanantoniofernandezalonso6468 7 років тому

    wonderful! thx

  • @Falc0ln
    @Falc0ln 6 років тому

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

  • @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.

  • @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.

  • @yeinierferras2721
    @yeinierferras2721 7 років тому

    Thanks. ;)

  • @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

  • @Ryan-lx4pv
    @Ryan-lx4pv 7 років тому

    This should be permanent plugin for blender

  • @DukeOfMarshall
    @DukeOfMarshall 7 років тому

    Good information, horrid voice.

  • @PaulSmithVPS
    @PaulSmithVPS 4 роки тому

    Thumb down for robo voice.