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-03Update Blender version for changed IO Add-onsfilebrowser_redesignJulian Eisel
These Add-ons now require 2.81.5 with the file browser changes (will soon become 2.81.6).
2019-09-02Merge branch 'master' into filebrowser_redesignJulian Eisel
2019-09-02Merge commit 'f4128711758e92a755001e51a88d3d4f67100974' into ↵Julian Eisel
filebrowser_redesign
2019-09-02Merge commit 'f1dd37b8ac8f2db93f56002bae24e70b2cbf986f' into ↵Julian Eisel
filebrowser_redesign
2019-09-02Merge commit 'a215a3c85ad950e38d344205701b4258201f8412' into ↵Julian Eisel
filebrowser_redesign
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
2019-08-27render_povray: Removed light "energy" multiplier which might no longer be ↵Maurice Raybaud
necessary with 2.8 default light values and gave overexposed default scenes.
2019-08-25Cleanup: Move RNA Manual References to ModulesAaron Carlisle
This file used to be stored in the Add-ons repository to allow easy commit access for updating. Since then, we have created an automated process, the script can now easily be updated by anyone. This also makes more logical sense to store the file here as it is not an add-on.
2019-08-25Rune Morling patch to finish fixing (dupli) instances post 2.8 THANKS!Maurice Raybaud
2019-08-25glTF exporter: Fix T68822 speedup pixel transfer from blender to numpyJulien Duroure
if more speed is needed, we will need to check API side
2019-08-25spacebar_menu: view, animation, main menu changes: T68591meta-androcto
2019-08-24glTF exporter: proper OS path handleJulien Duroure
2019-08-24viewport pies: re-order select menusmeta-androcto
2019-08-24glTF exporter: addon version change, forgot in previous commitJulien Duroure
2019-08-24glTF expoter: Fix T69089 remove hard coded blender & python versionJulien Duroure
2019-08-24viewport pies: remove snap, orientation, clean up: T67995meta-androcto
2019-08-24viewport pies: remove cursor, proportional: T67995meta-androcto
2019-08-24post 2.8 fix light samplesMaurice Raybaud
2019-08-23animation_animall: return to release: T68332 T63750 e6a1dfbe53beDamien Picard
2019-08-23glTF exporter: fix shapekeys animation exportJulien Duroure
Animation channels must be sorted in exactly same order than shapekeys
2019-08-23glTF exporter: fix normal export when normals are modified by modifier(s)Julien Duroure
2019-08-22Addon: BSurfaces: Fixed https://developer.blender.org/T68959 Fixed confusion ↵Spivak Vladimir (cwolf3d)
about initial 'setup' window
2019-08-22fixed typo in BHV UI layoutWilliam Reynish
2019-08-22STL and PLY IO layoutsWilliam Reynish
2019-08-21X3D IO layoutWilliam Reynish
2019-08-21BVH IO layoutWilliam Reynish
2019-08-21OBJ IO layoutsWilliam Reynish
2019-08-21GLTF export UIWilliam Reynish
2019-08-21Fix T68967: Export to .fbx error.Bastien Montagne
Handle more gracefully the case where we cannot compute tangent space for a mesh.
2019-08-21Fix T63497: wrl import fails.Bastien Montagne
Main issue was the sphere generation code, that was 100% broken, presumably since ages (= since adding bmesh to Blender)? Plus some non-updated API call after changes in 2.80.
2019-08-21New layouts for FBX and GLTF for the new filebrowser sidebarWilliam Reynish
2019-08-21Some instantiation 2.8 API update fixingMaurice Raybaud
2019-08-20BlenderKit: fix T66833Vilém Duha
don't attempt to render thumbnail if file wasn't saved (it would fail on the end.)
2019-08-20BlenderKit:Vilém Duha
thumbnailer had accidentally set resolution to 50% Try to avoid a rare bug where categories file isn't present (not sure yet as why that happens, but this enables the use of the addon until categories are loaded) Internal Transfer BlendrKit data operator Switch some operators to internal and remove undo from those where it doesn't make sense.