Custom folder Path not work

I don’t know why custom extension can not be recognised when I add the custom Folder path
The only place that works is the Extension folder of pyrevit in C:.… \AppData\Roaming

Usually it is because people point to the ‘name of your extension.extension’ folder instead of the folder containing this folder.

If

"%APPDATA%\pyRevit\Extensions\ribbon.extension\ribbon.tab\......."

Then

"%APPDATA%\pyRevit\Extensions"

Mine

"C:\pyRevit-Master\extensions\ribbon.extension\ribbon.tab\....."

So

"C:\pyRevit-Master\extensions"
1 Like