

Total fixed bugs: 789 (416 from tracker, 373 reported/found by other ways). Changes from revision beea9421bd to 8ef39d5c88, inclusive ( blender-v2.79-release branch). Changes from revision 5e9132b3b7 to 7b397cdfc8, inclusive ( blender-v2.79-release branch).

Git submodule foreach git pull -rebase origin masterĬan I use same Git actions for 2.79 branch local repository or I need to change some part?īefore I simply use same actions for 2.8 branch (it was branch), and it worked,īut I hope to know, it is correct way to build branch too.Changes from revision 27c64e3f46 to f934f54b84, inclusive ( master branch). Git submodule foreach git checkout master Git clone -b blender2.7 git:///blender.git I made new git derectory for 2.79 separately from 2.8(master) then change directory.Ģ clone 2.7 branch sorce files (or any branch name what I need).So just hope to know correct manner, to get source and build branch versions. (I have build 2 versions, untill developer change 2.8 as new master, and 2.7 as branch) I already download pre-compiled libraries of svn, for 2.7 directory,

I tried to follow blender wiki building blender, and it work to build blender 2.8 (current master), So I believe just change something to build 2.79 (current branch) I hope to know correct manner to get “blender2.7 branch” source and build,Ĭan someone help me please (I am windows 10 user)? If anything is unclear, ask here or in IRC. Rebase master” to rebase it, and there should be no conflicts. If you have a feature branch that was based on blender2.8, you do “git If you had any changes in theīlender2.8 branch, you can cherry-pick them into master. Make update # update addons to the right versionįor developers, changes should be simple. Git branch -D blender2.8 # delete so we don’t accidentally use it Previously building 2.8, you can do this: Do not use the “blender2.8” branch anymore. Buildbot continues to build both.įor those building Blender themselves, you can check out the differentīranch name. We keep supporting blender2.7 to more or less the same (minimum) level asīefore, to ensure there is a production-ready Blender version being The git branches for the Blender and addons repositories have been renamed:
