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-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
2019-09-04Dynamic Brush Menus: add warning/options for missing uvs: T68350Ryan Inch
2019-09-04Dynamic Brush Menus: add interactive mode to default actions: T68350Ryan Inch
2019-09-04Dynamic Brush Menus: remove duplicate default actions: T68350Ryan Inch
2019-09-04Fix access to disabled OBJ exporter propertyJulian Eisel
See e4de25e78b59e9.
2019-09-03UI: New options layout for IO Add-onsJulian Eisel
Updates importers/exporters for the new file-browser design. They are now reorganized into sub-panels. Updated the Blender version requirement (won't be compatible with older Blender versions). Left the Add-on versions untouched, will leave that up to Authors to change.
2019-09-03animation_animall: workaround for data refresh: T68332 T68666Damien Picard
2019-09-02Fix T68964: Measureit Area computation errorAntonio Vazquez
The area was wrong when the scale was used because the scale was applied to the area, not to the sides of the are to compute.
2019-09-02BlenderKit: rerequests libraryVilém Duha
this library basically ensures that no server requests should fail if the token is after it's lifetime. it refreshes token and re-tries the request in such cases.
2019-09-02development_edit_operator: returned to release: T63750 c983a2472846 T68541meta-androcto
2019-09-02space_view3d_brush_menus: add default spacebar menu actions: T68350meta-androcto
2019-09-02space_view3d_spacebar_menu: fix for edit particle selectmeta-androcto
2019-09-02Fix T69358: Missing Quaternions interpolqtion in importer.Bastien Montagne
Based on investigation and patch by Yannick (@kschoice), many thanks!
2019-09-02space_view3d_spacebar_menu: large commit, rewrite: T68591meta-androcto
2019-09-02pie_modes_menu: clean up unused gp edit strokesmeta-androcto
2019-09-02render_povray :Maurice Raybaud
First try at fixing hair and strand for 2.8 render API: failed but improved
2019-09-01+Better (faster) Radiosity Nearest Count default valueMaurice Raybaud
+render emitter for particles theoretically updated to 2.8 API
2019-09-01render_povray: fixed material alpha transparency broken by 2.8 changesMaurice Raybaud
2019-08-31glTF exporter: fix shapekeys animationJulien Duroure
If shapekeys names have some dot, and some other don't, export failed
2019-08-31Dynamic Brush Menus: return to release: T68350 T63750 437e41a06681Ryan Inch
2019-08-29Fix (unreported) ImportImagesAsPlanes: broken alpha handling for ↵Bastien Montagne
shadeless/emit shaders. Recent adding of Principled shader just removed the old alpha handling, but that one is still needed for the otehr shaders...
2019-08-29Add optional subdivision surface support to the FBX exporterSamuli Raivio
Add option 'Export Subdivision Surface' to the FBX exporter (disabled by default). When enabled the exporter will write the **last active Catmull-Clark subdivision surface modifier** as FBX properties instead of applying it. Edge crease data is also written to the FBX file if 'Use Creases' is enabled in the subsurf modifier. Reviewers: mont29 Tags: #add-ons Differential Revision: https://developer.blender.org/D4982
2019-08-29Principled Node added in Add Images as PlanesBastien Montagne
This is about replacing the Diffuse shader with a principled shader, so that exporting to other formats like OBJ, FBX, GLTF becomes hassle - free as the textures are also imported along with it , as mentioned in the Task [[ https://developer.blender.org/T66299 | T66299 ]] Reviewers: mont29, lichtwerk Reviewed By: mont29 Subscribers: Dok11, lichtwerk Tags: #add-ons Differential Revision: https://developer.blender.org/D5610
2019-08-29glTF exporter: Set blender active scene as main scene in glTF fileJulien Duroure
2019-08-27animation_animall: multi-object editingDamien Picard