Commit Graph

22 Commits

Author SHA1 Message Date
bca93f4f3c fix for T45863 2015-09-07 18:32:00 +10:00
d47e9be4fb Fix: replaced Python module "imp" with "implib"
Python 3.4.0 deprecated the "imp" module, and replaced it with
"importlib". This changes imp.reload() into implib.reload().

Reviewers: campbellbarton

Differential Revision: https://developer.blender.org/D1016
2015-01-22 17:05:39 +11: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
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
90a7492448 formatting edits for bl_info 2012-12-19 15:42:01 +00:00
25f56f2c9d Make light field tools work again with 2.64 2012-09-24 22:09:09 +00:00
a93b6af6cd update wiki version ro 2.6
finished
2012-06-23 15:05:39 +00:00
33ad2771cd fix for bad operator return value 2012-05-26 09:41:35 +00:00
9291f167be remove api field, was never used. 2012-01-14 13:00:28 +00:00
f4768033d8 Addon UI Cleanup, Part 2
* You only have to do layout.prop if you want 1 property, no need for row then!
* Use col, row, sub as variable names, not colsub, rowsub, row2 etc please.
* Povray Addon: Still used a lot of splits, you need no split when you only have 1 column!
2011-08-27 13:38:53 +00:00
cf3881371a pep8 edits 2011-08-22 09:29:33 +00:00
e7e051eb5d fix for some errors with recent commits 2011-07-25 09:18:38 +00:00
48c9da843c swap vector multiplication order, also some style changes 2011-07-25 08:48:58 +00:00
488e1da935 cleanup
- remove/comment unused variables
- remove unused imports
- fixed some bugs using incorrect variables
2011-07-10 22:57:27 +00:00
9541cc26c8 light field tools, small fix, wrong rna property name in ui.
Thanks to Yousan Noriyuki.
2011-04-16 15:12:53 +00:00
5c632c2610 light field tools, fixes for 2.57 release 2011-04-11 19:55:35 +00:00
1d838454af use identity comparison with None (as suggested by python) 2011-03-29 03:54:27 +00:00
89f54a30a3 Updated Blender Version to 2.57 and api version 2011-03-19 13:20:33 +00:00
374c7c2a7b update for changes in rna api 2011-03-14 01:38:56 +00:00
e7fca45807 light field tools: report errors 2011-02-21 21:51:11 +00:00
0bf3fa9b72 Moved light field tools from contrib 2011-02-21 13:03:34 +00:00