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
2014-04-15Style cleanup: C & pep8Campbell Barton
2014-02-13Code cleanup: styleCampbell Barton
2013-09-15- update bl_run_operators.py for change in blender.Campbell Barton
- rename curve delete operator vertices enum to match mesh delete operator. - add missing NULL checks to view3d_lock_poll() to prevent crashes when called outside a view3d.
2013-06-28test operator script, add ability to load files from a path while testing ↵Campbell Barton
operators.
2013-03-17code cleanup: incorrect sized array args, remove some redundant code.Campbell Barton
2013-02-14update to operator running test, add option to randomize order, not reset ↵Campbell Barton
blender for each operator and set data attributes.
2012-11-30fix for another error in my own recent commit, beauty fill crashed.Campbell Barton
2012-09-27pep8 cleanupCampbell Barton
2012-09-23add more tests to run operators testing scriptCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
also remove large, duplicate comments from sunsky.h
2012-03-08use BLI_path_cmp() rather then strcmp()Campbell Barton
2012-02-04Code Cleanup: pep8 editsCampbell Barton
2012-02-02* fix for error in shape transfer (wrong var name).Campbell Barton
* fix for error alligning object to the view when no space was set. also added blenderplayer start to CTest operator blacklist.
2012-02-02internal cleanup, check.Campbell Barton
* remove duplicate operator, wasnt used. * added check for duplicate types for CTest.
2011-08-08use static sets rather then tuples, python optimizes this case.Campbell Barton
minor change to lightmap unpack collecting unique meshes.
2011-04-01pep8 checker, mostly pedantic style changes but also found an error in ↵Campbell Barton
mesh_utils.mesh_linked_faces()
2011-03-22found text editor X/Y selections coords were booleans and corrections to ↵Campbell Barton
operator calling script from last commit.
2011-03-22Added CTest to run most operators in background mode under various ↵Campbell Barton
conditions to see if any crash. used this to find quite a many errors already.