Include Addon READMEs in Pipeline Docs #49

Merged
Nick Alberelli merged 18 commits from docs/addon-readmes into main 2023-05-17 17:52:31 +02:00
Showing only changes of commit 9897b0ddf2 - Show all commits

View File

@ -1,2 +1,18 @@
# Blender SVN
blender-svn is a Blender add-on to interact with Subversion from within Blender.
[Blender-SVN Demo Video](https://studio.blender.org/films/charge/gallery/?asset=5999)
## Table of Contents
- [Installation](#installation)
- [Features](#features)
## Installation
You can install the add-on by cloning the Blender Studio Tools repository using git, and then copying the blender-svn/blender_svn folder (the deeper one) into your "addons" folder (location depending on your OS).
## Features
- UI appears when the currently opened .blend file is in an SVN repository.
- You can enter your SVN username and password to this repository, which will be stored until you disable the add-on.
- Display a list of all files in the repository that are outdated, modified, newly added, replaced, conflicted, etc, with the relevant available operations next to them.
- Saves the SVN log into a text file in the background, and displays it in the UI. This was important to us because normally, accessing the svn log has been very slow for us.
Download updates, commit changes, resolve conflicts, all from within Blender.
- If you're working in an outdated file, Blender will show you a very ugly and very aggressive warning.