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
2013-11-18Maintenance: Shebang lines fix for some python scriptsCampbell Barton
2012-08-22fix for blend_render_info.py not closing file & some edits to comments.Campbell Barton
2012-06-20style cleanupCampbell Barton
2012-04-26fix for buffer overrun crash with saving scene name longer then 24 characters.Campbell Barton
writing render info would try write= 64 length string into 24 length buffer. updated py script to extract render info too.
2011-10-17correct spelling errors in commentsCampbell Barton
2010-09-07ran through pep8 checkerCampbell Barton
2010-07-06pedantic pep8 warnings, mostly white space.Campbell Barton
2010-06-15- module for reading blend start/end frames and scene name (useful for ↵Campbell Barton
finding the total frame count without loading a blend file) - added render api as unstable to the docs.