By iamjaideep80




Show results per page

3 items.

Path Deform

Modeling / Digital Asset (SOP)

by iamjaideep80 profile

Deforms a Geometry according to a Path.

Refer to the scene file for more details.

Version 1 / 1 (2008-07-19 07:52:14 EDT) 1422 downloads

Display Up/Down

General / Houdini Script

by iamjaideep80 profile

These scripts can be used for fast workflow. These can be used under Sops/Pops/Chops. Display Up sets the display to upper node of current displayed node. Display Down sets the display to lower node of current displayed node. Very usuful when you are analyzing a scene.

How to Install....

Copy display_up.cmd and display_down.cmd to any particular folder. My path is $HOME/houdini8.0/scripts/Custom/

To add Display_up and Display_Down commands to Right_Click Menu in Sops/Pops/Chops and Following lines to OpMenu File in your $HOME directory.

#SOPs

Sop/* display_up "Display Up" $HOME/houdini8.0/scripts/Custom/display_up.cmd

(should be all on one line)

#SOPs

Sop/* display_down "Display Down" $HOME/houdini8.0/scripts/Custom/display_down.cmd

(should be all on one line)

#POPs

Pop/* display_up "Display Up" $HOME/houdini8.0/scripts/Custom/display_up.cmd

(should be all on one line)

#POPs

Pop/* display_down "Display Down" $HOME/houdini8.0/scripts/Custom/display_down.cmd

(should be all on one line)

#CHOPs

Chop/* display_up "Display Up" $HOME/houdini8.0/scripts/Custom/display_up.cmd

(should be all on one line)

#CHOPs

Chop/* display_down "Display Down" $HOME/houdini8.0/scripts/Custom/display_down.cmd

(should be all on one line)

Even You can assign Shortcuts to these commands. eg. Ctrl+Page_Up Ctrl+Page_Down.

But the shortcuts don't work in network box. Just Press "w"(Show Operator Tree) and it works!!! (Your Mouse has to be over Operator Tree.)

Version 1 / 1 (2006-02-04 08:13:17 EST) 1745 downloads

Display Up/Down

General / Houdini Script

by iamjaideep80 profile

These scripts can be used for fast workflow. These can be used under Sops/Pops/Chops. Display Up sets the display to upper node of current displayed node. Display Down sets the display to lower node of current displayed node. Very usuful when you are analyzing a scene.

How to Install....

Copy display_up.cmd and display_down.cmd to any particular folder. My path is $HOME/houdini8.0/scripts/Custom/

To add Display_up and Display_Down commands to Right_Click Menu in Sops/Pops/Chops and Following lines to OpMenu File in your $HOME directory.

#SOPs

Sop/* display_up "Display Up" $HOME/houdini8.0/scripts/Custom/display_up.cmd

(should be all on one line)

#SOPs

Sop/* display_down "Display Down" $HOME/houdini8.0/scripts/Custom/display_down.cmd

(should be all on one line)

#POPs

Pop/* display_up "Display Up" $HOME/houdini8.0/scripts/Custom/display_up.cmd

(should be all on one line)

#POPs

Pop/* display_down "Display Down" $HOME/houdini8.0/scripts/Custom/display_down.cmd

(should be all on one line)

#CHOPs

Chop/* display_up "Display Up" $HOME/houdini8.0/scripts/Custom/display_up.cmd

(should be all on one line)

#CHOPs

Chop/* display_down "Display Down" $HOME/houdini8.0/scripts/Custom/display_down.cmd

(should be all on one line)

Even You can assign Shortcuts to these commands. eg. Ctrl+Page_Up Ctrl+Page_Down.

But the shortcuts don't work in network box. Just Press "w"(Show Operator Tree) and it works!!! (Your Mouse has to be over Operator Tree.)

Version 1 / 1 (2006-02-04 08:25:29 EST) 1732 downloads