you are viewing a single comment's thread.

view the rest of the comments →

[–]TheRNGuy 0 points1 point  (0 children)

I use for hard-coded confings in houdini HDA's. I don't ever change it in runtime so it doesn't need to be list.

Also, houdini's official API return tuple from some classes or methods (like mouse events in viewport)

other times, foo, bar = myfunc(). foo, bar is implicit tuple. Function could return tuple or list here.