top of page


Search


Udemy - Houdini VEX Programming for Beginners
In this series of lessons we will learn basics of Python language. We start with installing and setting up Python and Visual Studio Code...
Oct 3, 20242 min read


Bulk Alembic Importer v1.1.0 for Houdini FX
Hello there my fellow artists! Ive have upgraded the Alembic Importer Tool from 2 years back. Added more features and here is the full...
Feb 29, 20241 min read


Multi Alembic Importer for Houdini
Hey Guys! Few months ago I started learning Python and QT Designer and I created this tool. This will help import multiple ABC's into...
Sep 12, 20221 min read


Import ALL alembic to Maya | Rename and IMPORT alembic files to Maya as is | Using Python
A small python snippet to IMPORT all Alembics from a Folder into Maya and rename them as per the File Name Code : import maya.cmds as...
Jul 17, 20211 min read
Export Selection to ASS from Maya NO UI | Using Python
A small python snippet to export ASS from Maya.... Code : import maya.cmds as cmds listItem = cmds.ls(selection = True) saveFilePath =...
Jul 17, 20211 min read


Houdini - Import all Alembic's(ABC) to Houdini using Python | Houdini 18.5 and Houdini 18 below
UI details Create Parameter - File Directory Create Parameter - Button *********** HOUDINI with Python 3. Create Parameter - Button...
Jul 17, 20211 min read
bottom of page