like this.
Read the entire hip file of the folder and modify it.
But it doesn't seem to support reading and modifying in TOP, only creating and saving.
Official cases are created and saved only.
After querying the help document, you learned that sendcommand should use hython.
my code is:
hou.hipFile.load('*****')
This is a direct error.
I'm sure it will help me open the file correctly in the python pane.
So, I wonder what I did wrong.
Or, what is the right thing to do.
Thank you very much.