Alex Majewski
alexmajewski
About Me
専門知識
Technical Director
業界:
Advertising / Motion Graphics
Connect
LOCATION
Poznan,
Poland
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
Setting up karma to render on a extra PC 2026年4月11日8:16
Nah, Deadline definitely has pitfalls for new users. Some off the top of my head:
- you need to know the basics of sharing folders over a network
- you need to know that during the installation you can skip security certificates if you want to, or alternatively know how to then authenticate using them
- you need to know how to connect to the repository (direct connection vs RCS, the latter requiring an extra install if i recall)
And that's just the start
- then you need to know how to install Houdini submitters from the repo
- how to manually add newer Houdini versions that aren't supported
- finally, bonus chaos points if you haven't ever actually used Deadline before and don't know how it's supposed to work
And then there's the whole topic of licenses when rendering with Houdini.exe or Husk.exe, where Deadline does not ship with a custom Husk plugin/submitter.
If you know the answers, it's pretty trivial, but if you don't it's definitely paralyzing. I'm a Deadline fan, but I wonder if Hqueue wouldn't maybe be a little simpler here. I've never used it though.
- you need to know the basics of sharing folders over a network
- you need to know that during the installation you can skip security certificates if you want to, or alternatively know how to then authenticate using them
- you need to know how to connect to the repository (direct connection vs RCS, the latter requiring an extra install if i recall)
And that's just the start
- then you need to know how to install Houdini submitters from the repo
- how to manually add newer Houdini versions that aren't supported
- finally, bonus chaos points if you haven't ever actually used Deadline before and don't know how it's supposed to work
And then there's the whole topic of licenses when rendering with Houdini.exe or Husk.exe, where Deadline does not ship with a custom Husk plugin/submitter.
If you know the answers, it's pretty trivial, but if you don't it's definitely paralyzing. I'm a Deadline fan, but I wonder if Hqueue wouldn't maybe be a little simpler here. I've never used it though.
Import a custom script into PythonModule in HDA? 2026年2月12日5:20
@chris_g I would have never discovered that on my own. Thank you very much, Chris! It works as expected.
Import a custom script into PythonModule in HDA? 2026年2月11日8:05
Here's what I'm trying to do:


I embedded a custom script in my HDA.
Is there a neat way to somehow execute/interact with logic from scripts adjacent to PythonModule? For example, I'd like to define a class in a separate script and then use it in PythonModule.
I embedded a custom script in my HDA.
Is there a neat way to somehow execute/interact with logic from scripts adjacent to PythonModule? For example, I'd like to define a class in a separate script and then use it in PythonModule.