

if you are into games, you may be familiar with the Steam platform - you can get Blender there as well. You can have many different versions of Blender on your computer like this, they won’t interfere with each other.


You can then navigate to the unzipped folder and click on the “Blender.exe” executable file, which will start Blender. The installation procedure of an experimental version of Blender is different: you download a ZIP-file, which you then have to unzip. Keep in mind that this version of Blender may crash, so don’t use it for important work. This is where you can get a taste of new and exiting features. However, Blender is constantly in development and you can get a new version pretty much daily - over here. That’s the official Blender Foundation page. The most common way is to install the current stable release, which you can find here. I hope it’s clear, if not please let me know. In this article, I take you from installing Blender, having a look at the basic functions of the interface all the way through modeling a chair and applying textures to it. Please feel free to email me or leave a comment below if you have any questions.Any new software can be daunting to get into, especially something with so much functionality as Blender.

Re-compiling new version cd ~ /blender-git/blenderĬode language: JavaScript ( javascript ) make update & make This should take some time the processing speed depends on your hardware specification.Įxiting blender and going to the parent directory cd. Install all the required dependencies to compile Blender./build_files/build_environment/install_deps.shĭependencies are installed you can compile it make Git submodule foreach git checkout masterĬode language: PHP ( php ) git submodule foreach git pull -rebase origin master git clone https: ///blender.git # current repo Code language: PHP ( php ) git clone https: ///blender.git -b blender2.8 # repo when 2.8 was beta Code language: PHP ( php ) cd blender Update: This article was written when Blender 2.8 was under development and the repository structure has changed below is the updated information. Set blender-git as the current directory cd ~/blender-gitĬloning blender2.8 branch to the set directory from Sudo yum -y groupinstall "Development Tools" Code language: JavaScript ( javascript ) mkdir ~/blender-git Sudo dnf -y groupinstall "Development Tools" Code language: JavaScript ( javascript ) CentOS sudo yum install git Get Git and Development Tools Debian/Ubuntu sudo apt- get install git build-essentialĬode language: JavaScript ( javascript ) Fedora sudo dnf install git First, create a directory, where we will store the cloned source code and compile it.
