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
2017-06-03API Navigator: Add Panel items switcherlijenstina
Bumped version to 1.0.4 Minor change Add Panel item switcher toggle that can hide the the drawn elements to save space Rename some variables/props filter and len as they're reserved words
2017-03-30API Navigator: Cleanup, UI fixeslijenstina
Bumped version to 1.0.3 Pep8 cleanup imports as tuples Removed an empty operator FakeButton too much fuss for a tooltip UI uses embossed buttons set to True Moved the list size filter to the top Moved the PropertyGroup out of register
2017-03-19Cleanup: trailing spaceCampbell Barton
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-02-04Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some ↵CoDEmanX
minor other edits
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
2012-06-23update wiki version ro 2.6Brendon Murphy
finished
2012-01-19- Removed dots from the end of descriptionSergey Sharybin
- Check for keymap availability to suppress warning messages when running blender in background mode
2012-01-14remove api field, was never used.Campbell Barton
2011-08-27Addon UI Cleanup, Part 2Thomas Dinges
* You only have to do layout.prop if you want 1 property, no need for row then! * Use col, row, sub as variable names, not colsub, rowsub, row2 etc please. * Povray Addon: Still used a lot of splits, you need no split when you only have 1 column!
2011-08-25bl_options was a string when it shouldn't have been.Campbell Barton
2011-08-08fix for error loading api nav addonCampbell Barton
2011-08-06Addon updates for keymap changes.Brecht Van Lommel
[[Split portion of a mixed commit.]]
2011-07-11py3.3 compat, __class__ is no longer in default namespaceCampbell Barton
2011-07-10cleanupCampbell Barton
- remove unused imports - remove/comment unused vars - fix for some bugs with unused vars being used
2011-04-10Formatting/standardization for description/locationJonathan Smith
2011-04-06update for changes in new apiCampbell Barton
2011-03-26more updates for recent changes in blender.Campbell Barton
2011-03-26patch [#26620] Correction leakage [#26601] Python error when use of autocompleteCampbell Barton
from perfection cat (sindra1961)
2011-03-19Updated Blender Version to 2.57 and api versionJonathan Smith
2011-02-23Added an exception to handle other buggy modules (for example ↵Dany Lebel
codecs.builtins.False)
2011-02-18Changed category to be more specificDany Lebel
Text Editor => Development Renamed file text_editor_api_navigator.py => development_api_navigator.py