Blender source code compilation

Source: Internet
Author: User

Blender source code path (SVN): https://svn.blender.org/svnroot/bf-blender/trunk/blender/

Dependent on external lib (SVN): https://svn.blender.org/svnroot/bf-blender/trunk/lib/

Note: SVN only hosts code of version 2.69. The latest blender code is hosted by git. If you want to obtain the latest blender code, pull it from git.

Blender (GIT): https://developer.blender.org/diffusion/ B /repository/master/

Dependent on external lib (GIT): https://developer.blender.org/diffusion/BL/

Note: You can also download the code package of each version from here: http://download.blender.org/source/

After downloading, the directory structure is as follows:

├ ── Blender
├ ── Lib
│ ─ ── Windows

Because the compiler is a 32-bit vs2008, only Windows folders are downloaded from the external lib library above (for compilers of other platforms or versions, download the check mark)

├ ── Lib
│ ─ ── Android
│ ─-Darwin-6.1-powerpc
│ ─-Darwin-8.0.0-powerpc
│ ─-Darwin-8.x.i386
│ ─-Darwin-9.x.universal
│ ── Mingw32
│ ── Mingw64
│ ─ ── Python
│ ├ ── Tests
│ ─ ── Win64
│ ─ ── Win64_vc12
│ ─ ── Windows
│ ─ ── Windows_vc12

Note: Some Projects of the Code useShared_ptrPointer. The vs2008 version must be SP1 (Version: 9.0.30729.1 SP). Download the Chinese version from here.

The cmake version I use is 2.8.12.1.

ConfigureThen clickGenerateGenerate the vs2008 project to the bin2 directory

Download the binary version of Blender

All previous versions: http://ftp.nluug.nl/pub/graphics/blender/release/

Latest: https://builder.blender.org/download/

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.