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
2007-02-14Added GPL Headers to some of my scipts that were missing it. also changed ↵Campbell Barton
the header of a few others. Only code change is cookie cut from View now only uses 3d curves to cut.
2007-01-27minor tweaks from testing scripts. correction in my last commit.Campbell Barton
2006-12-28Mech cleanup use new edge_keysCampbell Barton
continual script stuff, minor stuff.. fix for bad return in group. Added back group.objects.append/remove but print deprectaed warning. also some epydoc changes.
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-02-12==SConscript fix for cygwin==Tom Musgrove
open inventor export contributed by Radek Barton