Mcronin Posted January 30, 2006 Share Posted January 30, 2006 OK this is a really stupid question but it's new to me and Houdini's Help search functionality is broken on my system so I can't find an answer. what's this Director stuff about? I open my textport and I see Director-> instead of /obj/-> The problem is that with this director thing I can't use standard Unix commands like cd or ls, instead I have to use opcf or opls. It's creating havok with some scripts I wrote that use the Unix style commands. Can anyone explain what this is all about how to change the textport behaviour back and forth, and what is preferred in professional environments? I mean if I'm writing scripts at a production house should I limit the commands I use to HScript only? Or is it acceptable to write an HScript that uses Unix style commands. Quote Link to comment Share on other sites More sharing options...
edward Posted January 30, 2006 Share Posted January 30, 2006 All these "amenities" are normally supplied when starting Houdini causes the script $HFS/scripts/123.cmd to be run. However, for various reasons, it might not. So take a look at the script for the commands you need. In particular, the "alias" and "prompt" commands. As lazy sort of way to get the functionality, you can just do "source 123.cmd" in the texport and then delete all those default objects. Quote Link to comment Share on other sites More sharing options...
Mcronin Posted January 30, 2006 Author Share Posted January 30, 2006 Thanks Edward. I was setting up an environemnt and I guess I borked the path to houdini scripts. Good to know. Quote Link to comment Share on other sites More sharing options...
edward Posted January 30, 2006 Share Posted January 30, 2006 Oh, and remember to save your .hip files afterwards because these aliases and prompt settings are saved with the hip file since 123.cmd is no longer used. 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.