abvfx 99 Posted June 8 Hi there, I'm not a very competent python user. I can read it but im at the stage where i can create it. I am looking to build a shelf button that will import a specific file on disk into my scene using a single button. The location of this file will not change. This seems like a simple series of commands but im lost as to how to do it. Any help my hoodniks. Share this post Link to post Share on other sites
kleer001 160 Posted June 8 (edited) hou.hipFile() is what you want : https://www.sidefx.com/docs/houdini/hom/hou/hipFile.html more specifically the merge() method Edited June 8 by kleer001 1 Share this post Link to post Share on other sites
abvfx 99 Posted June 9 I feel like an idiot, worked perfectly cheers mate 1 Share this post Link to post Share on other sites