Skip to content

Houdini HDK SOP node which generates a center point for each voxel in a volume.

Notifications You must be signed in to change notification settings

ttvd/houdini-sop-volume-center-points

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

houdini-sop-volume-center-points

Houdini SOP node which generates a center point for each voxel in a volume.

houdini-sop-volume-center-points

Binaries, Houdini 18.0

Binaries, Houdini 15

Building

  • Tested on Windows and Houdini 18.0
    • Generate a Visual Studio solution using premake:
      • premake5 --houdini-version=18.0.348 vs2017
    • Build the SOP Houdini dso SOP_VolumeCenterPoints.dll.
    • Place the dso in the appropriate Houdini dso folder.
      • On Windows this would be C:\Users\your_username\Documents\houdini18.0\dso
      • Or your HOUDINI_DSO_PATH

Usage

  • Place Volume Center Points SOP in your SOP network.
  • Use any volume as an input. For each non-zero value voxel a point will be generated.
  • Parameters are:
    • Maintain Volume Transform - input volume transform will be kept when generating points.)
    • Create Point Value Attribute - a point attribute (named after volume) will be created and value will be set to the voxel value.
    • Override the Attribute Name - specify a custom name for point values.

License

  • Copyright Mykola Konyk, 2016
  • Distributed under the MS-RL License.
  • To further explain the license:
    • You cannot re-license any files in this project.
    • That is, they must remain under the MS-RL license.
    • Any other files you add to this project can be under any license you want.
    • You cannot use any of this code in a GPL project.
    • Otherwise you are free to do pretty much anything you want with this code.

About

Houdini HDK SOP node which generates a center point for each voxel in a volume.

Resources

Stars

Watchers

Forks

Packages

No packages published