The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

blender

Slugsy
July 21, 2023

can sourcetree be used on blender and if so how do you set it up

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Martin Runge
Community Champion
August 9, 2026

Hi @Slugsy

.blend files are binary, so Git cannot merge them, and they can grow large over time. If your files get big, I would look at Git LFS to keep the repo healthy.

What you can do is put your Blender project folder under Git and use Sourcetree to track and manage the changes. That works well for keeping a history of your .blend files and any exported assets.

To set it up, I would:

  • Install Sourcetree, and if it asks to install Git, kindly accept so everything works smoothly.
  • In Sourcetree, click New > Create Local Repository and point it at your Blender project folder
  • Add a .gitignore so cache and temp files stay out
  • Stage your .blend files, write a message, then commit

 

DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events