[Bf-python] Addons, keymaps and background mode

Sergey Sharybin sergey.vfx at gmail.com
Thu Jan 19 21:16:43 CET 2012


Hello everyone,

I've recently commited patch which silenced down all noice in the console
when running Blender with all trunk addons enabled. This makes guys who're
using Blender on renderfarms or using it in another headless usecases
happy. It's not difficult at all to keep them happy, just make sure:

- There's no dots at the end of operators' description. Even if tooltip
consists of several sentences, last sentence shouldn't be terminated with
dot.
- If you're making changes to keymaps, make sure they're available (i.e.
ensure bpy.context.window_manager.keyconfigs.addon is not None)

This simple tips will make your addons behave nice in any usages of Blender
and controlling this from addons' develoeprs team rather than from core
team also will help a lot.

Thanks! =)

-- 
With best regards, Sergey Sharybin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.blender.org/pipermail/bf-python/attachments/20120120/7757065a/attachment.html>


More information about the Bf-python mailing list