Skip to content

Install Intermediate

patmo141 edited this page Sep 17, 2017 · 4 revisions

##Installation for Easy Frequent Updating or Developing##

This may seem like a lot for the regular user, but if you want an easy way to quickly update the addon, setting it up this way will save you a lot of time. It makes installing the latest version of the addon as simple as a button click and restarting blender. Furthermore, if you don't like the update, it makes reverting back to previous versions of the addon just as easy! Here is how you do it.

1.Install Blender

2.Set up a "scripts" folder somewhere on your computer. It should contain two sub-folders: "addons" and "modules"

3.Tell Blender where that scripts folder is.

4.Install GIT. I prefer a simple GUI (graphical user interface) like GitExtensions.

5.Clone the project into the addons folder you set up in step 2.

Using the GUI:

Or Using Command Line:

cd C:/scripts/addons
git clone https://github.com/patmo141/odc_public odc_public

  1. Enable the addon and it's dependencies in user preferences.

  2. Whenever you want to update the addon, simply run "git pull" from the command line, or using your Git GUI.

  3. To revert back to a particular version. Simply "checkout" that version with GIT and then restart Blender.

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