Matt Tillman

pixelninja

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Engine

Availability

Not Specified

チュートリアル

obj-image Intermediate
Building USD Assets In LOPs
obj-image Intermediate
LOPs for Solo Artists
obj-image Intermediate
Building Components in SOPs: Hierarchies and KineFX

Recent Forum Posts

Building USD Assets in LOPs 2025年8月8日0:16

New USD/LOPs tutorial for anyone interested in asset authoring and composition arcs.
Basically an in-depth explanation of what the component builder nodes do under the hood with some tips and tricks sprinkled in.

Is there a handy way to provide tile files to itilestitch? 2025年7月22日1:45

For anyone on Windows here's how I did in a powershell terminal:
itilestitch output.exr @(Get-Item *tile* | Select-Object -ExpandProperty Name)

MDL shaders support in Karma 2025年6月26日18:50

I came across the same issue recently with Evermotion MDLs.

Here's a quick script that converts them to USDs:
https://github.com/pixel-ninja/mdl_to_usd [github.com]

Note that it probably won't work on anything other than the Evermotion materials as it's hardcoded to look for that formatting.