33 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
b364669bd7 system_property_chart: support custom properties
Based on suggestion from D13223, but applied a different fix.
2022-07-22 15:59:27 +10:00
016430de4b Cleanup: remove <pep8 compliant> comment
This is no longer necessary, see: T98554.
2022-06-03 11:50:32 +10:00
b8d86ccc0a File headers: use SPDX license identifiers
See T95597
2022-02-11 16:05:07 +11:00
7f50343d1c Addons: Use Manual URL prefix 2020-03-05 16:26:11 -05:00
bb977fbc72 Update 'bl_info' use 'doc_url' instead of 'wiki_url' 2020-03-05 12:14:43 +11:00
44680646e7 add manual links 2019-12-01 14:36:01 +11:00
245d0134cf system addons, close panels by default: T70017 2019-09-24 16:57:50 +10:00
a5a236df5f fix bl_info locations 2019-06-16 19:07:15 +10:00
4e96e95fdf system_property_chart: minor fixes 2019-05-24 18:51:51 +10:00
230180cf28 system_property_chart: initial update 2.8 2019-05-24 18:45:13 +10:00
aeabdc02a8 Update Add-ons class properties to annotations
This should take care of most of the class property conversions to
use the new annotation format (colon instead of equals) for
assignment. There may still be a few edge cases that were missed.
2019-01-17 16:48:54 -05:00
96cb6c0668 Update for new icon set. 2018-10-09 18:56:54 +02:00
f9ae4e88c6 Update System Property Chart
- Use strict naming
- Use horizontal layout for vector buttons
- Correct copy-pasted tip
2017-09-01 16:45:53 +10:00
b8cf870115 align columns (for multi-drag) 2014-10-29 23:21:15 +01:00
5bc482f647 Maintenance to bl_info, remove redundant tracker URL's 2014-05-21 13:04:43 +10:00
049a5a86ed Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some minor other edits 2014-02-04 03:05:05 +01:00
4233fb81f1 rename addon since it can be used with sequence strips. 2013-05-29 19:59:47 +00:00
f87799dd83 patch [#34624] Proposed extensions to Property Chart addon (system_property_chart_with_presets.diff)
from Satish Goda (iluvblender)

Added Presets feature to the existing property chart addon.
2013-03-14 05:31:04 +00:00
2872d0440f fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?
make addons blender versions consistent
2012-12-19 16:07:27 +00:00
a82bcb38c4 style cleanup: pep8 2012-10-08 20:50:06 +00:00
2dc06f6d50 Style edit (mostly), use """ for docstrings (not '''). 2012-07-03 09:01:43 +00:00
a93b6af6cd update wiki version ro 2.6
finished
2012-06-23 15:05:39 +00:00
9291f167be remove api field, was never used. 2012-01-14 13:00:28 +00:00
dfb74f8454 fix spelling errors for comments 2011-10-17 06:59:42 +00:00
1d1482044b /trunk: Removed final points in UI strings and messages.
Plus a few styling enhancements.

[[Split portion of a mixed commit.]]
2011-09-19 15:08:06 +00:00
89f54a30a3 Updated Blender Version to 2.57 and api version 2011-03-19 13:20:33 +00:00
61d5b389e2 add in module register calls (first pass, batch replace, will test each addon next). 2011-02-11 01:29:13 +00:00
e6f551aef7 fix for error unregistering 2011-02-08 11:11:40 +00:00
3b1f9d0501 use rna values because id-properties cant be edited/added during draw. 2011-02-07 04:02:58 +00:00
c7c6d6d879 bl_addon_info -> bl_info 2011-01-14 16:09:46 +00:00
7fb70a4041 == Tracker urls formatting ==
READ THIS TO AVOID A LOT OF WORK!

New way of linking to tracker pages: just use the parameter "aid" (artifact ID),
to avoid a lot of manual updates later in wiki and svn.

Example:
=========

OLD WAY TO LINK TO TRACKER
-----------------------------

Complete url of a script in Upload
http://projects.blender.org/tracker/index.php?func=detail&aid=25349&group_id=153&atid=467

If we move this in contrib this url will become
http://projects.blender.org/tracker/index.php?func=detail&aid=25349&group_id=153&atid=468
467 becomes 468, so we have to update this in wiki page.

Later on, when this moves into Trunk, the url will become
http://projects.blender.org/tracker/index.php?func=detail&aid=25349&group_id=153&atid=469
468 becomes 469, so we have to update the url in wiki page and svn.

Annoying!

NEW WAY TO LINK TO TRACKER
-----------------------------

Best way to link to tracker page is using:
http://projects.blender.org/tracker/index.php?func=detail&aid=25349

Use "func=detail"
Use "aid"            (which is the "artifact ID")

DON'T use "group_id" (which is the project ID, bf-extensions is project 153)
DON'T use "atid"     (which is the "artifacts tracker ID")

Like this, the url is unique, and we will avoid to update wiki pages and svn after moving pages
 


[[Split portion of a mixed commit.]]
2011-01-08 19:20:04 +00:00
801610a935 == propery chart ==
... and renaming it. Not sure system is valid 100%, also "object" was tempting but object is used for objects in 3d view eh...
Need to talk about this, maybe it will be more clear after testscreenings will have done the add object framework (we'll move stuff anyway).
2010-12-07 16:29:07 +00:00