summaryrefslogtreecommitdiff
path: root/media-gfx/blender/metadata.xml
blob: 16d447e56348c9f8d823512a8c84853568c970ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person" proxied="yes">
		<email>agrigo2001@yahoo.com.au</email>
		<name>Adrian Grigo</name>
	</maintainer>
	<maintainer type="project" proxied="proxy">
		<email>proxy-maint@gentoo.org</email>
		<name>Proxy Maintainers</name>
	</maintainer>
	<longdescription>
		Blender, the open source software for 3D modeling, animation,
		rendering, post-production, interactive creation and playback.
	</longdescription>
	<use>
		<flag name="alembic">
			Add support for Alembic through
			<pkg>media-gfx/alembic</pkg>.
		</flag>
		<flag name="bullet">
			Enable Bullet (Physics Engine).
		</flag>
		<flag name="collada">
			Add support for Collada interchange format through
			<pkg>media-libs/opencollada</pkg>.
		</flag>
		<flag name="color-management">Enable color management via <pkg>media-libs/opencolorio</pkg>.</flag>
		<flag name="cuda">
			Build cycles renderer with nVidia CUDA support.
		</flag>
		<flag name="cycles">
			Build cycles renderer (requires <pkg>media-libs/openimageio</pkg> and
			<pkg>dev-libs/boost</pkg>).
		</flag>
		<flag name="dds">
			Adds DDS textures support to Blender.
		</flag>
		<flag name="embree">
			Use embree to accelerate certain areas of the Cycles render engine.
		</flag>
		<flag name="fluid">
			Adds fluid simulation support via the built-in Mantaflow library.
		</flag>
		<flag name="headless">
			Build without graphical support (renderfarm, server mode only).
		</flag>
		<flag name="ndof">
			Enable NDOF input devices (SpaceNavigator and friends).
		</flag>
		<flag name="oidn">Enable OpenImageDenoiser Support</flag>
		<flag name="opencl">
			Allow OpenCL Graphics Acceleration. This may
			require extra graphics card drivers.</flag>
		<flag name="openimageio">Enable OpenImageIO Support</flag>
		<flag name="opensubdiv">
			Add rendering support form OpenSubdiv from Dreamworks Animation
			through <pkg>media-libs/opensubdiv</pkg>.
		</flag>
		<flag name="openvdb">
			Add GPU preview rendering. Only works with nVidia cards.
		</flag>
		<flag name="osl">
			Add support for OpenShadingLanguage scripting.
		</flag>
		<flag name="potrace">
			Add support for converting bitmaps into Grease pencil line using the potrace library.
		</flag>
		<flag name="pugixml">
			Enable PugiXML support (Used for OpenImageIO, Grease Pencil SVG export)
		</flag>
		<flag name="standalone">
			Build the standalone version of Cycles.
		</flag>
		<flag name="system-numpy">
			Use the system numpy implementation rather than a local copy.
		</flag>
		<flag name="system-python">
			Use the system python implementation rather than a local copy.
		</flag>
		<flag name="tbb">
			Use threading building blocks library from <pkg>dev-cpp/tbb</pkg>.
		</flag>
		<flag name="valgrind">
			Add support for memory debugging using
			<pkg>dev-util/valgrind</pkg>
		</flag>
	</use>
</pkgmetadata>