Keep track of revisions of blend files in git from blender.
This addon is forked version of scorpion81/Blender-Destructability-Editor/blendgit
- Download "blendgit-vX.X.X.zip" from latest release or Gumroad
- Launch Blender and open Preferences
- In Add-ons section, click "Install..." button and select zip file
Simple command operations from UI.
Access quickly from any workspaces.
Use commands directly and interactively.
Register commands as shortcuts and excute it quickly.
Register log commands and switch list visual by purpose.
Set thumbnail of commit to check progress with image.
Since .blend file is binary, conflicts are inevitable.
Therefore I impremented some salvaging-data funcitons.
Using $git archive ...
, get zip of tracked files from old commit.
Pick librarary data from old .blend file tracked at old commit.
Using $git checkout ...
, get tracked files from old commit.