-
Notifications
You must be signed in to change notification settings - Fork 6
/
Blender.xml
28 lines (26 loc) · 3.05 KB
/
Blender.xml
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
<?xml version="1.0" ?>
<interface uri="http://0install.de/feeds/Blender.xml" xmlns="http://zero-install.sourceforge.net/2004/injector/interface" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://zero-install.sourceforge.net/2004/injector/interface http://0install.de/schema/injector/interface/interface.xsd http://0install.de/schema/desktop-integration/capabilities http://0install.de/schema/desktop-integration/capabilities/capabilities.xsd">
<name>Blender</name>
<summary xml:lang="de">vielfältige 3D Animationserstellungs-Suite</summary>
<summary xml:lang="en">versatile 3D animation creation suite</summary>
<description xml:lang="de">Blender ist eine voll integrierte 3D Animations-Suite für den Einsatz bei Animation, Standbildern, wissenschaftliche und ingenieurstechnische Visualisierung und Erstellung von Spieleinhalten. Sie enthält Tools zum Modellieren, Texturieren, UV mappen, Rigging und Constraints, Weight Painting, Partikelsysteme, Simulationen (Flüssigkeiten, Physik und Dynamik weicher Körper sowie einen externen crowd (Menschenmengen) Simulator), Rendering, Node-basiertes Zusammenstellen und nicht-lineare Videobearbeitung, sowie eine integrierte Spielengine für Echtzeit interaktives 3D und Spielerstellung und -wiedergabe mit Plattform-übergreifender Kompatibilität.</description>
<description xml:lang="en">Blender is a fully integrated 3D animation suite for use in animation, still graphics, scientific and engineering visualization, and game content creation. It includes tools for modeling, texturing (node based materials or UV mapped), uv mapping, rigging and constraints, weight painting, particle systems, simulation (fluids, physics, and soft body dynamics and an external crowd simulator), rendering, node based compositing, and non linear video editing, as well as an integrated game engine for real-time interactive 3D, and game creation and playback with cross-platform compatibility.</description>
<homepage>http://www.blender.org/</homepage>
<icon href="https://apps.0install.net/gui/blender.png" type="image/png"/>
<icon href="https://apps.0install.net/gui/blender.ico" type="image/vnd.microsoft.icon"/>
<category>Video</category>
<feed src="https://apps.0install.net/gui/blender.xml"/>
<feed arch="Linux-*" src="https://apps.0install.net/gui/blender-linux.xml"/>
<feed arch="MacOSX-*" src="https://apps.0install.net/gui/blender-macos.xml"/>
<feed arch="Windows-*" src="https://apps.0install.net/gui/blender-windows.xml"/>
<replaced-by interface="https://apps.0install.net/gui/blender.xml"/>
<entry-point binary-name="blender" command="run"/>
<capabilities xmlns="http://0install.de/schema/desktop-integration/capabilities">
<file-type id="blendfile">
<description xml:lang="en">Blender File</description>
<icon href="https://apps.0install.net/gui/blender.doc.ico" type="image/vnd.microsoft.icon" xmlns="http://zero-install.sourceforge.net/2004/injector/interface"/>
<verb args=""%1"" name="open"/>
<extension value=".blend"/>
</file-type>
</capabilities>
</interface>