Hi everyone,
I'd like to share a small but useful tool I've built for Houdini: an automatic thumbnail generator that creates a PNG preview of your scene every time you save your .hip file.
π§ What it does:
On save, it captures a viewport screenshot and saves it as
YourScene_thumbnail.png next to your .hip file.
It works with any Houdini project β no setup required.
Perfect for visual version tracking, asset libraries, or Perforce integration.
π How to install:
Just drop the script into your scripts/456.py (or add to an existing one).
Detailed steps are included in the attached README.
This was created as part of a workflow that integrates Houdini with P4One (Perforce GUI), where visual thumbnails for .hip or .fbx files are missing β but it's generally useful even without Perforce.
Let me know if you have any suggestions, questions, or ideas for improvements!
Cheers,
Pavel Dostal
Auto-thumbnail generator for HIP files
657 2 3-
- Pavel Dostal
- Member
- 17 posts
- Joined: Oct. 2014
- Offline
-
- AslakKS
- Member
- 275 posts
- Joined: Feb. 2016
- Offline
Without testing this, might it be better to have this in a HOUDINI_PATH/scripts/afterscenesave.py script instead of 456.py?
https://www.sidefx.com/docs/houdini/hom/locations.html#run-scripts-before-and-or-after-saving-the-scene-hip-file [www.sidefx.com]
https://www.sidefx.com/docs/houdini/hom/locations.html#run-scripts-before-and-or-after-saving-the-scene-hip-file [www.sidefx.com]
-
- Sphan Hoo
- Member
- 4 posts
- Joined: Aug. 2018
- Offline
Pavel DostalHello! This tool is great. Thank you for sharing.
Hi everyone,
I'd like to share a small but useful tool I've built for Houdini: an automatic thumbnail generator that creates a PNG preview of your scene every time you save your .hip file.
π§ What it does:
On save, it captures a viewport screenshot and saves it as
YourScene_thumbnail.png next to your .hip file.
It works with any Houdini project β no setup required.
Perfect for visual version tracking, asset libraries, or Perforce integration.
π How to install:
Just drop the script into your scripts/456.py (or add to an existing one).
Detailed steps are included in the attached README.
This was created as part of a workflow that integrates Houdini with P4One (Perforce GUI), where visual thumbnails for .hip or .fbx files are missing β but it's generally useful even without Perforce.
Let me know if you have any suggestions, questions, or ideas for improvements!
Cheers,
Pavel Dostal
Can I disable the pop-up that shows up whenever I save?
-
- Quick Links