Commit Graph

24 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
32040a4a0c Cleanup: quiet warnings registering add-ons
- Don't end descriptions with '.'.
- Remove deprecated `GL_LINE_STIPPLE`.
2021-07-30 17:38:13 +10:00
5c755ab594 Update 'bl_info' use 'doc_url' instead of 'wiki_url' 2020-03-05 12:26:13 +11:00
014908f0b1 animation_motion_trail: version bump, non working 2019-09-14 10:14:32 +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
272b1a4ef0 Update contrib Add-ons to changed Preference API 2019-01-04 22:26:24 +01:00
41d528d76b Updates for keymap changes. 2018-11-23 15:02:24 +01:00
fbae0b16d4 Fix T52524: Restore global undo in case of failure
Bumped version to 3.1.3
Pep8 Cleanup
Consistent prop definitions
Fix crash with reload related to Property group still being used
was related to the order of register - use register_class instead

Restore global undo setting in case of failure in the
calc_callback function with a try except block
2017-08-27 16:56:48 +02:00
3f433bbe91 mass clean up: remove/replace redundant bl_tracker info 2016-07-22 22:51:45 +10:00
7908495c40 Set to animation category 2014-05-03 07:05:04 +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
c1f7b7b2ef Addons: Talked to ideasman42 an decided to use @staticmethod over @classmethod for draw handler managing functions, as it's more explicit (but no difference for python). 2013-02-20 16:41:08 +00:00
974ac108b5 Addons: Updated for API change (draw handlers) and minor code cleanups.
Fixed wrong order of multiplication (mat*vec) in Game Prop Visulizer.

Added overlay limit prop to VGroupsWeights addon to prevent Blender hangups, uses a mix of bm.select_history and bm.verts (since select_history doesn't support lasso, box and similar selection types).
2013-02-19 23:56:04 +00: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
d4d22fe5de closed panels by default 2012-09-16 11:31:28 +00:00
4b5cee6a6b minor code cleanup 2012-09-05 00:51:31 +00:00
58f28fa6cf Spellfixes: colour -> color 2012-07-04 12:20:22 +00:00
9690967fa4 Style edit (mostly), use """ for docstrings (not '''). 2012-07-03 09:00:23 +00:00
4e07b5605b update wiki link to 2.6 2012-06-23 14:44:57 +00:00
c4c33b84bf Updated for change in api (new handle type: auto clamped)
Thanks go to Thomas Beck.
2012-01-17 20:19:55 +00:00
2b65001c0d remove api field, was never used 2012-01-14 12:59:14 +00:00
dbcdfeec03 Moving from upload to contrib. 2011-12-01 08:49:59 +00:00