Blender Git Loki
Git Commits -> Revision a0ea015
Revision a0ea015 by Aaron Carlisle (master) March 5, 2020, 04:24 (GMT) |
Addons: Allow a user manual url prefix in doc_url This was raised in T74017, the issue being that we point to `/dev` version of the manual for the addons when we want to point to a specific version instead. Instead of manually updating the URL every release we can do this. The `bl_info` for addons will need to be updated in the format of `'doc_url': {BLENDER_MANUAL_URL}/addons/import_export/scene_gltf2.html",` Differential Revision: https://developer.blender.org/D6995 |
Commit Details:
Full Hash: a0ea0153c262d86dc1ca532315d17974e27cc964
Parent Commit: ae223ff
Lines Changed: +18, -0
1 Modified Path:
/release/scripts/modules/addon_utils.py (+18, -0) (Diff)