Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-24io_convert_image_to_mesh_img: move to contrib: T63750meta-androcto
2019-04-29Fix T63955: label text not used as a keyword argCampbell Barton
2019-04-18Fix lots of various issues failing automated test load/unload/reload.Bastien Montagne
2019-01-29addons: view_layer.objects.active syntax updateNBurn
2019-01-23addons: add missing text= keyword after labelNBurn
2019-01-18Update Add-ons class properties to annotationsNBurn
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.
2018-10-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2018-08-29Python / Cleanup: rename INFO_MT to TOPBAR_MT to reflect actual location.Brecht Van Lommel
2017-11-27HiRISE DTM Importer: Fix operator call through Python, minor cleanuplijenstina
Bump version to 0.2.2 Merge Differential revision: D2926 The importer should be called with: bpy.ops.import_mesh.pds_dtm Replace deprecated imp calls with importlib Move bl_info on top of the file Imports as tuples Update wiki link ReloadTerrain operator: - add a poll to prevent crashes when called through search with no object
2017-08-31Cleanup: quiet warningsCampbell Barton
2017-06-15io_convert_image_to_mesh_img fix bl_infometa-androcto
2017-06-15io_convert_image_to_mesh_img: complete rewrite: T51754meta-androcto
2017-03-19Cleanup: identity for None comparisonCampbell Barton
2017-03-19Cleanup: trailing spaceCampbell Barton
2015-01-22Fix: replaced Python module "imp" with "implib"Sybren A. Stvel
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
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-02-04Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some ↵CoDEmanX
minor other edits
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-23update wiki version ro 2.6Brendon Murphy
finished
2012-05-01version bumpTim Spriggs
2012-05-01use bmesh.from_pydata instead of mesh.facesTim Spriggs
2012-03-15code cleanup + optimizations from Chris Van HorneTim Spriggs
2012-01-14remove api field, was never used.Campbell Barton
2011-09-19/trunk: Removed final points in UI strings and messages.Bastien Montagne
Plus a few styling enhancements. [[Split portion of a mixed commit.]]
2011-09-03Fix #28446: Moving imported object to new layer deletes itSergey Sharybin
Adding UNDO flag to import operators. Made this only for trunk addons.
2011-07-11cleanupCampbell Barton
- remove/comment unused variables - remove unused imports - fixed some bugs using incorrect variables
2011-05-16update for changes in blender module layout, also add global axis conversion ↵Campbell Barton
to FBX.
2011-03-29use identity comparison with None (as suggested by python)Campbell Barton
2011-03-19Updated Blender Version to 2.57 and api versionJonathan Smith
2011-02-11add in module register calls (first pass, batch replace, will test each ↵Campbell Barton
addon next).
2011-02-09incorrectly switched mesh.update() --> mesh.update_tag(),Campbell Barton
update_tag() tags for depsgraph update only, update() executes normal recalculation and creates edge data.
2011-02-07rename id.update() to update_tag()Campbell Barton
2011-01-14bl_addon_info -> bl_infoCampbell Barton
2010-12-23== formatting ==Luca Bonavita
- in wiki page urls: "File_I-O/" -> "Import-Export/" - in categories: "Import/Export" -> "Import-Export" - 1 tab to 4 spaces - some tuple formatting, just to be very picky :P
2010-12-23== hirise dtm ==Luca Bonavita
after moving the tracker page, updating info dict
2010-12-23use imp.reload() rather then reload().Campbell Barton
2010-12-22commit latest version of the IMG converter for Tim Spriggs.Stephen Swaney
from [#24897] Import a HiRISE DTM formatted as a PDS IMG file Do we have this named correctly now?