Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-13patch from 'Ivan Paulos Tom?' to add translation lookups to wiki docs.Campbell Barton
2012-09-11commit initial support for linking to different languages from the wikiCampbell Barton
2012-09-10added a reference for view3d docsCampbell Barton
2012-09-06code cleanup: ensure modal_handler_add() is called directly before returning.Campbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-24add in most of the URL referenes to the manualCampbell Barton
2012-06-24update wiki reference links for all main op sections, still need to fill in U...Campbell Barton
2012-06-17add more manual referencesCampbell Barton
2012-06-05added catchall for rendering operatorsCampbell Barton
2012-06-03a few more references addedCampbell Barton
2012-06-03use simple globbing rather then regex.Campbell Barton
2012-06-03manual references to the wikiCampbell Barton
2012-06-02use a tuple rather then a dict()Campbell Barton
2012-06-02data file for online manual reference.Campbell Barton
2012-03-14De-duplicate functions needed for object add operators:Sergey Sharybin
2012-01-19minor adjustmentsCampbell Barton
2012-01-05Added contributors and credit to Mackraken's "Tools for Curves" addon. Also t...Andrew Hale
2012-01-05Added selection_utils module. It contains a modal operator which allows the o...Andrew Hale
2012-01-04use sets for checking against multiple values.Campbell Barton
2012-01-04tabs -> spaces, no functional changesCampbell Barton
2011-12-06minor editsCampbell Barton
2011-10-06removng curve utils, Id like to keep working on this but currently its not us...Campbell Barton
2011-10-02Cursor Control 0.7.0rtsell
2011-09-24Cursor Control 0.6.1rtsell
2011-09-07extensions_framework: add getSequenceTexturePath function to utils moduleDoug Hammond
2011-08-22pep8 editsCampbell Barton
2011-07-11removing ui_utils module, wasn't used anywhere and only wrapped button functi...Campbell Barton
2011-07-11cleanupCampbell Barton
2011-07-10cleanupCampbell Barton
2011-07-10added some more methods of evaluating the curve.Campbell Barton
2011-07-10removing this module, it wasnt used anywhere and bpy_extras.view3d_utils has ...Campbell Barton
2011-07-06edit for solving bezier:Campbell Barton
2011-07-06add a second experimental method of solving bezier splines, by Vincent Tan.Campbell Barton
2011-07-06remove tricky and not especially good method of finding the point on the path...Campbell Barton
2011-07-06pep8 editsCampbell Barton
2011-07-06support for 3d splinesCampbell Barton
2011-07-06replace logic in spline intersection which depends on 2D side-of functionCampbell Barton
2011-07-06remove some 2d spesific functions, minor refactorCampbell Barton
2011-07-06rewrote bezier spline solver, works much better now, and with 'S' shape curvesCampbell Barton
2011-07-05move curve intersection into a functionCampbell Barton
2011-07-05wip commit, basic bezier evaluation working, but still need to rewrite some p...Campbell Barton
2011-07-04empty module for adding curve functionsCampbell Barton
2011-06-29extensions_framework: add ability to set UILayout alert state based on a logi...Doug Hammond
2011-06-28extensions_framework: update property creation code to support new property t...Doug Hammond
2011-06-21correct FSF address as pointed out by Dave PlaterCampbell Barton
2011-05-26extensions_framework: add support for property enable state control in declar...Doug Hammond
2011-05-15Added Cursor Control, Cursor History and Cursor Memory along with the shared ...rtsell
2011-03-11minor change to platform checksCampbell Barton
2011-03-07extensions_framework: added ef_callback pseudo-property type for invoking cus...Doug Hammond
2011-03-03extensions_framework: minor adjustments to ui; add layout.menu() and make tex...Doug Hammond