[[Template core/front/profile/profileHeader is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]
Juraj last won the day on August 19 2021
Juraj had the most liked content!
Community Reputation
293 ExcellentAbout Juraj
-
Rank
Illusionist
Contact Methods
-
Website URL
https://jtomori.github.io
Personal Information
-
Name
Juraj
-
dimitriall started following Juraj
-
kasemsanmos@hotmail.co.th started following Juraj
-
The Megascans integration is no longer maintained or supported. It was developed for student productions and it would need some more work to make it useful to the public. Anyway, the code is published on GitHub. Haven't experimented with that, but you might find this talk interesting: More Like This, Please! Texture Synthesis and Remixing from a Single Example | Nordic Game 2019. Hi, sorry for very late reply! I don't have the project file at hand, but it was built around Bake Volume SOP. I used the resulting volume as a constant color in shader, which skipped calculating lighting during rendering and rather used the baked volume. For multiple lights (including the hdri example) I added the light volumes together.
-
Write-up on a Megascans integration which I helped with
-
And another guide, this time on FLIPs and RBDs interaction
-
Houdini to VR connection project - first version :) See it in action here:
-
New handy tool: Save unlocked node as a new version Houdini tip | Save modified asset as new version
-
Quick tip about converting dense SDF volumes to VDB SDF volumes.
-
Houdini tip | Assets versioning workflow
-
MOPs: Motion Graphics Operators for Houdini
Juraj replied to toadstorm's topic in Tools (HDA's etc.)
Cool work guys, thanks for sharing and for the effort -
Hello, check out my latest article: Remote debugging of Python running in VFX applications (Houdini, Maya, Blender, Nuke..)
-
Check out my latest project - creating an open library full of learning resources about various areas of VFX. It has many houdini-related presentations and theses. library: https://github.com/jtomori/vfx_good_night_reading blog post: https://jurajtomori.wordpress.com/2018/06/11/learning-resources-about-vfx-and-cg/
-
Generating documentation for Houdini Python modules (toolutils and others) https://jurajtomori.wordpress.com/2018/05/28/houdini-tip-houdini-python-modules-documentation/
-
Hello, I had a similar issue recently on ubuntu mate 16.04.04 lts. I could not get Attrib VOPs from scenes from different builds working and it was very buggy. I always got Vex error ;_name@ Undefined op code Failed loading function Unable to load shader. I was also getting No LSB modules are available. error message after starting Houdini (16.5+) into terminal. LC_ALL = C setting did not help me, but what solved my issue was to install lsb-core package and reboot. So on ubuntu simply run: $ sudo apt-get install lsb-core and reboot. I am posting it here in case somebody has similar problems.
-
Hello, check my latest tool which I would like to share with you: Batch textures conversion. Find out more on Github or my blog post. https://github.com/jtomori/batch_textures_convert https://jurajtomori.wordpress.com/2018/05/25/batch-textures-conversion-tool/
-
Houdini tip | Open parameter path in file browser
-
Houdini tip | Render any node in background