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
2013-06-28test operator script, add ability to load files from a path while testing ope...Campbell Barton
2013-04-07freestyle lineset `tag` attribute was defined but not used, also some code cl...Campbell Barton
2013-03-17code cleanup: incorrect sized array args, remove some redundant code.Campbell Barton
2013-03-08style cleanupCampbell Barton
2013-02-26patch [#34437] Fix text editor bug: ctrl+F is not configurableCampbell Barton
2013-02-26add ctest for keyconfig_utils to check for missing items.Campbell Barton
2013-02-14update to operator running test, add option to randomize order, not reset ble...Campbell Barton
2013-02-13update python module loading test.Campbell Barton
2013-02-07fix for regression in bpy-api, python context passed to operators couldn't ov...Campbell Barton
2013-01-19patch [#33924] Spelling CorrectionsCampbell Barton
2013-01-16code cleanup:Campbell Barton
2012-12-31add ".hh" as an extension for source scripts.Campbell Barton
2012-12-20add a test to the addons loaded that tries to load all addons then lists addo...Campbell Barton
2012-11-30fix for another error in my own recent commit, beauty fill crashed.Campbell Barton
2012-11-22add missing bgl and gpu api docstrings (found using docstring completeness ch...Campbell Barton
2012-11-21scripts to report missing py reference api docs. (simple RST parse and compar...Campbell Barton
2012-11-03code cleanup: cmake - add missing headers, remove directories from source lis...Campbell Barton
2012-10-31no longer use 'check_existing' to see if we need to have a save popup, instea...Campbell Barton
2012-10-29style cleanup: also quiet harmless compiler warning.Campbell Barton
2012-10-22style cleanupCampbell Barton
2012-10-08style cleanup: pep8Campbell Barton
2012-09-27pep8 cleanupCampbell Barton
2012-09-23add more tests to run operators testing scriptCampbell Barton
2012-09-18wiki reference checker now prints undocumented sections, more helpful then a ...Campbell Barton
2012-09-18extra error check for bl_rna_wiki_reference.py validator, that rna_wiki_refer...Campbell Barton
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