summaryrefslogtreecommitdiff
blob: 3cb3c7044f8351b44cf489a613189974a0495f19 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>

	<herd>graphics</herd>

	<maintainer>
		<email>lu_zero@gentoo.org</email>
		<name>Luca Barbato</name>
	</maintainer>

	<maintainer>
		<email>anthoine.bourgeois@gmail.com</email>
		<name>Anthoine Bourgeois</name>
		<description>aluco's overlay maintainer</description>
	</maintainer>

	<longdescription>
		Blender, the open source software for 3D modeling, animation,
		rendering, post-production, interactive creation and playback.
		Available for Windows, Linux, Irix, Sun Solaris, FreeBSD or Mac OS X.
	</longdescription>
	<use>
		<flag name="3dmouse">
			Support 3D mouse (<pkg>media-libs/libspnav</pkg>).
		</flag>
		<flag name="game-engine">
			Adds Game Engine support to Blender (>=2.5* ebuilds).
		</flag>
		<flag name="contrib">
			Install contrib scripts.
		</flag>
		<flag name="openexr">
			Support for the OpenEXR graphics file format.
		</flag>
		<flag name="collada">
			Add support for Collada interchange format.
		</flag>
		<flag name="cycles">
			Enables Cycles render engine.
		</flag>
		<flag name="dds">
			Adds DDS textures support to Blender.
		</flag>
		<flag name="player">
			Build the Blender Player.
		</flag>
		<flag name="elbeem">
			Adds surface fluid simulation to Blender using El'Beem library.
		</flag>
		<flag name="apidoc">
			Build GameEngine/Python/C API documentation directly from the source
			code using tools epydoc (dev-python/epydoc) and doxygen
			(app-doc/doxygen).
		</flag>
		<flag name="tweak-mode">
			This flag allows you to model without confirming each translation,
			in particular it lets you grab with left mouse button (LMB) and not
			having to confirm by another click. Blender 'Tweak Mode' is similar
			to the 'Tweak Mode' of the Wings modeller (<pkg>media-gfx/wings</pkg>).
		</flag>
		<flag name="redcode">
			This flag add support for RED CODE camera digital format (5K HD
			images *.r3d) - EXPERIMENTAL.
		</flag>
	</use>
</pkgmetadata>