Nicholas Ralabate Posted October 11, 2019 Share Posted October 11, 2019 Is there a way to get a list of the most recently opened HIP files in Python? I am trying to set up my home Houdini install to auto-open the most recent file when I start it fresh... Quote Link to comment Share on other sites More sharing options...
LucaScheller Posted October 11, 2019 Share Posted October 11, 2019 The file.history file in your user pref folder (Windows: C:\Users\<USERNAME>\Documents\houdini<HOUDINIVERSION>\file.history) contains the list of the recently opened files. Couldn't find anything about if it is accessible via the hou module. I guess we have to stick to manually reading the file and parsing the contents :/ 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.