12c08ceee3
Audaspace: add support for CoreAudio on macOS
...
This adds CoreAudio as audio backend on macOS.
CoreAudio is the standard audio API on macOS.
Ref T86590
2021-03-16 23:21:45 +01:00
bc57985306
Audaspace: add support for WASAPI on Windows
...
This adds WASAPI as audio backend on Windows.
WASAPI is the modern standard audio API on
Windows introduced with Windows Vista.
Ref T86590
2021-03-16 23:21:45 +01:00
d33339ebf4
Audaspace: add support for PulseAudio on Linux
...
This adds PulseAudio as audio backend on Linux.
PulseAudio is the main audio engine used on most,
if not all, Linux distributions today.
Ref T86590
2021-03-16 23:21:45 +01:00
bbe7c278d2
CMake: enable FFTW for headless & bpy configurations
...
This caused the ocean modifier to be disabled.
2020-01-05 16:16:03 +11:00
6b433f4eb3
Merge branch 'master' into blender2.8
2018-09-19 18:20:50 +02:00
a4f2ebc78d
Spelling fixes in comments and descriptions, patch by luzpaz.
...
Differential Revision: https://developer.blender.org/D3700
2018-09-19 18:18:05 +02:00
a52152c59f
Merge branch 'master' into blender2.8
2018-06-10 08:21:50 +02:00
ae01df5779
Cleanup: trailing space in CMake files
2018-06-10 08:19:03 +02:00
Dalai Felinto
159806140f
Removing Blender Game Engine from Blender 2.8
...
Folders removed entirely:
* //extern/recastnavigation
* //intern/decklink
* //intern/moto
* //source/blender/editors/space_logic
* //source/blenderplayer
* //source/gameengine
This includes DNA data and any reference to the BGE code in Blender itself.
We are bumping the subversion.
Pending tasks:
* Tile/clamp code in image editor draw code.
* Viewport drawing code (so much of this will go away because of BI removal
that we can wait until then to remove this.
2018-04-17 17:51:28 +02:00
43af754e4f
cmake config files BOOL type was ignored by cmake.
2013-01-30 07:33:26 +00:00
07ad83a439
* Removing libsamplerate from build systems
...
* Enabling OpenAL for scons win64-vc in default config; Nathan or Sergey: please update the build bot to build with OpenAL!
2011-10-02 17:09:39 +00:00
93f135cfda
added cmake configureation presets, so on *nix systems you can do...
...
# minal blender with debug info
make debug lite
# blender with no ui
make headless
# blender as a python module
make bpy
2011-08-16 09:36:15 +00:00