magneto Posted February 16, 2012 Share Posted February 16, 2012 I have a sample scene I am trying to render but there are missing maps. Is there a way to find them all, i.e. navigating to the operators using them, etc? Thanks Quote Link to comment Share on other sites More sharing options...
AdamJ Posted February 16, 2012 Share Posted February 16, 2012 .. was just doing something related to this.. hou.fileReferences() will give you external file references this will print node paths and files used d = dict(hou.fileReferences()) for x in d.keys(): print x.path(), d[x] I have a sample scene I am trying to render but there are missing maps. Is there a way to find them all, i.e. navigating to the operators using them, etc? Thanks 2 Quote Link to comment Share on other sites More sharing options...
magneto Posted February 16, 2012 Author Share Posted February 16, 2012 Thanks Adam, that's wonderful Quote Link to comment Share on other sites More sharing options...
anim Posted February 16, 2012 Share Posted February 16, 2012 if I'm not mistaken that's what Render/Pre-Flight Scene... option is for, or one of the possible uses 1 Quote Link to comment Share on other sites More sharing options...
magneto Posted February 16, 2012 Author Share Posted February 16, 2012 Thanks anim, Preflight scene does the trick. 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.