-
Notifications
You must be signed in to change notification settings - Fork 44
How to Design a Tooth Library
patmo141 edited this page Jan 22, 2017
·
5 revisions
##Convenience Scrips
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]'''
- Single Unit Crown
- 3 Unit Bridge
- Single Implant Guide
- Arch Planning
- Die and Model Repair
- Cutbacks
- Implant Temporary