Creating new button

Hi, im trying to make a new command that allows me to export to DWG and have the file name include the revision of the sheet. Ive made the filepath containing the .extension, .tab, .panel and .pushbottom folders with a script.py text file and an icon and ive loaded it in settings. I cant see it in extension or any way to add it in extensions. Can anyone help?

1 Like

Typical mistake is:

you need to point to the folder containing the .extension folder, not point to the .extension folder itself

here is a sample with only one button
yourExtensionName.extension.zip (4.6 KB)

thats how i have it.

Ok i used yours and it worked, so im not sure whats wrong with my one

check each folder name and imbrication, this is also typical to get mixed up.

I have the button now, it shows, now its just trying to get the script to actually work

1 Like

Script names correctly?
Such as My Stuff_script.py?