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
2018-08-29Python / Cleanup: rename INFO_MT to TOPBAR_MT to reflect actual location.Brecht Van Lommel
2017-03-19Cleanup: trailing spaceCampbell Barton
2015-05-11GIMP image to scene: A few updates for current APIDaniel Salazar
2015-01-16Fix T43160: make nice error when xcfinfo is not found.Bastien Montagne
Also, use subprocess instead of deprecated os.popen or os.system calls.
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
2013-04-02Minor updates to gimp importer by Aditia from #blendercodersDaniel Salazar
2013-02-01Fix for api changes in alphaSergey Sharybin
2013-01-04Changes for recent image alpha rework.Sergey Sharybin
Addons maintainers please double check the changes.
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
2012-09-05code cleanup: python - pass multiple args to string startswith() / ↵Campbell Barton
endswith() functions rather than calling multiple times.
2012-08-25use sets when checking against multiple typesCampbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-23update wiki version ro 2.6Brendon Murphy
finished
2012-01-14remove api field, was never used.Campbell Barton
2011-12-31various style edits, no functional changesCampbell Barton
2011-10-06Fix #28818: Error when trying to import objSergey Sharybin
Fix #28816: Error when importing obj file with texture due to api change Update obj importer and xcf importer to use new post-texface api.
2011-08-27Addon UI Cleanup, Part 2Thomas Dinges
* 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-05-19update for change in blender apiCampbell Barton
2011-05-17Update Gimp importer for API changesDaniel Salazar
2011-04-12fix for change in blenders apiCampbell Barton
2011-04-10Formatting/standardization for description/locationJonathan Smith
2011-03-19Updated Blender Version to 2.57 and api versionJonathan Smith
2011-02-17forgot a debug printDaniel Salazar
2011-02-17GIMP image to scene: in XJT mode GIMP sometimes decide not to export anDaniel Salazar
alpha layer if this layer is unmodified (pure white) even if the layer is marked as alpha. This makes it impossible to know without phisically checking if the alpha file exists or not
2011-02-11add in module register calls (first pass, batch replace, will test each ↵Campbell Barton
addon next).
2011-01-14bl_addon_info -> bl_infoCampbell Barton
2011-01-11New required param in images.new() broke GIMP importerDaniel Salazar
2011-01-08== Tracker urls formatting ==Luca Bonavita
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 [[Split portion of a mixed commit.]]
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-10GIMP Image to Scene: Assigning the images to UV faces so they are shown out ↵Daniel Salazar
of GLSL too
2010-12-09Some ranaming of GIMP Image to SceneDaniel Salazar