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
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
2008-04-19applied patch from Boris van Schooten, [#8148] Animation bugfix for ↵Campbell Barton
md2_export script made some other small fixes while testing. (divide by zero errors)
2007-01-28update to the md2 importer.Campbell Barton
* moved from NMesh to Mesh * made newstyle classes (use less memory) * optimized mesh creation * Animation now imports and plays (Bugfix for 5834) + other small tweaks Added mesh.key - was missing from docs
2005-12-15Scripts:Willian Padovani Germano
- added import and export scripts for 3ds and md2 (Quake 2) models contributed by author Bob Holcomb. Thanks! - updated ac3d importer to be more forgiving and exporter to get rid of deprecated call. More additions and possibly fixes to come. Note: we're forming a group to take care of importers and exporters and improve the situation as a whole in Blender. Discussions should happen at the bf-scripts-dev mailing list: http://projects.blender.org/mailman/listinfo/bf-scripts-dev Thanks Tom Musgrove (LetterRip) for helping a lot with scripts.