onesk8man Posted February 1, 2007 Share Posted February 1, 2007 Hi, I was wondering, if there is any way to see a "verbose mode", to see what "commands" you are using, similar to the maya`s "script editor". thanks! Quote Link to comment Share on other sites More sharing options...
stevenong Posted February 1, 2007 Share Posted February 1, 2007 Hi, Open a Textport & type "commandecho on". However, it does not print out everything you do so it's not very useful. What would you like to do specifically? If you would like to learn more about Hscript, try the online help or type "help" and "exhelp" in the textport to get the list of commands and functions. To learn about each, type "help command" to get the help text, for example, "help opscript". Hope the above helps! Cheers! steven Quote Link to comment Share on other sites More sharing options...
onesk8man Posted February 1, 2007 Author Share Posted February 1, 2007 Hi,Open a Textport & type "commandecho on". However, it does not print out everything you do so it's not very useful. What would you like to do specifically? If you would like to learn more about Hscript, try the online help or type "help" and "exhelp" in the textport to get the list of commands and functions. To learn about each, type "help command" to get the help text, for example, "help opscript". Hope the above helps! Cheers! steven Thanks steven! I dont want any specifically, just get familiar with command, syntax and so on. I see that is not outputing the hscript commands...but it will be nice anyway thanks Quote Link to comment Share on other sites More sharing options...
stevenong Posted February 1, 2007 Share Posted February 1, 2007 Hi, I find myself using hscript commands like maybe once a week? Functions are what I used daily & if you need something, you can use the -k (keyword) flag. For example: -> exhelp -k centroid centroid prim -> exhelp -k size bbox identity realuv vset dopsolvetimestep iprquery unituv -> exhelp -k distance distance mindist pointdist primdist uvdist xyzdist The results are functions that have the keyword in it's help so you can then do an exhelp on a specific function to find out more. Cheers! steven Quote Link to comment Share on other sites More sharing options...
sibarrick Posted February 1, 2007 Share Posted February 1, 2007 You can always run opscript -r -b /obj/* that will show you all the commands needed to reproduce the object networks in a script format.. Quote Link to comment Share on other sites More sharing options...
onesk8man Posted February 1, 2007 Author Share Posted February 1, 2007 You can always runopscript -r -b /obj/* that will show you all the commands needed to reproduce the object networks in a script format.. wow! THAT`S COOL! I will try some things! thanks! 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.