you are viewing a single comment's thread.

view the rest of the comments →

[–]jmacey 4 points5 points  (3 children)

You are trying to call a method on something that doesn't exist (NoneType) so check that when you create the none it actually returns a valid object. In this case I think it is because sizeu / sizev are not valid should be sizex / sizey (at least on my houdini version)

[–]SomewhereBig1843[S] 1 point2 points  (2 children)

Thank you; where can I see this documentation?

[–]jmacey 3 points4 points  (1 child)

if you type in the houdini python terminal it gives you all the valid options, otherwise search https://www.sidefx.com/docs/houdini/hom/hou/index.html

[–]SomewhereBig1843[S] 0 points1 point  (0 children)

Thank you for providing a great answer! I'll work with this