aachman98 / Sorcar

Procedural modeling in Blender using Node Editor
https://aachman98.itch.io/sorcar
GNU General Public License v3.0
1.16k stars 112 forks source link

Can't install v2.1 on Blender 2.80. #56

Closed khdhhde21 closed 5 years ago

khdhhde21 commented 5 years ago

Downloaded v2.1 zip and tried to install it as Blender 2.80 add-on. Didn't get any errors, but Sorcar is not showing in the add-on list and there is no "Node Editor" to open. Did I miss any steps? Thanks!

aachman98 commented 5 years ago

Go to the directory where all addons are installed: For Windows: %AppData%\Roaming\Blender Foundation\Blender\2.80\scripts\addons\ For Linux: $HOME/.config/blender/2.80/scripts/addons/

Rename the Sorcar folder to "sorcar" (remove any special characters)

khdhhde21 commented 5 years ago

It worked! Thank you!