SkillAgentSearch skills...

Rendering

A collection of offline rendering tools used for research in computer graphics. Software include Maya, Blender, Houdini, and RenderMan.

Install / Use

/learn @laurelch/Rendering
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Rendering Tools and Utilities

Jump to

teaser Figure: A collection of renderings from the publications.

Preface

This is a growing collection of tools used to generate offline renderings and animation for research in Computer Graphics at Laboratory for Interactive Virtual Environments (LIVE). LIVE is directed by Mridul Aanjaneya at Department of Computer Science, Rutgers University. This collection is created and maintained by Chengguizi Han from LIVE. Any questions and suggestions are welcome.

Huge thanks to all other contributors to the publications:

Contents

Get Started

  • Softwares or tools recommended:
    • Maya or Blender
      • for 3D content creation: modeling, animation
      • use with renderer plugin
    • RenderMan and RenderMan for Maya
      • standalone renderer and its plugin: shading, lighting
      • can render with RIB (RenderMan Interface Bytestream) file with command
        prman -progress <file-name>.rib
        
    • Python
      • Python for Maya (cheat-sheet): batch modification in Maya
      • batch rendering with RIB files
    • Houdini
      • convert particles to mesh
    • Mitsuba renderer 0.6 utilities
      • convert EXR to PNG with
        mtsutil tonemap -t *.exr
        
  • General Process Description
    • Simulation: prepare data
    • Planning
      • Features: know the strength and purpose of the data, that determines the way of representation:
        1. close-up look or zoomed-out view
        2. particles or meshed objects
        3. simple or detailed scene
      • Environment: find a rational and interesting scene with the data
    • Set up the environment in 3D softwares
      1. Modeling
        • low-poly modeling
        • meshing from particles, with Houdini
        • find free 3D models at turbosquid, sketchfab
        • find and follow tutorial for 3D modeling
      2. UV Editing (optional)
      3. Shading (Textures, Materials)
      4. Lighting
        • use renderer's lighting node (e.g PxrDomeLight with RenderMan)
      5. Camera
        • set aspect ratio, usually 1240x1024
      6. Animation
        • with built-in tools
        • with data, using Python (for Maya)
    • Rendering
      • with built-in renderer (e.g Arnold in Maya, Cycles in Blender)
      • with plug-in renderer (e.g RenderMan in Maya or Blender)
      • with standalone renderer (e.g. RenderMan): export RIB files from Maya, then render with bash commands and Python

Bash Commands

Bash Scripts

Check out bash folder for bash scripts (.sh files for Linux, .bat files for Windows):

  • ccrop.sh: crop with target center, and target width and height
  • convert.bat: batch convert EXR files to PNG files
  • deleteLines.sh: delete lines in (RIB) files with line numbers and from the file end
  • makeVideo.sh: make video for a given folder with given name
  • replace.sh: replace strings for all (RIB) files in a folder
  • vcrop.sh: crop left and right of an image with target width

Python Scripts

Content Creation Softwares

Maya

  • Industry standard software
  • Free education version available, renews every year
  • Download education version at https://www.autodesk.com/education/edu-software/overview
  • Recommended tutorial:

Blender

  • Free, open-source, handy, and beginner-friendy
  • Download at https://www.blender.org/
  • Recommended tutorial:

  • Check out my scripts to use Python in Blender:
    • import-batch.py: import a sequence of obj files
    • animate.py: animate a sequence of objects by hiding and displaying them in order
    • shader.py: apply shader to a sequence of objects

RenderMan

  • Free non-commercial license available, renew required every 3 months
  • Download at https://renderman.pixar.com/store
  • Recommended tutorial:

  • To install RenderMan and RenderMan for Maya on Ubuntu, check this install guide that worked for me

Houdini

  • Procedural generation software, commonly used for visual effects
  • Many versions, including free and indie version, avaialble at https://www.sidefx.com/buy/
  • Recommended tutorial:
  • Check out options to use houdini for meshing

Q&A

  1. Q: What OS should I use? <br> A: You can use the OS that you're most comfortable with to get started. Most softwares support Windows, Mac OS, and Linux. Since rendering is a time-consuming and expensive work, when you need to render animation, you may want to utilize other machine(s) with a different OS. We will add more about transferring contents between different OS.

Resources

Publications

Publications using the rendering process: <br>(latest publication first)

  • A Unified Second-Order Accurate in Time MPM Formulation for Simulating Viscoelastic Liquids with Phase Change <br> Haozhe Su*, Tao Xue*, Chengguizi Han, Chenfanfu Jiang and Mridul Aanjaneya (*Joint first authors) <br> ACM Transactions on Graphics, (SIGGRAPH proceedings), 40, 4,
View on GitHub
GitHub Stars7
CategoryEducation
Updated2mo ago
Forks1

Languages

Python

Security Score

90/100

Audited on Jan 26, 2026

No findings