When I run the simulation by pressing the “Play” button it creates an action graph that is not visible in the tree structure on the right hand side of the GUI, but I can can see that it exists when I press the “Edit Action Graph” button. Now, I don’t want the script to be executed anymore but unfortunately I already saved my USD.
How can I delete the script that it is not executed anymore when I press play?
Hi @lukas-bergs - To remove the script from your USD, you can follow these steps:
Open the USD file in the Omniverse Kit.
Navigate to the “Stage” panel on the right side of the GUI.
In the Stage panel, you should see a tree structure of your scene. Look for the node that represents your script.
Once you’ve found the script node, right-click on it and select “Delete”. This will remove the script from your scene.
Save your USD file.
Please note that this will permanently remove the script from your USD file. If you think you might need the script again in the future, you might want to save a copy of your USD file before deleting the script.
Thanks for your answer!
Unfortunately the node does not appear in the tree structure. I can only see the created action graph when I press the “Edit Action Graph” button.
I just found out that the SDGPipeline ActionGraph was not generated from the script I added but from the sim_camera ActionGraph. So everything works as it should.