New Script List

The old Script List Effort is still accessible.

With Blender 2.32 is coming a feature to seamlessly integrate Python scripts in the menus. We felt this called for a refreshing of the Script List thread to make it more up to date with the latest changes.

Guidelines

  • The list will only accept working scripts.

  • Each script needs to have these informations to be included in the list
    [list:0686ffaf71]

  • The author’s name

  • Its general purpose identified with one or more letter
    [list:0686ffaf71]<A>nimation and links
    <M>odelling
    <G>ame engine
    <E>xport
    mport
    <O>ther

  • indicates a GUI
  • A list of its features and limitations

  • A link to its official website, or a direct link to the file if no website was done

  • A minimum amount of instructions packed with the script or on the website

  • The license under which it is published[/list:u:0686ffaf71]

  • Scripts that work with the new API (2.28+ will have a version number in blue.
    This number indicate the minimal version required to run the script.

  • Scripts that work with an older API will have a version number in red.
    This number indicate the version required to run the script.

  • Scripts that are compatible with 2.32 should also include the correct piece of code
    to make them importable in the menus.

  • Scripts will be sorted in alphabetical order, using the name of the script

  • The actual list will be included in this very post, and an update date will be entered in the title
    [/list:u:0686ffaf71]

How to submit a script

Either post the required information in a reply to this thread or send it to me by PM or e-mail.

CURRENT LIST

Extrude Along Normal by [i]tuinbels <M+> 2.28
In FaceSelectMode (FKEY), extrude selected faces along their normal
Download script HERE

This list will also be mirrored in a more organised way HERE.

regards,
Martin

I have several scripts on my website that I’ve been working on to make blender more useful (to me at least). All of them are in a constant state of flux, so capabilites are constantly changing. More current info and screenshots are on my website. So here is the list.

my website: Here

  • 3DS Importer 2.32

  • [I]

  • imports objects and material information (except for texture maps)

  • 3DS Exporter2.32

  • <E>

  • exports objects no materials yet

  • MD2 Importer 2.32

  • [I]

  • imports MD2 file, and texture map. Stores the animation as reletive vertex keys

  • MD2 exporter 2.32

  • <E>

  • Exports the model and animations, still a little buggy, needs more of a GUI to be user friendly

  • MD3 Importer 2.32

  • [I]

  • imports objects, material information (must load the texture maps seperatly, tags, and animations as reletive vertex keys.

  • MD3 Exporter 2.32

  • <E>

  • Currently not in a useable state.

  • MD5 Importer 2.32

  • [I]

  • imports objects and material information, no bones. Still buggy. I’m currently looking at writing the blender-python bindings for the bones and armitures so I can import the bones and animation.

  • OBJ Importer 2.32

  • [I]

  • imports objects and material information, buggy

  • OBJ Exporter 2.32

  • <E>

  • Exports object and material information, buggy

Goofster is currently working on a totally new list for scripts, with a real database an all. He showed me a working version last week, not sure how he progressed since then.

Anyhow, that’s just to say that I won’t be posting updates to the list. You maybe, however, post your info in this thread, as this will make our job easier when populating the new database.

Martin

I’m making steady progress. I’m just trying to create something that will hopefully be self-sustainable. So users can add new scripts by themself and update entries and such.
Also, I’m trying to use the smarty template engine(elysiun uses this) so we can change the design easilly if we want too.

coming to a website near you soon :wink:

Roel

Any progress? :expressionless:

Cheers! :slight_smile:

awesome cant wait

2.33 has come out and seems theres not very many scripts added to the “official” list.
I’m a semi-competent python programmer, I could volunteer my time to try to set up the scripts so they conform to the requirements of this new list.
I’d really like Fiber Script, Lsystem and some other great modelling/textureing scripts to be accessible and available in the new list.

hmmm… just had an idea… since a lot of the scripts are opensource or licenced not too restrictively, I wonder if the original authors would mind if I tried to set up their scripts to conform to the new list requirements then mirror them back to the authors???

  • emk

Hey! bob_holcomb you script for export md2, need a special python edition.
:stuck_out_tongue:
I’m use a 2.3.3 version of python and blender 2.33a, and the export script not work correctly.
First I export a model to .md2 with you script.
And I import again this model to blender again, and only see the “points vertex” in edit mode, not faces. Other viewers of .md2 crash to open this models.

Thank’s for u help!

P.D.
I can’t write in EN correctly. :-? xd[/b]

hello!

I have got the same problem what ‘madman’ have. I check out many combinations of Python and Blender versions, versions older and new. In every combination I have that problem. What could that may be? Hey, ‘madman’, did you solved this problem already?

Ps. Please answer by someone who know what that problem can be dissolve.

Ps2. Sorry for my English, if he is bad.

Madman and >xyzer: The md2 scripts were for Blender 2.32 and Python 2.2.3

EMK: That would be very much appreciated by everyone. :smiley:

%<

Hi

Fligh %: Thanks, I check out that combination too, but it still not working, the same things happens… That scripts import/export .md2 works on your computer?? Please tell me what do you do if that is, they works??

Ps. Sorry for my English if he is bad.

My GUI Creator:

http://www.angelfire.com/anime4/nuvares/blender/gui_creator.py

Creates GUIs for your Python scripts. :slight_smile:

Here’s my script

-BVH 4 BLENDER 2.34
-A
-Create an armature on bvh empties (deformation free)

Please … add it to the list … it is very very useful

Jean-Baptiste …

Here is an updated version of my GUI_Creator script. This is version 2.4. Enjoy!

GUI_Creator V2.4 by The_Nerd <O+>
http://www.restorides.com/~nerd/gui_creator.py
:smiley:

Edit: Update to V2.4

your site is down, and i have noticed the obj importer bugs( best look at this page on information on various file formats)…

and the main bug i see is that the vertex information is doubled ( part one to fixing the uv layout is to fix that major bug )

on this note:

i am currently working on a script that will handle script management automatically, in a manner similar to package deployment on linux, only much simpler (no dependencies).

i have a preview of the technology, it does work, but I have yet to make a GUI.

if you would like to try it go to http://www.toxicx.toxicengine.org/scripts/scripts2.php
and follow the instuctions (the second set) to try the script for me. You can email me if it works or not; i won’t create a new thread until it is ready for general consumption.
the script runs off of a small database of scripts right now, but I will have more as I get the time to rename them and get them all set up.

thank you.
-samadam

Hey bob_holcomb,

i was searching for some md2 importer/exporter for blender and found your site… but there is nothing than an empty page and some hardcoded ip-adress in some frameset.
Has your site moved?

Greetings DonMartio

Is this thread being used now or not? Well just in case, here is:

  • VOS COD Exporter
    Exports current scene to a VOS COD file, which can be loaded by a VOS server like OmniVOS for interactive internet 3D.

    - Author: Peter Amstutz
    - Type: &lt;E&gt;
    - As of version 0.21: Exports mesh data, uv mapping, point lights, cameras, some world info.  Many Blender features aren't yet supported by VOS A3DL.
    - http://interreality.org/projects/blender
    - GPL

Can’t there just be a site that keep track of all these scripts, explanations and back ups ? Looking through the forum is too disarray

http://www.ogre3d.org/wiki/index.php/Tools:_Blender#BlenderImport
http://www.ogre3d.org/wiki/index.php/Tools:_Blender#Mesh_and_Armature_Exporter
http://www.ogre3d.org/wiki/index.php/Tools:_Blender#dotScene_Exporter
these are import export plugins for the formats used by OGRE 3D game engine
http://www.ogre3d.org/images/M_images/ogrebtn.png
http://www.ogre3d.org/