Git Product home page Git Product logo

houdiniengineforblender's Introduction

Houdini Engine for Blender

This is an edited version of Blender 2.80 beta including a Houdini Engine based modifier.

Houdini modifier for Blender

This modifier lets you use virtually any procedural object or processing created in Houdini as a Blender modifier, enabling truly fluent Blender-Houdini workflows.

In order to comply with the terms of Blender's license, this repository has been split into two parts, and its commit history wiped out

The houdini engine integration to Blender requires the following two elements:

Building

Binaries

Instructions for building OpenMeshEffect for Blender and the Houdini Engine OpenMeshEffect plugin are available in their respective projects.

Running

You must ensure that your Houdini binary directory is included in your path before running this version of Blender, otherwise it will complain about missing DLLs (libHAPI.dll, tbb.dll, etc.). To do so, adapt the following line to your case:

# On windows
set PATH=%PATH%;E:/Program Files/Side Effects Software/Houdini 17.5.293/bin

# On linux
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/hfs17.5.293/dsolib

Usage

Before using the modifier in Blender, you need to create an asset library in Houdini. You can find instructions about this in the Houdini Documentation, but basically right click on a node and "Create digital asset". This will save the digital asset in a houdini library likely called something.hda. You can save many different assets in a single HDA file.

Houdini modifier for Blender

To build your Houdini based OpenMeshEffect plugin, start from the default Houdini plugin and replace in the bundle the library.hda file with your own Houdini Digital Asset library (you must call it library.hda as well).

Once you have this, you can go to blender, create an object and add an OpenMeshEffect modifier to it. In the plugin path, provide the bundle previously created, like /path/to/something.ofx.bundle. This will open the library and list the available assets.

Then set the Asset index to the asset in the library you are interested in. A value of -1 deactivates the modifier, then 0 will use the first asset, 1 the second, and so on. With a valid asset selected, some parameters will appear. To prevent the UI from being flooded, only parameters whose name starts with hbridge_ are displayed.

NB At the moment, only float parameters are supported.

You can then stack it with other modifiers, and/or apply it. Currently, it generate only triangles, but it will soon support ngons.

Example of use: https://twitter.com/exppad/status/1146738862456266752

Houdini License

This patch requires a valid Houdini Engine license at runtime. It is the same licensed used for Houdini Engine for Unity, Houdini Engine for Unreal and the likes. It can be downloaded for free if you are already in possession of an Indie License, or must be purchased separately for other types of licenses. See the Houdini online store for more information.

Unfortunately, the Houdini Engine is not available with the free Houdini Apprentice edition.

houdiniengineforblender's People

Contributors

eliemichel avatar

Watchers

 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.