Artur J. Żarek
ajz3d
About Me
専門知識
Generalist
業界:
Design | Gamedev
Houdini Engine
ADVANCED
Python
INTERMEDIATE
プロシージャルワークフロー | Digital Assets | Solaris | Karma | PDG | VEX
BEGINNER
Environments | キャラクタ & アニメーション | Motion Editing | Animation | Hair & Fur | Cloth | Lighting | Pyro FX | 説明 | Realtime FX
Availability
I am available for Full Time Work
Recent Forum Posts
Duplicate geos in the viewport (like Maya) 2025年10月27日11:36
@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 ? 2025年10月24日14:52
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? 2025年10月24日14:39
Regarding
Then I moved
The only envar related to OFX that I have set, is OFX_PLUGIN_PATH, which points to
I haven't tried it on H21 yet.
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.