Search - User list
Full Version: How to see Houdini script history like Maya script editor?
Root » Houdini Indie and Apprentice » How to see Houdini script history like Maya script editor?
Muralipr
How to see Houdini script history like Maya script editor history?

for example
i'm creating one box in Maya i can see the command in script editor history

polyCube -w 1 -h 1 -d 1 -sx 1 -sy 1 -sz 1 -ax 0 1 0 -cuv 4 -ch 1;
// Result: pCube1 polyCube1 //

this type of option is available in Houdini?
:?:
JColdrick
In an hscript textport, you can

opscript -b /obj/my_geo


The ‘-b’ means just show what's not set to default. Do a ‘help opscript’ for more information and options.

Cheers,

J.C.
Muralipr
Thank u JColdrick it's working.
how to see python script history?
or
python is only for API
wolfwood
print hou.node(“/obj/my_geo”).asCode()

help(hou.Node.asCode)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB