The advantage is already evident after the original patch D4507.
Now it would be a good idea to add this feature also for addons.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
| release/scripts/modules/bl_ui_utils/bug_report_url.py | ||
|---|---|---|
| 86 | It's not bug type, but the number of the form. Since it's tied to this URL, I'd keep the code close together and write it like this: form_number = 2 if addon_info else 1
return (
"https://developer.blender.org/maniphest/task/edit/form/%i?description=" % form_number + | |
Comment Actions
I preferred the previous text. Having the add-on author is convenient for bug triaging, and I don't think figuring out the add-on version that worked is going to be hard, it's much easier for them and us to provide the Blender version.