Difference between revisions of "Applications/Blender"
From HPC
m |
|||
Line 3: | Line 3: | ||
==Application Details== | ==Application Details== | ||
− | * Description: Blender is the free and open source 3D creation suite. It supports the entirety of the 3D | + | * Description: Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline—modelling, rigging, animation, simulation, rendering, compositing and motion tracking, even video editing and game creation. |
* Version: 2.79b | * Version: 2.79b | ||
* Modules: blender/2.79 | * Modules: blender/2.79 | ||
Line 14: | Line 14: | ||
<pre style="background-color: #f5f5dc; color: black; font-family: monospace, sans-serif;"> | <pre style="background-color: #f5f5dc; color: black; font-family: monospace, sans-serif;"> | ||
− | [username@login] interactive -p gpu | + | [username@login] $ interactive -p gpu |
salloc: Granted job allocation 933039 | salloc: Granted job allocation 933039 | ||
Job ID 933039 connecting to gpu02, please wait... | Job ID 933039 connecting to gpu02, please wait... | ||
Last login: Mon Apr 9 13:13:05 2018 | Last login: Mon Apr 9 13:13:05 2018 | ||
− | [username@login] module add blender/2.79 | + | [username@login] $ module add blender/2.79 |
− | [username@login] | + | [username@login] $ |
</pre> | </pre> |
Revision as of 15:51, 9 April 2018
Contents
Application Details
- Description: Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline—modelling, rigging, animation, simulation, rendering, compositing and motion tracking, even video editing and game creation.
- Version: 2.79b
- Modules: blender/2.79
- Licence: Free, open-source
Usage Examples
Interactive session
[username@login] $ interactive -p gpu salloc: Granted job allocation 933039 Job ID 933039 connecting to gpu02, please wait... Last login: Mon Apr 9 13:13:05 2018 [username@login] $ module add blender/2.79 [username@login] $
Documentation
This can be found at https://docs.blender.org/.