23 Commits

Author SHA1 Message Date
9406de5f31 Cleanup: remove <pep8 compliant> comment
This is no longer necessary, see: T98554.
2022-06-03 11:52:13 +10:00
5c755ab594 Update 'bl_info' use 'doc_url' instead of 'wiki_url' 2020-03-05 12:26:13 +11:00
666c4b7785 Cleanup: trailing space 2020-03-05 12:20:16 +11:00
69bcc72f1e addons contrib: close panels by default, fix tabs: T70017 2019-09-25 12:10:42 +10:00
ae3f3f883f render_to_print: update to 2.8: T68590 2019-08-17 11:05:21 +10:00
24ac9c6bbd addons-contrib: add missing text= keyword after label 2019-01-23 15:26:22 -05:00
f69655b4c4 Update contrib 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 in 2.80. There may still be a few edge cases that
were missed.
2019-01-17 17:50:55 -05:00
3f433bbe91 mass clean up: remove/replace redundant bl_tracker info 2016-07-22 22:51:45 +10:00
eab846e293 Clean-up: bl_info['tracker_url'] updated to developer.blender.org, some minor other edits 2014-02-04 02:56:01 +01:00
071e9f1764 fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ? 2012-12-19 16:05:42 +00:00
85c90df171 bl_info cleanup 2012-12-19 15:43:09 +00:00
147a63f2a0 pep8 cleanup 2012-10-12 14:25:15 +00:00
4e07b5605b update wiki link to 2.6 2012-06-23 14:44:57 +00:00
4d6e42b9c1 - interactive updates
- store print settings in own class (dont pollute scene)
- cache conversion from enum to paper/x/y size
2012-01-12 04:54:37 +00:00
12abfea98e pep8 cleanup 2012-01-12 04:04:20 +00:00
8bec23d9e8 final commit/adjustments, sorry, we did commit too quickly & made enhancements on the fly. 2011-07-07 12:33:05 +00:00
1284d25dfc reverting last committ 2011-07-07 12:19:16 +00:00
7413383f8e fix for cm > pixel to avoid massive renders
thanks to zeffii
2011-07-07 12:11:10 +00:00
7472b631e5 fix for multiple errors &updated to 2.58 api
thanks to zeffii
2011-07-07 12:07:26 +00:00
6cc6f0b228 bl_addon_info --> bl_info 2011-01-14 15:22:44 +00:00
30b2408c44 == 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
2011-01-08 19:20:04 +00:00
85a4ee68cd == render_to_print ==
- fixed urls in addon info
- tabs to spaces
- general formatting
- going to ask Marco some changes in the tracker
2010-11-11 10:41:05 +00:00
957672c6ae add to contrib/py/scripts/addons/render_to_print.py
A somewhat large list of real world print presets for the renderer
2010-10-17 05:14:50 +00:00