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 (Expand)Author
2012-09-13modifications needed to get a URL from an RNA id from the testing scriptCampbell Barton
2012-09-13test script to check rna/wiki lookup completenessCampbell Barton
2012-09-05code cleanup: python - pass multiple args to string startswith() / endswith()...Campbell Barton
2012-05-27code cleanup: remove mode comments, these were applied very un-evenly across...Campbell Barton
2012-04-23rename Mesh.uv_loop_layers --> uv_layersCampbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-16mesh_validate code for bmesh (i.e. polys/loops).Bastien Montagne
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-08use BLI_path_cmp() rather then strcmp()Campbell Barton
2012-02-11use ValueError when vector/matrix multiplications sizes are not supported, wa...Campbell Barton
2012-02-04Code Cleanup: pep8 editsCampbell Barton
2012-02-03Code Cleanup: check is / is not when comparing singletons.Campbell Barton
2012-02-02* fix for error in shape transfer (wrong var name).Campbell Barton
2012-02-02internal cleanup, check.Campbell Barton
2012-01-19rename rgb_float_to_byte, rgb_byte_to_float to rgb_float_to_uchar, rgb_uchar_...Campbell Barton
2012-01-17misc small changes and bmesh support for testing scriptCampbell Barton
2012-01-16update to modifier testing scriptCampbell Barton
2012-01-09WIP script to check results of different modifier combinations and display mo...Campbell Barton
2011-12-22patch [#29534] Change Matrix Representation and Access in Python to Conform w...Campbell Barton
2011-12-20unit test for mathutils python module from Andrew Hale, runs in CTest tooCampbell Barton
2011-11-24pep8 edits and avoid naming conflicts with python builtinsCampbell Barton
2011-11-19hide overly picky warnings from 'pylint' for pep8 script, indentation edits.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20pass -noaudio when running blender for various utilities - doc-gen and tests.Campbell Barton
2011-10-10add 3 PLY and STL export tests.Campbell Barton
2011-09-20pep8 update & some minor cmake edits.Campbell Barton
2011-09-02minor warning fixes, also correct some float -> double promotions in shadeout...Campbell Barton
2011-08-08use static sets rather then tuples, python optimizes this case.Campbell Barton
2011-08-08- update X3D and FBX testing checksumsCampbell Barton
2011-07-29pep8 cleanup, also print message when attempting to run in animation player m...Campbell Barton
2011-07-25fix [#28075] After the correction of No.38528 is applied, the following pheno...Campbell Barton
2011-07-18script to report deprecated functions of text and their age in days.Campbell Barton
2011-07-01update checksums for x3d testsCampbell Barton
2011-06-09update for tests, error out when duplicate modules are found, all ctest tests...Campbell Barton
2011-06-07update ctest md5sums for import/export to match changes to the scripts, also ...Campbell Barton
2011-04-15fix [#26906] Panorama Button (Camera Data Properties)Campbell Barton
2011-04-10minor pep8 edits, also added 'test_pep8' & 'test_cmake' to the GNUmakefile fo...Campbell Barton
2011-04-06fix [#26801] Undoing Animation modifiers undoes 2 steps.Campbell Barton
2011-04-06update test checksums (change in normals caused this). also make all imports ...Campbell Barton
2011-04-05quiet warning & minor pep8 edits.Campbell Barton
2011-04-01pep8 checker, mostly pedantic style changes but also found an error in mesh_u...Campbell Barton
2011-03-27pep8 cleanupCampbell Barton
2011-03-26- fix for editfont using an enum func on boolean property.Campbell Barton
2011-03-22found text editor X/Y selections coords were booleans and corrections to oper...Campbell Barton
2011-03-22Added CTest to run most operators in background mode under various conditions...Campbell Barton
2011-03-20print how many times the operator failed.Campbell Barton
2011-03-20fix so the batch importer can run with addons passed as arguments.Campbell Barton
2011-03-192 tests for ctest.Campbell Barton
2011-03-17remove cmake WITH_INSTALL option since its a target now.Campbell Barton
2011-03-16update x3d test md5s for recent changes, also ensure directory is created or ...Campbell Barton