Difference between revisions of "Blender"

From UFRC
Jump to navigation Jump to search
m (Text replacement - "#uppercase" to "uc")
(32 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{|align=left
+
[[Category:Software]][[Category:GUI]]
  |__TOC__
+
{|<!--CONFIGURATION: REQUIRED-->
  |}
+
|{{#vardefine:app|Blender}}
==Description==
+
|{{#vardefine:url|http://www.blender.org/}}
Blender is an integrated suite of tools enabling the creation of a broad range of 3D content with the singular benefits of cross-platform interoperability and an incredibly small download file size. It is the most popular Open Source 3D graphics application in the world, and is one of the most downloaded.
+
<!--CONFIGURATION: OPTIONAL (1=ON)-->
==Website==
+
|{{#vardefine:exe|1}} <!--RUNNING -->
* Main website: [http://www.blender.org www.blender.org]
+
|{{#vardefine:conf|}} <!--CONFIGS-->
* Documentation website: [http://wiki.blender.org/index.php/Manual Wiki.blender.org]
+
|{{#vardefine:pbs|}} <!--PBS SCRIPTS-->
 +
|{{#vardefine:policy|}} <!--POLICY-->
 +
|{{#vardefine:testing|}} <!--TESTING/PROFILING-->
 +
|{{#vardefine:faq|}} <!--FAQ-->
 +
|{{#vardefine:citation|}} <!--CITATION-->
 +
|{{#vardefine:installation|}} <!--INSTALLATION-->
 +
|{{#vardefine:tutorial|1}} <!--TUTORIAL-->
 +
|}
 +
<!--BODY-->
 +
<!--Description-->
 +
{{#if: {{#var: url}}|
 +
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}}
  
==Location==
+
3D graphics rendering
/apps/blender/2.44
 
==Usage==
 
Remember, the HPC computational resources are not to be used for developing the blend file! The idea is that you get the blend file ready to go, then transfer that blend file to the HPC Center and submit a job to do the rendering. This is where a good portion of the time takes place.
 
  
==Command Line Arguments==
+
<!--Modules-->
<pre>
+
==Required Modules==
Blender 2.44 (sub 0) Build
+
[[Modules|modules documentation]]
Usage: blender [options ...] [file]
+
===Serial===
 
+
*{{#var:app}}
Render options:
+
==System Variables==
  -b <file>    Render <file> in background
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
    -S <name>  Set scene <name>
+
<!--Additional-->
    -f <frame>  Render frame <frame> and save it
+
{{#if: {{#var: exe}}|==Additional Information==
    -s <frame>  Set start to frame <frame> (use with -a)
+
* Note: The server hardware that this will run on does not have any audio hardware built in, nor would it be audible since the hardware is installed in a separate room. As such, the blender command has been aliased so that the "'''-noaudio'''" flag is automatic.
    -e <frame>  Set end to frame (use with -a)<frame>
+
|}}
    -o <path>  Set the render path and file name.
+
<!--Configuration-->
      Use // at the start of the path to
+
{{#if: {{#var: conf}}|==Configuration==
        render relative to the blend file.
+
See the [[{{PAGENAME}}_Configuration]] page for {{#var: app}} configuration details.
      Use # in the filename to be replaced with the frame number
+
|}}
      eg: blender -b foobar.blend -o //render_# -F PNG -x 1
+
<!--PBS scripts-->
    -F <format> Set the render format, Valid options are..
+
{{#if: {{#var: pbs}}|==PBS Script Examples==
        TGA IRIS HAMX FTYPE JPEG MOVIE IRIZ RAWTGA
+
See the [[{{PAGENAME}}_PBS]] page for {{#var: app}} PBS script examples.|}}
        AVIRAW AVIJPEG PNG BMP FRAMESERVER
+
<!--Policy-->
    (formats that can be compiled into blender, not available on all systems)
+
{{#if: {{#var: policy}}|==Usage Policy==
        HDR TIFF EXR MPEG AVICODEC QUICKTIME CINEON DPX
+
WRITE USAGE POLICY HERE (perhaps templates for a couple of main licensing schemes can be used)
    -x <bool>  Set option to add the file extension to the end of the file.
+
|}}
    -t <threads>       Use amount of <threads> for rendering
+
<!--Performance-->
 
+
{{#if: {{#var: testing}}|==Performance==
Animation options:
+
DOUBLE_CLICK_TO_WRITE_PERFORMANCE_TESTING_RESULTS_HERE
  -a <file(s)>  Playback <file(s)>
+
|}}
    -p <sx> <sy>        Open with lower left corner at <sx>, <sy>
+
<!--Faq-->
    -m          Read from disk (Don't buffer)
+
{{#if: {{#var: faq}}|==FAQ==
 
+
*'''Q:''' **'''A:'''|}}
Window options:
+
<!--Citation-->
  -w            Force opening with borders (default)
+
{{#if: {{#var: citation}}|==Citation==
  -W            Force opening without borders
+
If you publish research that uses {{#var:app}} you have to cite it as follows:
  -p <sx> <sy> <w> <h>  Open with lower left corner at <sx>, <sy>
+
DOUBLE_CLICK_TO_WRITE_CITATION_HERE
                        and width and height <w>, <h>
+
|}}
 
+
<!--Installation-->
Game Engine specific options:
+
{{#if: {{#var: installation}}|==Installation==
  -g fixedtime          Run on 50 hertz without dropping frames
+
See the [[{{PAGENAME}}_Install]] page for {{#var: app}} installation notes.|}}
  -g vertexarrays      Use Vertex Arrays for rendering (usually faster)
+
<!--Tutorial-->
  -g noaudio            No audio in Game Engine
+
{{#if: {{#var: tutorial}}|==Tutorial==
  -g nomipmap          No Texture Mipmapping
+
* There are a number of different tutorials on the [http://www.blender.org/support/tutorials/ Blender Tutorial] webpage.
  -g linearmipmap      Linear Texture Mipmapping instead of Nearest (default)
+
|}}
 
+
__NOTOC____NOEDITSECTION__
Misc options:
 
  -d            Turn debugging on
 
  -noaudio      Disable audio on systems that support audio
 
  -h            Print this help text
 
  -y            Disable script links, use -Y to find out why its -y
 
  -P <filename> Run the given Python script (filename or Blender Text)
 
  -v            Print Blender version and exit
 
</pre>
 
As a note, all attempts so far to get the -o OUTPUTFILE option to work have been unsuccessful. Please be sure to define the output file location in the blend file itself.
 
 
 
==Sample Script==
 
<pre>
 
#!/bin/csh -f
 
#
 
#PBS -N tux
 
#PBS -r n
 
#PBS -o tux.out
 
#PBS -e tux.err
 
#PBS -j oe
 
#PBS -m abe
 
#PBS -M <ADD EMAIL ADDRESS HERE!>
 
#PBS -q submit@iogw2.local
 
#PBS -l nodes=1:ppn=2
 
#PBS -l pmem=400mb
 
#PBS -l walltime=2:00:00
 
 
 
 
 
set EXE = /apps/blender/2.44/blender
 
 
 
cd /home/jka/
 
$EXE -b Tux.blend -f 1 -x 1 -t 2
 
</pre>
 
Note that you should add your address to the appropriate line in this case. Also note that the walltime has been set to 2 hours. You will have to figure out through trial and error what the most appropriate amount of time for a rendering should be. In this particular example:
 
* Blender will render the first frame of either a static or dynamic animation.
 
* It will use two threads to perform this operation, hence defining that PBS should use two processors on a single node.
 
* The output of the frame will be wherever it was defined in the blend file that was originally saved.
 
 
 
Setting the proper path for the output in the blend file is '''critical''', as this is a batch based system and you will have no idea which computational node actually does the processing. Be sure to set the output path to a known location in the global filesystem, either /scratch/ufhpc or /home/<username>. The default in linux is to set this to /tmp, which will simply dump the output to that directory on the local computational node, which means you will not get the results.
 

Revision as of 21:06, 6 December 2019

Description

Blender website  

3D graphics rendering

Required Modules

modules documentation

Serial

  • Blender

System Variables

  • HPC_BLENDER_DIR - installation directory

Additional Information

  • Note: The server hardware that this will run on does not have any audio hardware built in, nor would it be audible since the hardware is installed in a separate room. As such, the blender command has been aliased so that the "-noaudio" flag is automatic.




Tutorial