monomind 2 Posted February 18 I like to export the "details" of every frame of one of my scene objects to .json files (or a single file?) The detail spreadsheet changes every frame. I'm not sure if there is a SOP for this - I was unable to get anywhere close with python. Any guidance is appreciated! Share this post Link to post Share on other sites
Stalkerx777 156 Posted February 20 Save your geometry with File SOP and set file extension to .geo (not .bgeo). Open it with a text editor and you'll see that it's just a JSON file. 1 Share this post Link to post Share on other sites
monomind 2 Posted February 20 Oh this is brilliant!!! Thank you. Share this post Link to post Share on other sites