12 Commits

Author SHA1 Message Date
e8da6131fd License headers: use SPDX-FileCopyrightText for all addons
Move copyright text to SPDX-FileCopyrightText or set to the
Blender Foundation so "make check_licenses" now runs without warnings.
2023-06-15 16:54:05 +10:00
1b3b18a367 Added a location info line to indicate where buttons are.
Dependency Graph Debug addon was missing a line to tell where the buttons are located.

Pull Request: https://projects.blender.org/blender/blender-addons/pulls/104509
2023-03-27 15:34:30 +02:00
870f9775d7 Depsgraph Debug: add an operator to generate an SVG and open in browser.
Rather than converting the dependency graph to a bitmap image,
it is more advantageous to use the vector SVG format and open it
in a web browser (any modern browser supports the format), because
it allows text searches within the image.

This patch adds a new operator and button that does just that.

Differential Revision: https://developer.blender.org/D15325
2022-06-29 20:07:20 +03:00
b8d86ccc0a File headers: use SPDX license identifiers
See T95597
2022-02-11 16:05:07 +11:00
bb977fbc72 Update 'bl_info' use 'doc_url' instead of 'wiki_url' 2020-03-05 12:14:43 +11:00
9dc19735c3 Python: use fields 2018-07-12 15:09:15 +02:00
d2f4638f62 depsgraph_debug: version bump 2018-07-03 17:48:16 +02:00
23a6620ee1 Depsgraph Debug: Fix save depsgraph 2018-05-23 18:36:23 +02:00
4b91309b12 Depsgraph debug: Fix for recent RNA changes 2018-04-30 15:33:25 +02:00
05688be3be Depsgrapg debug: Add buttons to show evaluation statistics 2017-12-21 16:32:56 +01:00
2954e4d9a6 Use new API after rename in Blender 2.8 2017-11-23 11:27:36 +01:00
c21b887882 Add addon to help debugging new dependency graph
Useful for developers, technical users and TD's.

Works for both 2.7x and 2.8x series. In 2.7x series new tools are to be found in
the Scene buttons, Dependency Graph panel. In 2.8x this panel is in layer
buttons.
2017-11-17 12:14:16 +01:00