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
2012-09-05change templates to call modal_handler_add() is called last since any errors ↵Campbell Barton
between calling this function and returning will crash blender. see [#30687]
2012-07-01style cleanup: remove '.' from docstring endings and use quotes for ↵Campbell Barton
descriptions.
2012-04-27fix for modal timer template, wasnt updated for changes to themes.Campbell Barton
2011-08-10Fix for incorrect parameter amount.Nathan Letwory
2011-04-01pep8 checker, mostly pedantic style changes but also found an error in ↵Campbell Barton
mesh_utils.mesh_linked_faces()
2011-03-28example operator that uses a timer.Campbell Barton