Python Resources

Updated on Feb 5 2022

Python In Houdini Examples

Deborah R. Fowler



Python in Houdini Example - Fractals (Mandelbrot)

Posted March 30  2019


Mandelbrot - described and implemented in C++ and point wrangle, here python is used.

Here the example is given in a python sop node. Similar to the point wrangle node, we can create the Mandelbrot in code.

Results side by side of python and point wrangle:
MISSING IMAGEMISSING
          IMAGE

Here is the network view and python code:

MISSING IMAGEMISSING IMAGE

And a side by side comparison with point wrangle:

MISSING IMAGE