sidebar features
sidebar content

Go Back   Blender Artists Forums > General Forums > Python & Plugins

Reply
 
Thread Tools
mpan3's Avatar
mpan3 mpan3 is offline
Member
 
Join Date: Jun 2004
Location: Vancouver, Canada
Posts: 2,073
Project Status: Scanning the web for script, some are mirrored, some are linked.

http://mpan3.homeip.net/python.folder/

I tried to keep the interface as clean as possible, while the catagory view might not be great, and the sorting is a bit arbitrary, the search function should serve most people well. It is a exact keyword match search...

salvage the web for python scripts can be very time consuming, i expect the maintainance to be equally difficult due to the sheer amount of data. Because of this, I am looking for volunteers to help with this project. I'll make you accessible to my site so you can contribute to this awsome project.

I've already basically copied the python script page on Blender.org to my site. All the LIVES ones are now accessible through the BPSR...and a lot more script to come.
............................................
Mike's Blender site

Last edited by mpan3; 18-Jun-06 at 04:27.
#1   Old 15-Jun-06, 03:32   
Reply With Quote


Mr Ouchie Mr Ouchie is offline
Member
 
Join Date: May 2006
Posts: 20
yes please!
#2   Old 15-Jun-06, 03:57   
Reply With Quote
Friday13 Friday13 is offline
Member
 
Join Date: Mar 2002
Posts: 3,116
There's a script repository on Blender.org (needless to say, it's out of date). It's also been attempted here, on this forum, a few times. The problem is that the amount of new/updated scripts becomes too much to handle.
............................................
Exit, stage left.
2001-2009
#3   Old 15-Jun-06, 03:57   
Reply With Quote
mpan3's Avatar
mpan3 mpan3 is offline
Member
 
Join Date: Jun 2004
Location: Vancouver, Canada
Posts: 2,073
I shall again attempt it.

First of all, i need to know where to collect scripts:
some of my sources are:

http://blenderartists.org/
blender.org
http://mediawiki.blender.org/
blendernation

any other foreign or independent sources that i missed?

I am hoping to unify the python plugin storage and distribution so that the user can easily find the latest version of the script that does what they wanted.


I think the main concern is to have authors to cooperate and submitt their scripts. But of course, the site will be able to process third party's submission so that even john doe can send a message to the repository with a link to a script written by some other brilliant soul.
............................................
Mike's Blender site

Last edited by mpan3; 15-Jun-06 at 04:05.
#4   Old 15-Jun-06, 03:58   
Reply With Quote
Friday13 Friday13 is offline
Member
 
Join Date: Mar 2002
Posts: 3,116
Good luck!
............................................
Exit, stage left.
2001-2009
#5   Old 15-Jun-06, 03:59   
Reply With Quote
BeBraw's Avatar
BeBraw BeBraw is offline
Member
 
Join Date: Jul 2005
Location: Nifland
Posts: 2,064
I would like a wiki based solution. Please use some sort of script template and be careful about planning navigation and the structure of the system so that it will be easy to use.

Some things to be mentioned in the template could be the script (link to it or even the whole script), creator(s), license, release notes, supported version(s) and script compatible with them (yes there may be separate versions for different blender versions), category, comments/notes by the users, documentation or link to it...

Good luck!
............................................
Nothing to see here ... move along.
#6   Old 15-Jun-06, 05:13   
Reply With Quote
broken's Avatar
broken broken is offline
Member
 
Join Date: Feb 2003
Location: Sydney, AU
Posts: 2,704
Quote:
Originally Posted by BeBraw
I would like a wiki based solution.
And if so, it would be best to do it on a section of the blender wiki, rather than further fragmenting efforts.
............................................
web log
#7   Old 15-Jun-06, 05:20   
Reply With Quote
mpan3's Avatar
mpan3 mpan3 is offline
Member
 
Join Date: Jun 2004
Location: Vancouver, Canada
Posts: 2,073
I can't believe I am actually doing this. It was suppose to be a question that deserves an answer such as 'go here to find a repository'...

Well, I accept the challenge, expect a prototype within the week.
............................................
Mike's Blender site
#8   Old 15-Jun-06, 05:22   
Reply With Quote
pildanovak's Avatar
pildanovak pildanovak is offline
Member
 
