eglaubauf / materialBuildRedshift

A materialBuilder for Redshift in SideFxHoudini

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A MaterialBuilder Script for Redshift in SideFx Houdini

Repository moved permanently

https://github.com/eglaubauf/egRedshiftTools

Features

  • Provides a Materialbuilder for PrincipledShader based on a Texture-Selection by the user
  • creates a tree based on Filnames and works best with strings provided by Substance
    • base_color or basecolor
    • roughness
    • normal
    • metallic
    • reflect
    • height
    • displace
    • bump
    • ao or ambient_occlusion
  • The strings to look for can easily be changed at the bottom of the script
  • A shelf is provided in the toolbar folder (put it to $HOUDINI_USER_PREF_DIR/toolbar)

Example Node tree for MaterialBuilder

alt text

Installation:

Append egLib to Houdini Python path or add to 123.py or 456.py

import sys
sys.path.append("<PathToLib>\scripts")

TODO:

  • TriPlanar
  • .rs-tex conversion
  • User Checkboxes
  • easier configurability

Notes:

All of the scripts are free of charge for free use, commercial or non commercial whatsoever. But this script may break your workflow.

About

A materialBuilder for Redshift in SideFxHoudini


Languages

Language:Python 100.0%