On Mon, Mar 4, 2013 at 8:16 AM, Harley Acheson <[email protected]> wrote: > Hello, > > I've noticed lots of room for improvement for the "Online Manual" you > get when you right-click on most UI items. Most of the time it takes you > to a less-than-ideal page and sometimes it even fails (the layout list and > scene list for examples). > > I would like to do some work on that, mostly just some simplification of > WM_OT_doc_view_manual in wm.py and a reworking of url_manual_mapping > in rna_wiki_reference.py. > > Is there anyone in particular I should talk to about this or should I just > dive in? It looks like something that could keep me busy for a while... > > Harley
Hi Harley, It would be great to have these improved, so far I've added most of the existing URL's but there are a lot of catch-all strings like "bpy.ops.view3d.*" - which could be expanded on, see TODO comments. Edit 'url_manual_mapping' here: ./release/scripts/addons/modules/rna_wiki_reference.py _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
