Skip to content

How to Design a Tooth Library

patmo141 edited this page Jan 22, 2017 · 5 revisions

Base Mesh

Normals

Vertex Groups

Multires

Sculpting

Snapping to Scans

Mirroring To Save Time

##Convenience Scrips

Renaming

Sometimes while working on a library, artists/users will rename teeth to help them keep track of different version or adjustemnts they have made. When it's time to make the final library, all the teeth should have a name representing their tooth number in the International System.

'''import bpy C = bpy.context for ob in C.selected_objects: if len(ob.name) > 2: ob.name = ob.name[0:2]'''

Getting Started

Basics

  • Crowns and Single Units
  • Implants
  • Splints
  • Aligning Models
  • Segmenting/Cutting Models

Basic Demo Cases

  • Single Unit Crown
  • 3 Unit Bridge
  • Single Implant Guide

Intermediate

Advanced

Orthodontics

Index of Operator Instructions

Clone this wiki locally