Get the latest Blender, older versions, or experimental builds.
Stay up-to-date with the new features in the latest Blender releases.
Access production assets and knowledge from the open movies.
Documentation on the usage and features in Blender.
Latest development updates, by Blender developers.
Guidelines, release notes and development docs.
A platform to collect and share results of the Blender Benchmark.
The yearly event that brings the community together.
Support core development with a monthly contribution.
Perform a single donation with more payment options available.
Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright 2006 Blender Foundation. All rights reserved.
# add_subdirectory(atomic) # header only
add_subdirectory(atomic)
add_subdirectory(clog)
add_subdirectory(ghost)
add_subdirectory(guardedalloc)
add_subdirectory(libmv)
add_subdirectory(memutil)
add_subdirectory(opencolorio)
add_subdirectory(opensubdiv)
add_subdirectory(mikktspace)
add_subdirectory(eigen)
add_subdirectory(sky)
if(WITH_AUDASPACE)
add_subdirectory(audaspace)
endif()
if(WITH_MOD_REMESH)
add_subdirectory(dualcon)
if(WITH_IK_SOLVER)
add_subdirectory(iksolver)
if(WITH_IK_ITASC)
add_subdirectory(itasc)
if(WITH_CYCLES)
add_subdirectory(cycles)
if(WITH_INTERNATIONAL)
add_subdirectory(locale)
if(WITH_BULLET)
add_subdirectory(rigidbody)
# only windows needs utf16 converter
if(WIN32)
add_subdirectory(utfconv)
if(WITH_MOD_FLUID)
add_subdirectory(mantaflow)
if(WITH_OPENVDB)
add_subdirectory(openvdb)
if(WITH_QUADRIFLOW)
add_subdirectory(quadriflow)
if(WITH_CODEC_FFMPEG)
add_subdirectory(ffmpeg)
if(UNIX AND NOT APPLE)
add_subdirectory(libc_compat)
# Important this comes after "ghost" as it uses includes defined by GHOST's CMake.
if(WITH_GHOST_WAYLAND AND WITH_GHOST_WAYLAND_DYNLOAD)
add_subdirectory(wayland_dynload)