Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-28- removed 2.4x release/scriptsCampbell Barton
- moved release/io and release/ui into release/scripts/io, ui - updated scons, cmake, make When porting 2.4x scripts back, use a command like this so as not to loose the commit history... svn cp https://svn.blender.org/svnroot/bf-blender/branches/blender2.4/release/scripts/raw_import.py release/scripts/io/import_raw.py
2009-05-06[#18695] Replace python errors with useful messages when no full python ↵Campbell Barton
installation is found from Philipp Oeser (lichtwerk)
2008-10-21more python 2.3 compat, should be the last of it.Campbell Barton
2008-06-23[#13635] DirectX8Exporter with vertex colorsCampbell Barton
patch from Masaru Nemoto (mnemoto) Made some modifications to the patch, use reduce() to get total face verts and some speedup for face vcol looping, also don't write vcol alpha since its used by brushes internally and has no useful meaning.
2008-04-23added ipo script template from blenderartists forTe, made scripts refresh on ↵Campbell Barton
load factory settings and replaced elysiun with blenderartist.org in headers
2007-04-27export_cal3d - exporting all actions (option) wasnt workingCampbell Barton
export_fbx - blender cameras now work properly (converted lens angle, rotate to the right axis) Made meshes, armatures and cameras use the same namespace. DirectX8Exporter - update from David Teviotdale, change names of exported objects so some DX readers dont fail xsi_export - Null materials made the export fail (python error). This may not be a correct solution since material indicies could be messed up now. I have no way of reading these files.
2007-01-31fixed a python error in the exporter, small changes for the importer.Campbell Barton
2007-01-16dont use python keywords as variable names.Campbell Barton
2006-12-25modified scripts from using older/depricated Python API commands, deprecated ↵Campbell Barton
scn.getChildren() in the docs.
2006-07-03Lots of scripts are using Object.Get() where ↵Campbell Barton
Scene.GetCurrent().getChildren() is what is needed. When through and replaced the obvious ones but there are still a a few Id rather not touch without more about whats going on. Did quite a few changes to export-iv also.
2006-04-19==scripts ==Tom Musgrove
latest update of Direct X 8 exporter by Ben Omari
2006-03-29==Directx 8 exporter update==Tom Musgrove
update to the direct x exporter by Ben Omari
2006-03-11==scripts==Tom Musgrove
updated directx8 exporter by Ben Omari
2006-02-12==SConscript fix for cygwin==Tom Musgrove
open inventor export contributed by Radek Barton
2006-01-29Scripts:Willian Padovani Germano
The orange -> HEAD merge reverted some scripts to older versions. This only affected the ones that already existed before the orange branch. Minor issue, easy to fix. All in all, kudos to kaito, Hos and others for all the hard work in bringing (coding, merging) all these changes to the main branch.
2005-10-11Scripts updated:Willian Padovani Germano
- Discombobulator by Evan R and DirectX8 Exporter by Ben Omari. BPython: - Crashed Blender while testing discombobulator: obj.setMaterials() was not checking if the passed obj had valid obj->data. If the object had been created and not linked yet to a mesh, a crash would happen when trying to sync ob and me material lists. Now an error is returned. Also made obj.setMaterials accept an empty list, since obj.getMaterials can return that. Thanks to the script authors for the updated versions and special thanks to Tom (LetterRip) for collecting info about updated and new scripts, sending me updates I had missed, etc.
2004-11-07Scripts:Willian Padovani Germano
-- adding help_browser.py to show help for installed scripts; -- updated scripts to include basic doc info to be shown with above script: script authors can / will / should update with more info, of course; -- updated some scripts to newer versions: disp_paint, fixfromarmature, hotkeys, etc.
2004-07-27Scripts:Willian Padovani Germano
- Ben Omari sent an update version of his DirectX8.py, Jean-Michel Soler updated his disp_paint.py and Campbell Barton contributed a new one: sel_same.py (for now it's in the UV menu). Thanks all, great scripts; - small updates in some other scripts. BPython: - Finished wrapping radiosity functions for the Radio submodule; - doc updates.
2004-06-21- Scripts:Willian Padovani Germano
Campbell Barton updated his Wavefront OBJ scripts and Ben Omari updated his DirectX 7 and 8 ones (thanks both). The other listed scripts had minor updates to accomodate the menu changes. - Scripts in menus: renamed Tools to Object, Generators to Add, and Modifiers to Mesh (Metaball, Curve, Surface can be added later), to integrate better in the interface. - Fixed a bug in Blender.sys.makename: last letter of file extension was being cut out.
2004-06-13New script:Willian Padovani Germano
Ben Omari contributed a DirectX 8 Exporter (thanks!). It will probably be updated before 2.34, as some of the other bundled scripts.