Posted: Tue Jun 05, 2012 6:26 am
Joined: 05 Jun 2012
Posts: 4
i downloaded the masonry add on from(http://sourceforge.net/projects/automasonry/files/automasonry/Stable%20V%200.56/) then i opened blender, opened the user preferences, clicked install add-on, located it and then hit install add-on. but when i go to enable it, it isn't there. so i then tried the alternative method and dropped the file into the add-on folder in the blender configuration files, and it still doesn't show up in the add-on menu.
i don't know what else to do. if im doing something wrong, or there is a better download link, PLEASE SHARE IT! i've spent hours with this stupid add-on and i don't know what i should do. please help me. thanks
Posted: Tue Jun 05, 2012 6:49 am
Joined: 05 Aug 2003
Posts: 3493
The file says it was written for Blender 2.54. I believe there have been changes in the registration process since then.
Posted: Tue Jun 05, 2012 2:06 pm
Joined: 05 Apr 2009
Posts: 699
check the script if it has bl_info struct and proper registration code, see
https://svn.blender.org/svnroot/bf-blender/trunk/blender/release/scripts/templates/operator_simple.py_________________
I'm sitting, waiting, wishing, building Blender in superstition...
Posted: Tue Jun 05, 2012 3:27 pm
Joined: 05 Jun 2012
Posts: 4
@CoDEmanX - i'm not sure how to view the script of the file i downloaded, but in your link is that the script? and if so is there a way i can put that into blender? i'm not familiar with scripts since this is my first time trying to install an add-on
Posted: Tue Jun 05, 2012 5:13 pm
Joined: 05 Aug 2003
Posts: 3493
Blender scripts are just text files (like all Python scripts) that you can edit in your favorite text editor.
Just be sure to same them as plain text and not as some Rich Text Format (RTF) or other word processing nonsense.
Posted: Wed Jun 06, 2012 6:38 am
Joined: 05 Jun 2012
Posts: 4
@stiv - so i took your advice and copied the script into notepad and saved it as a .txt file. but when i click "install add-on" in the preferences menu and navigate to the folder, it doesn't show up. the only files i can get to show up are .py files. (im assuming .py stands for python) but when i install it is won't show up in my add-on tab.
any other ideas?
Posted: Wed Jun 06, 2012 6:44 am
Joined: 05 Aug 2003
Posts: 3493
| Quote: |
| and saved it as a .txt file |
Sorry for the confusion. Python (and Blender) scripts are text files in the sense of containing human readable text as opposed to binary codes. They should have a .py extension.
You should (hah!) be able to simply rename your .txt files to .py.