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
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