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-09-10BlenderKit:Vilém Duha
fix typos and wrong formatting in Search similar
2019-09-10BlenderKit: replace asset command, present in right-click menu.Vilém Duha
2019-09-10BlenderKit: several fixesVilém Duha
- crucial typo bug in previous timers commit(linking of collections gone wrong) - increase size of first row of UI in panel - fix a bug when mesh isn't generated in bounding box calculations (reported bug)
2019-09-10BlenderKit: Fixes:Vilém Duha
- bg_blender timer unregistering after first use - collection linking didn't compare complete paths. - silencing one forgotten print
2019-09-10BlenderKit: fix a bug in previous commit - forgotten print was throwing errorsVilém Duha
2019-09-10BlenderKit: fix upload of objects with ' or " in their name.Vilém Duha
it now doesn't allow these character in object/datablock names when uploading.
2019-09-10BlenderKit: switch update functions to independent timers.Vilém Duha
-seems to improve performance, and fixes assets not appending while asset bar is off.
2019-09-10mesh_tools:disable push/pull faces: T69694meta-androcto
2019-09-09render_povray: Rune Morling patchMaurice Raybaud
2019-09-09Fix T69664: Update add-ons for Mapping node changes.OmarSquircleArt
The Mapping node was update to have dynamic inputs that can be linked. Moreover, the min and max options were removed entrily. This broke add-ons that used the Mapping node, so this patch fixes those add-ons. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D5732
2019-09-09Add Curve: Extra Objects: now fillet and divide function doing for all ↵Spivak Vladimir (cwolf3d)
selected points
2019-09-08Fix T69313: rigify crashes on custom properties without UI metadata.Alexander Gavrilov
Patch suggested by @pioverfour.
2019-09-08Fix T68856: rigify adds widgets to the wrong collection.Alexander Gavrilov
Patch suggested by @pioverfour.
2019-09-08Fix script_load_modules test failures in power sequencerBrecht Van Lommel
2019-09-08Archipack: don't print to console on every startBrecht Van Lommel
2019-09-08Power Sequencer: update to avoid breaking python module testsNathan Lovato
Also fix minor bugs in the addon
2019-09-08discombobulator: default to orig Author, fix contributorsmeta-androcto
2019-09-08geodesic_domes: default to orig Author, fix contributorsmeta-androcto
2019-09-08render_povray: more transparency fixingMaurice Raybaud
2019-09-07node_arrange: support align inside groupsmeta-androcto
2019-09-07FBX IO: Raise sub-version number after changes to texture clamp import.Bastien Montagne
Change in behavior of the add-on -> increase sub-version number.
2019-09-07curve_assign_shapekey: 1) Moved the add-on panel to Sidebar -> Edit tab 2) ↵Shrinivas Kulkarni
Made the panel tab user configurable 3) Changed the license type to GPL3
2019-09-07Fix part of T69526: FBX import/export error after recent mapping node changesBrecht Van Lommel
There are still other add-ons to fix.
2019-09-06animation_animall: Fix T69509 Quick smoke brokenDamien Picard
The previous commit rBA0a6d3d725f0b broke quick smoke by adding a handler to force viewport refresh. This commit adds a check to refresh only data which have animation data. So quick smoke is not really fixed but the bug happens only if the data is animated.
2019-09-06archimesh: add cosmetic separatormeta-androcto
2019-09-06ant_landscape: add cosmetic separatormeta-androcto
2019-09-06add_mesh_geodesic_domes: add icon, bl_info: fix namemeta-androcto
2019-09-06glTF exporter: export custom light rangesJulien Duroure
2019-09-06add_mesh_discombobulator: add iconmeta-androcto
2019-09-06add_mesh_BoltFactory: add separator for cosmeticsmeta-androcto
2019-09-06add_mesh_extra_objects: icons, menus: expose nestedmeta-androcto
2019-09-05glTF exporter: export texture transform for any textureJulien Duroure
2019-09-05glTF importer & exporter: fix texture transform after recent API changeJulien Duroure
2019-09-05PyAPI: Remove CyclesShaderWrapperAaron Carlisle
This has been replaced in 2.80 with PrincipledBSDFWrapper which python developers should use instead. Internally CyclesShaderWrapper is no longer used however, 3rd party scripts may still be using this which means they must update scripts for Blender 2.81.
2019-09-05Add the VSE addon Power SequencerNathan Lovato
2019-09-05OscurarTools: new feature, select flipped uvs, like mayaEugenio Pignataro
2019-09-05glTF exporter: fix typo in last commit, weird tab incrementJulien Duroure
2019-09-05glTF exporter: add check when armature animation is linked to object != armatureJulien Duroure
2019-09-05Cleanup: use unix line endingsCampbell Barton
2019-09-05Node Arrange: 2.81, Thanks JuhaW: T66410meta-androcto
2019-09-05render_povray: post 2.8 API ior fixMaurice Raybaud
2019-09-05glTF importer: set track name from gltf animation nameJulien Duroure
2019-09-05glTF importer: manage KHR_texture_transform extension for all texturesJulien Duroure
2019-09-04glTF exporter: Change version after UI changeJulien Duroure
2019-09-04Fix T69179: Move X3D IO Add-on to community-supported status.Bastien Montagne
This is a rather old format now, and current add-on code would require a significant amount of work to bring it back in a proper state.
2019-09-04OBJ IO: Increase sub-version number after FileBrowser merge.Bastien Montagne
Changes in UI are significant enough to justify it.
2019-09-04FBX IO: increase sub-version number after filebrowser merge.Bastien Montagne
Changes in UI are significant enough to justify it.
2019-09-04Fix T69482: Fbx export crashes blenderPhilipp Oeser
Reviewers: Severin Maniphest Tasks: T69482 Differential Revision: https://developer.blender.org/D5671
2019-09-04BlenderKit: fix a bug where bound box wasn't drawn if in the area where ↵Vilém Duha
normally asset bar is.
2019-09-04BlenderKit: asset bar thumbnail size in user preferencesVilém Duha