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
diff options
context:
space:
mode:
authorLuca Bonavita <mindrones@gmail.com>2010-08-31 06:41:33 +0400
committerLuca Bonavita <mindrones@gmail.com>2010-08-31 06:41:33 +0400
commit2492c12170abdb743f5f6a43ad060fadd8eb8cee (patch)
tree249829b5431c38b472f69d979409070976f66882 /source/blender/editors/gpencil/gpencil_ops.c
parentfb1a0598e981a6d9623d2db77b04c9ed42917e23 (diff)
== userprefs: addons ==
- From now on addons bl_addon_info['name'] doesn't need to specifcy also the category, it is put automatically in the addon box title In some script category and the category in the title were not matching, this had to be fixed manually. - The warning icon is at the right of the addon box title, so that it cant disalign the addon name anymore when we have a warning. - After discussing with Campbell, I've added the field bl_addon_info['api'] where we should specify the Blender API version number the addon is compatible with. This is certainly useful for clarity, and also I need it in place while preparing the downloadable addons. - Also, bl_addon_info['version'] is now assumed to be a tuple of integers as it is bl_addon_info['blender']. Any important text should be placed in the bl_addon_info['warning'] field, not in the script version anymore. I'm going to reflect this change in bf-extensions so that scripts won't suddenly break.
Diffstat (limited to 'source/blender/editors/gpencil/gpencil_ops.c')
0 files changed, 0 insertions, 0 deletions