Tighe Rzankowski

trzanko

About Me

7+ year Houdini experienced FX TD currently working in the Synthetic Data industry. Formerly an intern at SideFX and an FX TD at The Mill NY, RISE Berlin and ILP Stockholm. Working remotely from Berlin, Germany. Dual citizen able to work in the USA and EU.
専門知識
Technical Director
業界:
Advertising / Motion Graphics  | Film/TV  | Gamedev  | VR

Connect

LOCATION
Berlin, Germany
ウェブサイト

Houdini Engine

ADVANCED
プロシージャルワークフロー  | Environments  | Digital Assets  | キャラクタ & アニメーション  | Motion Editing  | Animation  | Hair & Fur  | Cloth  | Muscles  | Solaris  | Mantra  | Karma  | Lighting  | Pyro FX  | Fluids  | 説明  | PDG  | VEX  | Python
INTERMEDIATE
Crowds  | Realtime FX

Availability

I am currently employed at Devant

チュートリアル

obj-image Intermediate
Feather Tools For Houdini
obj-image Intermediate
Bullet Breaker Core - Bullet Sim Animation Toolkit
obj-image Intermediate
Seamless Pyro Cluster Sims
obj-image Intermediate
Feather Tools
obj-image Intermediate
Fire Hydrant
obj-image Intermediate
Pyro Clustering

My Talks

obj-image HIVE
SideFX Intern Program - Feather Tools

Recent Forum Posts

[VEX] How to setdetailattrib() to a dictionary? 2024年5月15日5:22

Can also be done via set() and insert():

In a detail wrangle:

string names[] = {'foo','bar','foobar'};
float vals[] = {.123,.234,.345};

d@myDict;

for( int i = 0; i < len( names); i++)
{

    string thisName = names[i];
    float thisVal = vals[i];
    
    insert(d@myDict,set( thisName, thisVal));
    
}

Can't use GPU for compositing 2024年1月6日8:24

malexander
It's been disabled because the feature doesn't work in recent versions of Houdini.
Hi Mark,

Is there any word on whether this feature will exist in future versions of Houdini? A faster COPs would be awesome!

Tighe

Houdini batch mode post render script 2021年7月11日11:54

Same! I could have sworn I've done this before!

I, also, cannot execute ROP scripts when Saving to Disk in Background.