I’ve put together a method for creating a flipbook image and saving it directly to a folder with time and date as the filename, all from a single key press. It uses a python script and a boring bit of setting up. Big time saver in the long run though, if you need to save out single frames from the viewport often like I do.
Here’s how to get it running: (I’ve only tried this on PC but should translate to other platforms)
First of all we need to add the HOUDINI_USER_PREF_DIR to the houdini.env file. This is so we can add custom python modules to Houdini and in this case my little module for creating the flipbook images.
For me it looked like this (But can be anywhere you want to put it): HOUDINI_USER_PREF_DIR="D:/Dropbox/PixelsInProgress/PIP_HoudiniAssets/Presets;&"
Now go to the folder you've linked to in the .env file and add a folder with the name 'python2.7libs'
Download the PIP_FlipBook module here: PIP_FlipBookTools
And place into the 'python2.7libs' folder. Should look something like the image