Skip to content

Install Guide

  1. Download Brickini Brickify
  2. Unpack
  3. Move the brickini_package folder to a location of your choice. For example:
    • Windows
      C:\Users\<username>\Documents\brickini_package
      
    • Linux
      ~/brickini_package
      
  4. Register the package in Houdini by moving the brickini.json into the Houdini packages folder.

    • Windows
      C:\Users\<username>\Documents\houdiniXX.X\packages
      
    • Linux
      ~/houdiniXX.X/packages
      
  5. If the packages folder doesn't exist create it yourself.

Optional

  1. Adjust brickini.json if your brickini_package folder is in a different location.
    • Windows: $HOME is C:\Users\<username>\Documents
    • Linux: $HOME is ~/
      brickini.json
      {
      "path": [
              "$HOME/brickini_package"
      ]
      }
      
  2. Happy brickifying!