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 (Collapse)Author
2015-06-08remove wiki referencesv2.75-rc1Campbell Barton
2015-06-08rename wiki -> manual referenceCampbell Barton
2015-03-13Correct manual linksCampbell Barton
2015-02-10remove addon modules (moved into space_view3d_cursor_control) now in contribCampbell Barton
2014-12-08update rna -> manual map (for new manual)Campbell Barton
2014-03-02Add several missing Online Manual linksGreg Zaal
Added links for all shader and composite node types, as well as Cycles render settings and all Motion Tracking types.
2013-11-24Online Manual: fix for recent changing with shape key properties.Brecht Van Lommel
Patch by koilz. Differential Revision: http://developer.blender.org/D32
2013-11-23Adding Online Manual references for mesh operatorsJonathan Williamson
This adds specific references to the correct wiki pages for mesh operators in the 3D View Toolbar. Before they were all going to just Modeling/Meshes/
2013-11-22Online Manual: point shape key properties and operators to the right page.Brecht Van Lommel
Patch by koilz. Differential Revision: http://developer.blender.org/D27
2013-10-18including missing modifiers in the fileDalai Felinto
(note Remesh has no documentation yet, when it does we have to update this again)
2013-09-29Followup to r59434 : py UI scripts edits to have back alignment with ↵Jens Verwiebe
controls grouped in brackets
2013-04-20add link to wiki docs for mesh-analysis panelCampbell Barton
2013-04-08fix for intersections (bad limits)Campbell Barton
2013-02-20add user preference linksv2.66av2.66Campbell Barton
2013-02-18Systematically adding some custom id to template_list using default ↵Bastien Montagne
UI_UL_list class, this one is commoly used more than once in an area, yielding collision issues if they do not have a custom id...
2013-02-15add missing modifier lookupsCampbell Barton
2013-01-21last commit had an errorCampbell Barton
2013-01-21add mesh cache docsCampbell Barton
2013-01-12Good deed for the day: Add links to the wiki to some options for materials. ↵Pablo Vazquez
(Right click on button > Online Manual)
2013-01-11UTF-8 encoding shebang was missing a dash: "utf8"Sebastian Nell
http://www.python.org/dev/peps/pep-0263/ [[Split portion of a mixed commit.]]
2012-12-28Updated to use UI_UL_list as template_list...Bastien Montagne
2012-11-17add manual lookup for playback button.Campbell Barton
2012-11-14use alternate syntax to clear listsCampbell Barton
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 ↵Campbell Barton
URLs for many.
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
Remove module add_utils.py which fully duplicates functions from trunk's object_utils.py module and switch all dependent addons to use module from trunk.
2012-01-19minor adjustmentsCampbell Barton
- dont import * - dont use builtin names for vars - strip trailing white space
2012-01-05Added contributors and credit to Mackraken's "Tools for Curves" addon. Also ↵Andrew Hale
tagged as pep8-80 compliant.
2012-01-05Added selection_utils module. It contains a modal operator which allows the ↵Andrew Hale
order in which objects were selected to be stored for use in other operators. The list of object names is stored in selection_utils.selected
2012-01-04use sets for checking against multiple values.Campbell Barton
2012-01-04tabs -> spaces, no functional changesCampbell Barton
2011-12-06minor editsCampbell Barton
- remove check if sensor width exists for chan files - tag nuke chan files to be pep8 - remove unused import
2011-10-06removng curve utils, Id like to keep working on this but currently its not ↵Campbell Barton
used anywhere.
2011-10-02Cursor Control 0.7.0rtsell
Refactoring: Merged from three into one addon Refactoring: Renamed module 'Control' to 'Target' New features: Added 'Cursor Delta' Bugfix: Cursor History now tracks even when its panel is folded. [[Split portion of a mixed commit.]]
2011-09-24Cursor Control 0.6.1rtsell
Updated to work with Blender 2.59 [[Split portion of a mixed commit.]]
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 ↵Campbell Barton
functions giving minimal benefits.