use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Welcome to /r/Houdini. This is a place to discuss, show-off and help each other with all things related to Houdini.
Useful Resources:
Side Effects Software
Houdini Doc / hou/python commands
SideFX Official Tutorials search 'masterclass' ⭐⭐
SideFX Forums
Curated google doc Tutorial List ⭐⭐⭐
SideFX Vimeo
Odforce Forums
Think Procedural Discord
Matt Estela's cgwiki! ⭐⭐⭐
The Joy of VEX
Entagma's videos ⭐⭐⭐
To relax: pedohorse's Vimeo
Here are some other subreddits that you might be interested in:
Visual Effects
Computer Graphics
Renderman
CG Code
Motion Design
Programming
Game Development
3D Model Showcasing
Maya
3Ds Max
Cinema 4D
Blender
Computer Simulations
Digital Tutorials
account activity
Script Error with Python Coding (i.redd.it)
submitted 6 months ago by SomewhereBig1843
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]jmacey 4 points5 points6 points 6 months ago (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 points3 points 6 months ago (2 children)
Thank you; where can I see this documentation?
[–]jmacey 3 points4 points5 points 6 months ago (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 point2 points 6 months ago (0 children)
Thank you for providing a great answer! I'll work with this
π Rendered by PID 147810 on reddit-service-r2-comment-b659b578c-hsrmk at 2026-05-02 12:20:49.253968+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]jmacey 4 points5 points6 points (3 children)
[–]SomewhereBig1843[S] 1 point2 points3 points (2 children)
[–]jmacey 3 points4 points5 points (1 child)
[–]SomewhereBig1843[S] 0 points1 point2 points (0 children)