Manage versions of Blender documents using Git
You will need Git as well as Git-LFS for your platform for this to work
You can get Blendgit one of two ways:
A) Cloning into your Blender addons folder
B) Downloading a Zip archive from latest master
or a release
You may use your git client of choice to clone this repository into the addons folder. This is located in one of the following locations:
- Windows:
%USERPROFILE%\AppData\Roaming\Blender Foundation\Blender\VERSION\scripts\addons
- Linux:
$HOME/.config/blender/VERSION/scripts/addons
- MacOS:
/Users/$USER/Library/Application Support/Blender/VERSION/scripts/addons
Note: You will need to replace VERSION
with your current Blender installation's version.
Either download from the latest master
through the Code
button, or select a release and download the Zip archive there, as shown below.
Select Edit->Preferences
Select Add-ons->Install
and choose the zip you downloaded. Then enable the plugin by ticking the checkbox next to Blendgit
as shown below:
With that out of the way, you can now start using Blendgit!
- A - File status list
- B - Add single file
- C - Stage all files in list
- D - Reset staged files
- E - Create stash
- F - Pop stash
- G - Commit message
- H - Save commit
- A - Commit log
- B - Load a commit from the list
- C - Switch back to main branch (supports
master
andmain
) - D - Current branch/commit
- E - Create stash (only visible when there are pending files)
- F - Save commit (only visible when there are pending files)