By Le_monkey_butt




Show results per page

3 items.

HDK Intro Presentation - (Updated April 2008)

General / Other

by Le_monkey_butt profile

Updated presentation conform to Houdini 9.1 (April 2008) For earlier version, please download version 2 of the presentation.

Version 3 / 3 (2008-04-01 11:29:23 EDT) 566 downloads

CMD_regex Regex expression - WinXP and Linux

General / Houdini Script

by Le_monkey_butt profile

Using the BOOST REGEX libraries, it is a serie of expressions to use regex in Houdini.

- Platform Linux and WinXP - Compiled for Houdini 8.0.474 and 8.1.633 - On linux compiler used: gcc 3.4 - Source* available in the zip.

It contains:

- regexMatch( string regex_pattern, string myString,int regex_engine ) //return the matching part

- isRegexMatch( string regex_pattern, string myString, int regex_engine ) // return 0 or 1

- regexReplace( string regex_pattern, string myString, string replace_with, int regex_engine ) // return the new string.

There are 3 options for regex_engine 0 - POSIX 1 - Extended POSIX 2 - PERL based regex default is PERL regex.

To install it, just put the corresponding DSO to your DSO directory. Look at the Help.txt, to see how to use it.

*Regarding the source, it is not clean code or perfect as it´s been done during free time and for free. Since there is nothing such as a free lunch, dont expect perfect code. Which doesnt reflect the way I work. Therefore feel free to make it perfect :)

Version 3 / 3 (2006-06-29 18:26:32 EDT) 1035 downloads

Maya IFF Format Reader ( including source )

Compositing / Other

by Le_monkey_butt profile

An useless DSO that will read useless Schmaya IFF format.

.dll and .so are included in the distribution. But as the source* is included, it is better to compile it using hcustom.

HOW TO:

Take the DSO and put it in the DSO/fb directory and you will need to edit and the following lines to FBfiles

#__IFF Alias Maya

iff

and

FBformats

// Alias IFF Maya images

fb/IMG_iff.so

*Regarding the source, it is not clean code or perfect as it´s been done during free time and for free. Since there is nothing such as a free lunch, dont expect perfect code. Which doesnt reflect the way I work. Therefore feel free to make it perfect :)

Version 3 / 3 (2006-07-12 15:04:25 EDT) 1379 downloads