Artur J. Żarek

ajz3d

About Me

EXPERTISE
Generalist
INDUSTRY
Design  | Gamedev

Connect

LOCATION
Warsaw, Poland

Houdini Skills

ADVANCED
Python
INTERMEDIATE
Procedural Modeling  | Digital Assets  | Solaris  | Karma  | PDG  | VEX
BEGINNER
Environments  | Character Rigging  | Motion Editing  | Animation  | Hair & Fur  | Cloth  | Lighting  | Pyro FX  | Destruction FX  | Realtime FX

Availability

I am available for Full Time Work

Recent Forum Posts

Duplicate geos in the viewport (like Maya) Oct. 27, 2025, 11:36 a.m.

@olivierth, for your information, Modeler 2025 comes with this feature - CTRL+D in the viewport to duplicate selected object (in Object context) or selected geometry components (in SOPs).

how to add an eyes ontop of a donut ? Oct. 24, 2025, 2:52 p.m.

olivierth
You want to "attach" what?

Eyes.



I believe OP is referring to the famous Blender donut tutorial. Perhaps there's also one for Houdini, which he is following?

How to instal OpenFX plugins? Oct. 24, 2025, 2:39 p.m.

Regarding openfx-misc, on GNU/Linux and H20.5 I installed it by following installation guidelines provided in the README.mdfile:

git clone https://github.com/NatronGitHub/openfx-misc.git
cd openfx-misc
git submodule update -i -r
git checkout Natron-2.5.0
make CONFIG=release BITS=64 CXXFLAGS_ADD=-fopenmp LDFLAGS_ADD=-fopenmp

Then I moved Misc/Linux-64-release/Misc.ofx.bundleto my OFX directory, under Pluginssubdir:

sudo mv ./Misc/Linux-64-release/Misc.ofx.bundle /mnt/res/ofx/Plugins/

The only envar related to OFX that I have set, is OFX_PLUGIN_PATH, which points to /mnt/res/ofx.

I haven't tried it on H21 yet.