andreuparri

andreuparri

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Arnold for Houdini - Command Exit Code: -1073741819 Nov. 13, 2024, 5:51 p.m.

I have the exact same issue.

License installed and working and renders fine in Solaris.

Same as William, setting the output picture to a file works fine but fails to find the license when setting output picture to ip.

Also asking in Arnold forums with no luck just yet.

Quality of life for Houdini users March 31, 2023, 1:24 p.m.

BabaJ
But what's the advantage, other than personal preference which I can't 'argue' with, of referencing it to a wrangle vs. local file in $HIP ?
I suppose it is in a way a personal preference but in another way I just think it makes more sense to be node based since is the houdini philosophy in the first place.

Advantages I see wrangle vs text file on disk:
  • Selfcontained. I cannot be lost that easily. If it exist in the scene is much easier to find by other artist.
  • Easy to have multiple version. Its easy to test diferent versions by simply duplicating the wrangles.
  • Can use presets which hopefully get even more functional in future versions.
  • Can easily shared with hdas.
  • Using relative paths inside node networks can easily duplicate both the definition wrangle and the wrangles calling the functions. This way would make the dependencies a bit more flexible.

Quality of life for Houdini users March 31, 2023, 1:04 p.m.

BabaJ
andreuparri
In the "feature" I was suggesting the definition of the functions leaves in another wrangle instead of a vex file on disk.

Which has the same advantages as using wrangle vs files.

But what's the advantage, other than personal preference which I can't 'argue' with, of referencing it to a wrangle vs. local file in $HIP ?

To clarify I'm always thinking of local functions that are used in multiple wrangles in a single hip file. When a single wrangle with function definitions is updated, multiple wrangles calling those functions in the same hip file get updated automatically. Like a mini embedded hda but much simpler.

It does add anything new is just more convenient, faster and self-contained.

Another advantage is that you could have hdas that simple hold vex functions and loaded when you need them. Yes you can have this with included files but not as tidy imo.

For global functions to use in many diferent hip file it does make more sense to have them in a file in an include folder.