All Projects → ldo → blendgit

ldo / blendgit

Licence: other
manage versions of Blender documents using Git

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to blendgit

Test Repo
This is a test repo, please fork me !!! \(^_^)/
Stars: ✭ 217 (+133.33%)
Mutual labels:  version-control
VF-BlenderAutoSaveRender
Automatically saves a numbered or dated image after every render and can extend the Blender output path with dynamic variables
Stars: ✭ 34 (-63.44%)
Mutual labels:  blender-addon
christian-git
A wrapper for Git to sanctify your version control workflow. ✝️
Stars: ✭ 84 (-9.68%)
Mutual labels:  version-control
Tutorials
🗒 codebar's tutorials
Stars: ✭ 231 (+148.39%)
Mutual labels:  version-control
speckle-blender
speckle.systems/tag/blender/
Stars: ✭ 38 (-59.14%)
Mutual labels:  blender-addon
clearml-server-helm
ClearML Server for Kubernetes Clusters Using Helm
Stars: ✭ 18 (-80.65%)
Mutual labels:  version-control
Libgit2sharp
Git + .NET/Mono = ❤
Stars: ✭ 2,469 (+2554.84%)
Mutual labels:  version-control
10-days-of-git-and-github
asabeneh.github.io/10-days-of-git-and-github/
Stars: ✭ 786 (+745.16%)
Mutual labels:  version-control
pribambase
Paint pixelart textures in real time in Blender with Aseprite.
Stars: ✭ 129 (+38.71%)
Mutual labels:  blender-addon
Bash-Git
D-Lab's 3 hour introduction to basic Bash commands and using version control with Git and Github.
Stars: ✭ 126 (+35.48%)
Mutual labels:  version-control
import 3dm
Blender importer script for Rhinoceros 3D files
Stars: ✭ 225 (+141.94%)
Mutual labels:  blender-addon
blender-retarget
Applies animation from one armature to another
Stars: ✭ 137 (+47.31%)
Mutual labels:  blender-addon
Blender-Add-on-Manager
Blender Add-on Manager to install/uninstall/update from GitHub
Stars: ✭ 130 (+39.78%)
Mutual labels:  blender-addon
Git Novice
Version Control with Git
Stars: ✭ 227 (+144.09%)
Mutual labels:  version-control
RenderNode
node based render workflow for blender
Stars: ✭ 76 (-18.28%)
Mutual labels:  blender-addon
Versionpress
Git-based version control for WordPress. Whoa!
Stars: ✭ 2,479 (+2565.59%)
Mutual labels:  version-control
togepi
A version control system built using Python and DropBox API
Stars: ✭ 23 (-75.27%)
Mutual labels:  version-control
gg
Git with less typing
Stars: ✭ 55 (-40.86%)
Mutual labels:  version-control
QuitStore
🖧 Quads in Git - Distributed Version Control for RDF Knowledge Bases
Stars: ✭ 87 (-6.45%)
Mutual labels:  version-control
git-rdm
A research data management plugin for the Git version control system.
Stars: ✭ 34 (-63.44%)
Mutual labels:  version-control
Blendgit is an addon for Blender 2.8x <https://www.blender.org/> that
lets you keep track of multiple versions of a .blend file using the
Git <https://git-scm.com/> version-control system. Blender itself lets
you keep older versions of a file each time you save, up to a maximum
of 32; using version control extends this to unlimited versions, and
also lets you attach a comment to each one to remind yourself why it
was saved.

Once you have installed the addon and enabled it for the current
document, you will see an extra submenu at the bottom of your “File”
menu, entitled “Version Control”: this contains two items, “Load
Version...” and “Save Version...”. Selecting “Save Version...” will
display a popup letting you enter a comment to be associated with this
version; clicking “OK” will save the current document, along with any
external files it depends on (fonts, images, libraries, sounds,
scripts) into the repository and attach the comment. If your document
is called “foo.blend”, then the repository directory will be called
“foo.blend.git”. Note that the document has to have been saved at
least once (i.e. it cannot be untitled) before the repository can be
created, because it takes its name from the .blend file.

Having saved a version of the document, you can reload that version at
any subsequent time by selecting “Load Version...”: this will display
a list of the comments associated with all the versions you previously
saved, from which you can select one and click “OK” to reload that
version. This will WIPE OUT THE COPY OF THE DOCUMENT YOU WERE WORKING
ON (both in-memory and on-disk) ALONG WITH ITS DEPENDENCIES, so you
may want to make sure that was also saved in the repository before
loading the older version.

Blender doesn’t seem to allow for attaching “Cancel” buttons to popup
dialogs; however, you can dismiss the load and save dialogs without
performing any action by pressing the Escape key.

Lawrence D'Oliveiro <[email protected]>
2021 May 6
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].