Help me make a prog :)

im pretty well driven into Blender and im now testing the waters of plugins and python. i know very very very little of both. I have been to some websites with tutorials on this subject, and all this gave me an idea. i program mostly in VB6 and i really like the easy-ness of it. well, i figured id write kind of a BlenderPython Scripting tool with similarities to VB6. I wanted to make a scripter that has preloaded common scripts and starting templates, as well as giving the user the ability to save custom scrpts for later use. I have a simple beta version written, but since i am stupid when it comes to blender+python=plugins, i need elysiuns help. If you would, please leave me your list of simple and common script snippets such as: ‘import Blender’ or ‘from Blender import NMesh’. Even if its something 3 lines long, as long as its common and useful, please leave it. and dont forget to make sure that it is a script that works. I dont have a lot of time to go through and test every single one. Leave your name and a short description of the snippet and ill be sure to leave my thanks to you in the prog. if i think that the final prog is worthy, ill leave a link to it one day. It wont be licensed or copyrighted, so, please be nice and not steal it ;). Thanks for any help i receive and to anybody who gives it.
-Cody

alot of other p[rogramers were trying this to. I do not know the current status of it, but I do know that the auto launching was not sitting so well.

Now perhaps if it was done in C inside for blender it’self it would be fast and clean. It breaking down would almost be nill as changes in the python api would not nuke it.

I made a mockup. It is powered by blender and it does not have to rely on an auto launch on start up, just when the buttons are pressed…
http://www.aprilcolo.com/oh/plink/sam/sam.html
very simple to use and iconized.

But whatever happens as long as you are happy to share then the comnue will be happy to accept .

Take my words as just words and not truth. As Theeth will come by and comment the truth

^v^

the program itself is not so much as an autolauncher, as in VBs “Run” function, but more of a composer. Its kind of like an auto complete, only without the auto part. it prints a common function for you so you wouldnt have to. Or if you have a function youve written that u want to include, no copy and paste, jus use the prog to save it and then the prog loads it when u need it. all in all, its a lazy-person-making-scriptor. :slight_smile:

??? :expressionless:

Share what you have thus far and others can help you make it much better. They can point to bugs right away. And put fixxs in it. And everybody can enjoy it sooner.