Join Date: May 2004
Posts: 1,038
hi, some of my scripts are here(I met some people looking for them sometimes on the net), some are also with tutorials, and they were all done for blender 2.34.

http://plant.ffa.vutbr.cz/~novak/dwnflz/ScriptPack.zip
#9   Old 15-Jun-06, 08:45   
Reply With Quote
narven's Avatar
narven narven is offline
Member
 
Join Date: Oct 2005
Location: Lisboa - Portugal
Posts: 223
currently i'm working on a blender repository that works on a local and network.
the main objectives of this scripts are:
- the hability to create repository's and to access them on local or on network computers;
- the user can access a repository and for example: just download the materials that are in all the .blend files available in that repository.
- you can preview, materials and other stuff..
- and other cool stuff

the script will be available in 2 ou 3 weeks
............................................
mysql_query("DELETE stupidity FROM earth") or die("Stupid");
http://www.narvenblog.com
#10   Old 15-Jun-06, 11:17   
Reply With Quote
mpan3's Avatar
mpan3 mpan3 is offline
Member
 
Join Date: Jun 2004
Location: Vancouver, Canada
Posts: 2,073
Narven, are you making a repository of python scripts or a repository of blender files and materials USING python scripts. From what you said, it seems you are making the latter(second) one.
............................................
Mike's Blender site
#11   Old 16-Jun-06, 00:32   
Reply With Quote
narven's Avatar
narven narven is offline
Member
 
Join Date: Oct 2005
Location: Lisboa - Portugal
Posts: 223
Quote:
Narven, are you making a repository of python scripts or a repository of blender files and materials USING python scripts. From what you said, it seems you are making the latter(second) one.
its a repository of blender files, images, textures, sounds... blender themes, everything you can use in blender
............................................
mysql_query("DELETE stupidity FROM earth") or die("Stupid");
http://www.narvenblog.com
#12   Old 16-Jun-06, 00:49   
Reply With Quote
mpan3's Avatar
mpan3 mpan3 is offline
Member
 
Join Date: Jun 2004
Location: Vancouver, Canada
Posts: 2,073
Ok, I am thinking of using CMSimple to power the site? It might not hte best best way, but I'll give it a try and see how it goes. I am really trying to stick to the simple stuff. No need to go all out with spectra or typo3... I donno, i might be completely wrong on this one. Guess we'll see...
............................................
Mike's Blender site
#13   Old 16-Jun-06, 01:14   
Reply With Quote
mpan3's Avatar
mpan3 mpan3 is offline
Member
 
Join Date: Jun 2004
Location: Vancouver, Canada
Posts: 2,073
bump for the need for feedbacks.
............................................
Mike's Blender site
#14   Old 16-Jun-06, 18:36   
Reply With Quote
MADCello MADCello is offline
Member
 
Join Date: Sep 2002
Location: Évora, Portugal
Posts: 694
I just want to say that IMO your work is very important. Thank you!
#15   Old 16-Jun-06, 20:03   
Reply With Quote
mpan3's Avatar
mpan3 mpan3 is offline
Member
 
Join Date: Jun 2004
Location: Vancouver, Canada
Posts: 2,073
Updated, and thank you all for the support. I'd appreciate it more if I get some people to help me with the project.
............................................
Mike's Blender site
#16   Old 18-Jun-06, 04:28   
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Blender Python Consortium: Initial proposal reD_Fox Python & Plugins 4 13-Jul-05 15:05
Python Problems (script and Strange messages) MR.?? Basics & Interface 2 23-Jun-05 06:21
Click and mouse over to activate a Python script Rangel Game Engine Support and Discussion 7 09-Oct-04 18:22
Python driven object creation. Newbie start script. jd_bertron Python & Plugins 0 29-Jan-04 18:13
Call Python script in Blender Merc Python & Plugins 3 11-Jun-03 00:08


All times are GMT. The time now is 23:05.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Logo and website design copyright © 2006 by froodee design bureau. All rights reserved.
Other Blender Sites
new icon Blender Homepage »
The official Blender homepage
new icon BlenderNation »
Fresh Blender News, Every Day
new icon Blenderart Magazine »
Blender articles, tutorials and images.
Blender Headlines
Featured Artwork
Short animation: Barrel by Phlopper
Woolly mammoth by sebastian_k
Photorealistic classic furniture by eMirage
Social BlenderArtists