Skip to content
/ DASH Public

Quality of Life utilities package for SideFX Houdini.

License

Notifications You must be signed in to change notification settings

probiner/DASH

Repository files navigation

DASH

Logo

Granular utilities for SideFX Houdini.

DASH is a package for SideFX Houdini that proposes small quality of life improvements, standards and workflows through the delivery of nodes, scripts or settings.

Introduction video. Design decisions.

VIDEO

Characteristics

The overarching goal will be to aid creative ideation by identifying granular routines and package them into reusable resources that can just be invoked even if temporarily, like shoring or prefab in civil construction. Therefore, flexibility, extra information and user speed are prioritized over code optimization and scalability.

  • Granular operations that can be reused in many setups. Not complete monolith setups.
  • More VOPs than SOPs because the latter is a very targeted context (Many unique SOPs created over the years to deal with caveats now intersect too much with shipped nodes).
  • Strive to support array signatures as much as possible to reduce the constant necessity to use for loop to deal with arrays.
  • Menus with rich info and callback scripts that speed up the set up based on it.
  • Description messages for simple overview awareness of the operation in the node network.

Nodes

In general included nodes will:

  • Have a detailed help wiki.
    Help
  • Have a demo HDA that can be launched at the bottom of the respective help wiki.
    Demo
    DemoHDA.mp4
  • Be blackboxed, i.e. can't be opened or edited. (VOP RMB error bug RFE'd)
  • Be found under the submenu DASH - - -

Installation

  1. Extract the folder in the zip and rename it to DASH and place it in a directory where you place other Houdini packages. E.g. C:\users\user01\Documents\MyHoudiniPackages\DASH
  2. Place the contained DASH.json in the Houdini user directory, inside packages directory. E.g. C:\users\user01\Documents\houdini20.0\packages\DASH.json
  3. In the JSON file, edit the DASH variable to point to the package directory. Note to Windows users, you'll have to use forward slashes here. E.g. "DASH": "C:/users/user01/Documents/MyHoudiniPackages/DASH". Save.
  4. All done! Launch Houdini and the nodes, desktop and toolbar should now be ready to use.

Feedback

To feedback this project you can use github issues, instant messaging, or reach out on Twitter


Final Notes

"Whenever you show me your nodes I shrug because I have no idea why would I use them. Then, 6 months later I need them. - Russian friend.

Kudos to some elements of the community for all the help over the years at SideFX forums, ODforce forums, Think Procedural discord, and also work colleagues and students. Many little things here were bettered by those interactions. Thank you to the testers and motivators too :D