dependencies

master
Jeff Doyle 2016-01-09 01:37:23 -04:00
rodzic 05d867961c
commit 37f9459963
1 zmienionych plików z 3 dodań i 0 usunięć

@ -2,12 +2,15 @@ Using Blendercam from github is a great way to try out the newest features and f
The easiest way to install is not to install but tell Blender where to find the add-on. This way you don't have to worry about copying/moving files around. You can keep Blendercam source files separate from Blender if using source control ie git for developement and still easily test your changes in Blender. The easiest way to install is not to install but tell Blender where to find the add-on. This way you don't have to worry about copying/moving files around. You can keep Blendercam source files separate from Blender if using source control ie git for developement and still easily test your changes in Blender.
* [Dependencies](#dependencies)
* [Get Blendercam source code](#get-blendercam-source-code) * [Get Blendercam source code](#get-blendercam-source-code)
* [Setup Blender scripts alternate path](#setup-blender-scripts-alternate-file-path) * [Setup Blender scripts alternate path](#setup-blender-scripts-alternate-file-path)
* [Enable Blendercam add-on](#enable-blendercam-add-on) * [Enable Blendercam add-on](#enable-blendercam-add-on)
* [Enter CAM mode](#enter-cam-mode) * [Enter CAM mode](#enter-cam-mode)
* [Updating Blendercam](#updating-blendercam) * [Updating Blendercam](#updating-blendercam)
## Dependencies
* Blendercam requires Shapely to be installed to the site packages of Blender Python.
## Get Blendercam source code ## Get Blendercam source code
* The first step is to get the source code from the github repository. * The first step is to get the source code from the github repository.