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-03-01Update for API change: scene.cursor_location -> scene.cursor.locationCampbell Barton
Note that some scripts still used the 3D view cursor which has been removed for a while.
2019-01-29addons: objects.link/unlink syntax updateNBurn
Changed objects.link and objects.unlink from scene to collection
2019-01-29addons: more view_layer syntax updatesNBurn
2019-01-25addons: object select_set syntax updateNBurn
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-11-28Use collection and instance terminology in Python APISergey Sharybin
This follows naming convention agreed on in T56648.
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-10-09Update for new icon set.Brecht Van Lommel
2018-07-06Update for renaming lamp to light.Brecht Van Lommel
2017-09-02Cleanup: quiet strict name warnings for addons a..h.Campbell Barton
2017-05-11[TextureAtlas] Small fix for console according to this report ↵mifth
https://blenderartists.org/forum/showthread.php?265750-TextureAtlas-create-LightMaps-ShadowMaps-for-entire-scene&p=3181636&viewfull=1#post3181636
2016-10-05[TextureAtlas] fix according to this report for blender 2.78 ↵mifth
https://blenderartists.org/forum/showthread.php?265750-TextureAtlas-create-LightMaps-ShadowMaps-for-entire-scene&p=3106516&viewfull=1#post3106516
2016-03-15Correct typoCampbell Barton
2015-04-10Cleanup: imports (formatting)Campbell Barton
2015-04-02[textureAtlas] incorrect button namemifth
2014-09-05[TextureAtlas] Make TextureAtlas Closed by default.mifth
2014-08-20[TextureAtlas] gui tweaks 2.mifth
2014-08-20[TextureAtlas] some gui tweaks.mifth
2014-08-20[TextureAtlas] Possibility to set 1024x2048, 4096x2048 textures. Added ↵mifth
precision for Autounwrap.
2014-06-20[TextureAtlas] Fix for duplicated objects.mifth
2014-06-19[TextureAtlas] small refactoringmifth
2014-06-18[TextureAtlas] fix - update data after copying UVs.mifth
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-12-13[TextureAtlas] small fix.mifth
2013-12-13[TextureAtlas Script] Classes renaming just not to get the same names as in ↵mifth
different addons. Fix for ManualUnwrap hidden faces. Version 0.2.1
2013-11-19Fix for bl_info blender versions, use (2, 6x, 0) not (2, 6, x).CoDEmanX
2013-10-13replace inline poll with real poll().Campbell Barton
2013-10-12[TextureAtlas] Many fixes:Paul Geraskin
- if polygons are hidde - If Object is non selectable - if object is hidden
2013-07-30[TextureAtlas] small refactoring of autoUnwrap.Paul Geraskin
2013-07-30[TextureAtlas] refactotring.Paul Geraskin
2013-07-30[TextureAtlas] change to materials check. No need to check slots. As slots ↵Paul Geraskin
could be empty.
2013-07-30[TextureAtlas] small refactoring.Paul Geraskin
2013-07-30[TextureAtlas] add a material if there are no slots at all for temoporary ↵Paul Geraskin
object.
2013-07-21[TextureAtlas] fixes if non MESH objects are in the group.Paul Geraskin
0.2.0 version now.
2013-06-26Changed links to the script.Paul Geraskin
2013-06-26Added Campbell Burton to authors. As he redisigned entire script.Paul Geraskin
2013-06-25[TextureAtlas] move to trunk the script! Yahoooo!!!!Paul Geraskin
[[Split portion of a mixed commit.]]