Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
micschwarz committed Jan 9, 2018
1 parent 9e63b02 commit 366cf77
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# easyText

[![Maintainability](https://api.codeclimate.com/v1/badges/9aa888b165f41c9f6d94/maintainability)](https://codeclimate.com/github/micschwarz/easyText/maintainability)

A Blender Plugin for easy text creation

## Getting Started

Clone Project

```
git clone
```

### Prerequisites

* [Blender](https://www.blender.org/) (v2.77+)
* [Python](https://www.python.org/) (v3.5+, only for developement)



### Installing in Blender

1. Go into settings ``File > User Preferences``
2. Choose ``Add-ons`` Tab
3. Click ``Install Add-on from File``
4. Restart Blender

### Development with live test

1. Open Blender Config folder <br/>
(On Windows it's `USER_DIR\AppData\Roaming\Blender Foundation\Blender\BLENDER_VERSION\`)
2. Open Script Location `\scripts\addons\easyText_0_6` in your IDE
3. After chance hit `F8` in Blender to reload all plugins

Tip: For console drag the 3D Viewport Border from the top a little down

## Versioning

I'm using [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).

0 comments on commit 366cf77

Please sign in to comment.