Skip to content

Primitives

Naser Merati (Nevil) edited this page Mar 30, 2022 · 13 revisions

Blender Primitive Objects

  • Create While drawing
  • Change parameters any time
  • Navigate while draw
  • Animate-able via parameters
  • Create via python bpy.ops.object.create(type='BOX')
  • Draw on Floor, Surface and View
  • Snap (Not ready yet)

Mesh objects

  • Plane

Plane

  • Box

Box

  • Cone

Cone

  • Sphere

Sphere

  • Icosphere

Icosphere

  • Capsule

Capsule

  • OilTank

OilTank

  • Cylinder

Cylinder

  • Tube

Tube

  • Torus

Torus

  • Pyramid

Pyramid

  • Oil tank

OilTank

  • Teapot

Teapot

  • Monkey

Monkey

Curve objects

  • Line
    • Draw curve on click points.
    • Click creates Vector(Free) knot
    • Click and Drag creates Bezier knot
    • Right Click Finish Drawing
    • BackSpace Delete last knot
    • Click on start Bezier point asks for close the line
    • Hold Shift key while drawing makes straight line auto aligned to view axis

Line

  • Rectangle

Rectangle

  • Circle

Circle

  • Ellipse

Elipse

  • Arc

Arc

  • Donut

Donut

  • NGon

NGon

  • Star

Star

  • Helix

Helix

  • Profilo

Profilo

Clone this wiki locally