Saving SOP as OBJ on Mac

URGENT SOMEONE PLEASE HELP ME PLEASE I BEG!

I’m currently trying to save a sop as an obj file so I can edit it on grasshopper & rhino to ultimately 3D print something.

For some reason, I can only save the file as a tog and the options to save it as different formats don’t show up like at all.

I have ran python scripts, downloaded obj exporters online, I have tried everything for the past 4 hours. Nothing works.

I need to work this out by tomorrow and am in desperate need of help. I am not running my sop through a Geo comp (I am using chops w/ data and then using the trail chop to create a sop).

someone please help…….

Hi - sorry about this - looks like this might have been broken for a while.

We’ll fix this for the next release - in the meantime you can save with Python if you specify the file extension - eg op(‘/project1/box1’).save(‘blob.obj’).

Sorry, I missed the even simpler way to save other formats - you can enter any other supported extension in the save dialog.

Future builds will correctly show a menu like on Windows.