Giter VIP home page Giter VIP logo

houdini_hda_collection's Introduction

houdini_hda_collection

Houdni Digital Assets Collection


fake_window (VOP: Fake Window)

Something like Fake Window shader in Unity. Output simple color from perspective camera.

fake window node fake window example
Vop in MatNetwork pre-setting: UV and Normal
  • Depth: Max depth value when output inDepth.
  • Outputs:
    outUV id drawing inDepth
    outUV id outNor inDepth

grid_cutter (SOP: Grid Cutter)

grid cutter node grid cutter example
  • Auto Align: Align the face to X/Z before cutting. (Useful when using grid_cutter in For-Each Primitive) auto align
  • Force Cut Long Side: Cut the long side at each iteration.
    force cut long side
  • Half Ratio: How close to half everytime cutting.
    half ratio 05 half ratio 1
    Half Ratio: 0.5 Half Ratio: 1
  • Min Size: Limit the size of smallest piece.

line_cracker (SOP: Line Cracker)

Fracture base on polyline projection. (X/Z plane)

line creacker node line crack example

Input 1: polyline.
Input 2: Ground plane (Don't need to be flatten)
Output: Fractured poly with attributes.

close line example open line example
Close Line Open Line
  • Iterations: Increase to match the input line. (Maybe can not be perfect match.)
  • Iteration Threshold: Avoid extreme small piece.

export_Maya_nParticles_cache (SOP: Export Maya nParticle cache)

Export Maya nParticle cache from Houdini directly.

REQUIREMENT:

  1. unique id attribute.
  2. source code: nCache.py

Attribute Mapping:

v@v -> velocity
f@age -> age
f@life -> lifespanPP
f@pscale -> radiusPP
v@Cd -> rgbPP
f@Alpha -> opacityPP
v@rotation -> rotationPP

export Maya nParticle cache node

  • Start Frame
  • End Frame
  • Evaluation Rate
  • XML: xml file path to be written.
  • Particle Name: Particle Shape name in Maya.
  • Python Module Path: nCache.py filepath.

export_Maya_geoCache (SOP: Export Maya geoCache)

Export Maya geometry point cache from Houdini directly. (Multiple objects is ok)

REQUIREMENT:

  1. Primitive attribute: path.
  2. source code: nCache.py

path attribute is used to define the target in Maya. Therefore, the best way is using the alembic which was exported from Maya, and keep the path attribute so that can be used to export back.

export Maya Geo cache node

  • XML: xml file path to be written.
  • Start Frame
  • End Frame
  • Python Module Path: nCache.py

Mandelbrot3D (VOP)

Entagma - VEX in Houdini: Mandelbrot and Mandelbulb

Zeus VFX - 3D Fractal in Houdini Tutorial

Mandelbrot3D


volume_texture (VOP: Volume Texture)

Reuse the volume texture which was exported from Labs Volume Texture Export in Houdini.
Volume Texture Node

  • Volume Texture: Texture filepath.
  • BB_pos: bbox position.
  • U_Tile
  • V_Tile
  • outClr: RGB color from volume texture.

thunder_builder (SOP: Thunder Builder)

houdini_hda_collection's People

Contributors

chordee avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.