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 (Expand)Author
2019-03-01Update for API change: scene.cursor_location -> scene.cursor.locationCampbell Barton
2019-01-29addons: objects.link/unlink syntax updateNBurn
2019-01-29addons: more view_layer syntax updatesNBurn
2019-01-29addons: view_layer.objects.active syntax updateNBurn
2019-01-25addons: object select_set syntax updateNBurn
2019-01-23addons: add missing text= keyword after labelNBurn
2019-01-18Update Add-ons class properties to annotationsNBurn
2018-12-21Rename user_preferences -> preferencesCampbell Barton
2018-12-07Fix T58896: Addons with ob.vertex_groups.new without name keyworkDalai Felinto
2018-11-28Use collection and instance terminology in Python APISergey Sharybin
2018-10-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-062.8: update for x_ray and draw/display renaming.Brecht Van Lommel
2018-08-29Python / Cleanup: rename INFO_MT to TOPBAR_MT to reflect actual location.Brecht Van Lommel
2018-07-06Update for renaming lamp to light.Brecht Van Lommel
2015-04-10Cleanup: imports (formatting)Campbell Barton
2015-01-22Fix: replaced Python module "imp" with "implib"Sybren A. Stvel
2014-12-08mod add-on to be ready for "BMVert/Edge/FaceSeq.ensure_lookup_table now needs...beta-tester
2014-10-13fix warnings with UI descriptionPhilipp Oeser
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 minor...CoDEmanX
2013-11-25according "uiList: ctrl-clic-edit name", i changed my add-ons template_listbeta-tester
2013-09-16added: exporter takes armature parent in account of animation handling.Alexander N
2013-08-22undo the workaround of my previous commit for "[#36443] Vertex to UV index do...Alexander N
2013-08-18workaround for [#36443] Vertex to UV index doesn't match with 2.68aAlexander N
2013-07-18fix: return default value if no expected value found (instead of returning None)Alexander N
2013-07-14fixed some potentially problematic naming of blender stuff in the importerAlexander N
2013-04-12raise HeaderError if, file header is invalid.Alexander N
2013-03-17fix: invalid header warning; changed: verbose modes from bool to enum; change...Alexander N
2013-02-19mod: respecting layout_type {'DEFAULT', 'COMPACT', 'GRID', } in UIList classAlexander N
2013-02-10fixed missing model comment.Alexander N
2013-02-10fix/workaround for character encoding ('ascii' is used for now, it should be ...Alexander N
2013-02-10fix: potentially division by zero in case of no weightsAlexander N
2013-02-10fix: now, using 'object.matrix_basis' instead of 'object.matrix_local' during...Alexander N
2013-02-09fixed vertex weight handling of more than 3 bone weights, that milkshape cann...Alexander N
2013-02-02changed the add-on bug tracker link to http://projects.blender.org/tracker/in...Alexander N
2013-01-27moved MilkShape3D MS3D add-on from "addons_contrib" to "addons" (i got hopefu...Alexander N