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-20Update for removal of image.use_alphaBrecht Van Lommel
2019-05-20space_view3d_spacebar_menu: add context grease pencil menusmeta-androcto
2019-05-20space_view3d_spacebar_menu: initial support, grease pencil modesmeta-androcto
2019-05-19pre 2.8 API changes Pass 7Maurice Raybaud
2019-05-19BlenderKit: get rid of scene.update()Vilem Duha
2019-05-19BlenderKit: increase addon version, so we can distinguis private uploads ↵Vilem Duha
from here.
2019-05-19BlenderKit: temporarily hiding OAuth changes, webpages aren't ready yet.Vilem Duha
2019-05-19BlenderKit: API hotfixes - to_mesh() and Image colourspace settings.Vilem Duha
2019-05-19BlenderKit: Updated tooltip layout and finishing profile and OAuthVilem Duha
2019-05-19BlenderKit: Change the way tips are created.Vilem Duha
2019-05-19BlenderKit: Re-login when a blender session is longer than token life.Vilem Duha
This should happen very rarely, when e.g. run on a server for a year or so.
2019-05-19BlenderKit: improve api key savingVilem Duha
2019-05-19BlenderKit: Basic private quota checking works now.Vilem Duha
2019-05-19BlenderKit: enable uploading private assetsVilem Duha
-fix queue, the handler was getting lost after file load. -some comments
2019-05-19BlenderKit:Vilem Duha
-fix arrows not showing on the right side when the search results can be increased still. -improve tasks_queue. It's now hanging on another blender object(panel definition) to have persistent task queue. -get separate Author info (should also get Gravatar in future) -get Profile info in fetch server data -new Profile panel shows user information -improve tooltip - random tips, author info(will be further improved) -improve login UI - fix swapping of search results
2019-05-19BlenderKit: Oauth browser login. No more hassle with API keys for the users. ↵Vilem Duha
Needs testing. renamed get_bkit_url to get_api_url task queue is a new simple module to do tasks, more timed tasks should come here instead of being in assetbar as of now. (download, search checks and more)
2019-05-19Magic UV: Release v6.1Nutti
[Update features] - World Scale UV - Add option "Texture" to allow the user to specify the texture for the density calculation [Other updates] - Fix bugs
2019-05-18Fix T64786: dynamic spacebar menu gives error without an active objectBrecht Van Lommel
2019-05-18Updates for removal of mesh.show_double_sidedBrecht Van Lommel
Change glTF to use the new material backface culling option, which is more correct since the Blender double sided option was about lighting only, not culling.
2019-05-18glTF importer: forget to increase version of addon in previous commitJulien Duroure
2019-05-18glTF exporter: fix after recent principled node changesJulien Duroure
Normal input index is now 19 instead of 17
2019-05-17The following warnings appeared in the terminal when starting blender:Clemens Barth
make annotation: AddonPreferences.bool_pdb make annotation: AddonPreferences.bool_xyz make annotation: AddonPreferences.bool_utility This was fixed by using 'bool_name : BoolProperty(...' instead of 'bool_name = BoolProperty(...'
2019-05-17Fix T64721: Object Scatter addon broken after recent changesJacques Lucke
2019-05-17Update for Depsgraph API changesPhilipp Oeser
Reviewers: sergey Differential Revision: https://developer.blender.org/D4883
2019-05-17space_view3d_spacebar_menu: fix for edit mode vef selection not updating, ↵meta-androcto
repurposed from viewport pies modes menu
2019-05-16glTF exporter: Fix punctual light exportJulien Duroure
Data was not freed correctly, so lights could be exported multiple times
2019-05-16Update for film transparency changesBrecht Van Lommel
2019-05-16Rigify: replace the use of the now removed scene.update()Alexander Gavrilov
2019-05-16Update for Depsgraph API changesSergey Sharybin
Addresses new behavior of object.to_mesh(). This is corresponding part for D4875. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D4876
2019-05-16Updated Blender ID add-on from upstreamSybren A. Stüvel
Includes: - 069540e (2019-05-16) Bumped version to 1.9.99 - cf48253 (2019-05-16) Include Blender and add-on version in User-Agent header - 4b3d527 (2019-05-16) Automatically retry failed connections to Blender ID for more stability
2019-05-16Addons: Adopt for Dependency Graph API changesSergey Sharybin
Mainly search-and-replace approach. Tested the enabled-by-default export/import addons. Seems to work with an exception of X3D which is still referencing Blender Internal material properties. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D4866
2019-05-15OBJ IO: Use Principled BSDF's Alpha new setting.Bastien Montagne
Much better than using Principled's Transmission setting as we did before... Part of T64609.
2019-05-15FBX IO: use new Principled BSDF Alpha option for transparency.Bastien Montagne
Much better option than using Principled's Transmission setting. Related to T64609.
2019-05-15fix keymaps error when unregisteringhaikalle
2019-05-15Fixing the last commit errorhaikalle
2019-05-15Fix wrong property typehaikalle
2019-05-15Update for object add align property changesBrecht Van Lommel
2019-05-14Rigify: clear the Armature animation data in addition to the Object.Alexander Gavrilov
After the change in PoseBone.bone behavior, drivers will be added there.
2019-05-14glTF exporter: fix exporting with Draco compressionJulien Duroure
2019-05-14FBX: Cleanup minor comment fix.Bastien Montagne
2019-05-14Bsurfaces: Fixed some problems.Spivak Vladimir (cwolf3d)
2019-05-14materials_utils: downgrade versionmeta-androcto
2019-05-14glTF exporter: fix various animation & texture exportJulien Duroure
2019-05-13Shaders: update for color space moving from node to image datablockBrecht Van Lommel
2019-05-13Update 'Nuke Animation Format' to Blender 2.8paul szajner
Differential Revision: https://developer.blender.org/D4844
2019-05-13materials_utils: initial port to 2.8, non version bumpmeta-androcto
2019-05-13object_cloud_gen: initial update 2.8, non version bumpmeta-androcto
2019-05-13ant_landscape: revert last commitmeta-androcto
2019-05-12ant_landscape: smooth shade off default, Fix: T64428meta-androcto
2019-05-12LoopTools: switched Gstretch to Annotation strokesSpivak Vladimir (cwolf3d)