Commit Graph

22 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
c44c0ce1c3 system_keyboard_svg: version bump: still needs work 2019-09-13 16:04:41 +10: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
56bce373e3 Python / Cleanup: rename INFO_MT to TOPBAR_MT to reflect actual location. 2018-08-29 15:10:41 +02:00
15addd28fc Keyboard Layout (SVG): Update to version 0.2, choose export dir
Bumped version to 0.2
Use with open for writing files
Add a filemanager dialog for choosing the export path
Some tweaking of the generated svg layout (incomplete):
- Increase the size of buttons and the image
- Change some colors
- Add an info about modifier keys

Append the operator to the INFO_MT_help menu
as that seems the most logical location
2017-09-22 01:04:30 +02: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
09480a0f0d code cleanup 2012-07-29 12:04:38 +00:00
4e07b5605b update wiki link to 2.6 2012-06-23 14:44:57 +00:00
2b65001c0d remove api field, was never used 2012-01-14 12:59:14 +00:00
1c5d73a1c9 First test commit: just PEP8 edits, no functional changes. 2011-11-22 20:31:43 +00:00
26631e88b5 = system_keyboard_svg =
applied fix by Olaf Arnold (olaf):
"non registered modules and API changes in keymap -> http://www.pasteall.org/26550/diff"
2011-11-18 21:20:11 +00:00
fa5ce86408 contrib/py/scripts/addons/system_keyboard_svg.py
added warning "may not work in recent svn"
created basic wiki page
2011-04-05 10:56:50 +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
7145f5bb48 licensing & cleanups 2010-10-16 01:31:28 +00:00
a4732f31da misc fixes related to api updates 2010-09-13 04:23:17 +00:00
56daf70632 == contrib scripts ==
- comforming after my commit in bf-blender:
  - removed the categories from addons names
  - made 'version' a tuple of integers
  - added 'api' field
  - formatted wiki and trackers pages and added where needed (empty pages are yet to be written by the authors though)

- more conforming:
  - 1 tab = 4 spaces
  
+ api fixes for:
  - space_view3d_manipulator_Menu.py
  - space_view3d_copy_attributes.py
  - space_view3d_game_props_visualiser.py
  - add_corrective_shape_key.py
  
  wherever needed, instead of deleting stuff I commented out, especially registering functions
  I mainly eliminated errors in console when enabling/disabling the addon, and tested not much extensively
  please check everything is fine, in case I made some gross mistake, thanks
2010-08-31 02:44:33 +00:00
608cb8c39a == API updates ==
- fixed for changes in api
- i think they should work now again, please test
- not modified: corrective shapekey, object_name_edit, index visualizer, copy_attributes
2010-08-06 01:39:06 +00:00
d2e37dc506 add the keyboard layout to contrib/py/scripts/addons/system_keyboard_svg.py 2010-04-21 14:53:40 +00:00