GithubHelp home page GithubHelp logo

notawhalevfx / hdk_dso Goto Github PK

View Code? Open in Web Editor NEW
10.0 4.0 1.0 140 KB

Some My Houdini HDK DSO Plugins.

License: GNU Lesser General Public License v3.0

C++ 95.63% CMake 4.37%
houdini hdk vfx sidefx sidefx-houdini hdk-dso camera frustum-camera simulation dop

hdk_dso's Introduction

hdk_dso

My Houdini HDK DSO Plugins.

This code can be not perfect. I write it for self-education and my production purpose. If somebody has any ideas, fixes, etc contact me or push your code.

Welcome and feel free to contribute!

Compilation

cd <houdini_path>
. houdini_setup
cd <folder_with_src>
hcustom ./SOP_Cam_Frustum.cc
...
hcustom ./SOP_SysInfo.cc

or use just use Cmake

SOP Frustum Camera (SOP)

Show Frustum camera

Parameters

Name Description
Path to Camera Path to camera
Mode Draw as Polygons or Points
Consolidate Points Consolidate points
Near Nearest distance from the camera.
Far Farest distance from the camera.

SIM Sys Info (DOP)

Print memory usage and time spent per time step into a terminal. Useful to debug simulation on a render farm. At this moment support only Linux-based OS

Parameters

Name Description
Work Only In Batch Mode Print information only when UI unavailable
Clock Print time needed to solve step
Memory Print memory usage information
Swap Print swap usage information
Objects Mask Mask for objects
Mode None - don't print additional information
Field - print information about field
Bullet - print inforamtion about pack bullet object
Field Name of field to print information

FS_PipelineHelper

An example of, how can be used abstract paths to read/write files inside Houdini. After compilation move FS_PipileineHelper to .../dso/fs/ if it didn't happen automatically.

Fetch Pack Transform (OBJ)

Fetch transformation from Alembic, USD, Pack and etc geometry on Object level.

Parameters

Name Description
Path To Geometry Path to Geometry to get transformation.
Select Path Primitive path attribute to get transforms.

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.