Thanks Wim, that works if I type Export, but the export button in the properties:attribute user text panel does not bring up the same file format drop down
I thought that the csv options would show up here…I understand now that I need to control those from the export command…sorry to bother you.
I have been trying to create buttons for my python scripts by using _! _RunPythonScript “User\path\to\your_script.py” but it always starts by asking for the file so I am guessing that the command only reads the RunPythonScript…is this a Mac problem ? I seem to remember the file being read from the command in windows
Please start new threads for completely different issues.
If you want to bypass dialog boxes, you need to use the dashed version of a command. You are using an underscore (and why _!?). That is for running English commands in non-English Rhino’s.
-wim