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
2020-05-13Added xr navigation with controllersxr-world-navigationgrosglob
2020-05-12UI: Rename 'View All' to 'Frame All'Pablo Vazquez
Following the change in master.
2020-05-12glTF exporter: make sure rotation are normalizedJulien Duroure
2020-05-12glTF exporter: prevent infinite recursion when mesh is skinned and parenting ↵Julien Duroure
to same bone Avoid this by do not skin if object is parented to a bone of the armature that skin the object: keep only parenting to bone
2020-05-12glTF importer: implement KHR_materials_clearcoatJulien Duroure
2020-05-12glTF: fix bad ending line againJulien Duroure
2020-05-12glTF: fix bad ending lineJulien Duroure
2020-05-12glTF exporter: add gather_joint_hook for user extensionsJulien Duroure
2020-05-12PDT: Merge branch 'blender-v2.83-release'Rune Morling
2020-05-12PDT: Fix Library path issue, Add Trig Waves FunctionsAlan Odom
An issue occurred if you opened Blender with a new file where the Parts Library path pointed relative to the Blender App, not the working directory, so was not found. The Parts Library file is now moved to the Parts Library Menu, so must be set for new .blend files. Existing .blend files are not affected by this change. Error message altered to reflect the option of having this Parts Library live anywhere. New Feature: Add Trig Waves Functions Requires the user to select an existing object in the Trig menu.
2020-05-11OscurarTools: New Feature in renderTokens, now support compositor output ↵Eugenio Pignataro
filepath
2020-05-11Collection Manager: Global Exclude RTO fix. Task: T69577Ryan Inch
Fix the Global Exclude RTO unnecessarily resetting the active collection to the Scene Collection.
2020-05-11Collection Manager: Global Exclude RTO fix. Task: T69577Ryan Inch
Fix the Global Exclude RTO unnecessarily resetting the active collection to the Scene Collection.
2020-05-11Collection Manager: QCD tooltip fixes. Task: T69577Ryan Inch
Add LMB shortcut to the QCD header widget tooltip. Remove redundant references to QCD from this tooltip.
2020-05-11Collection Manager: QCD tooltip fixes. Task: T69577Ryan Inch
Add LMB shortcut to the QCD header widget tooltip. Remove redundant references to QCD from this tooltip.
2020-05-10Merge branch 'blender-v2.83-release'Brecht Van Lommel
2020-05-10Fix T76610: DXF export fails with Python 3.8Brecht Van Lommel
Replace use of removed time.clock(), solution suggested by Paul Morelle.
2020-05-08Collection Manager: Update bl_info. Task: T69577Ryan Inch
Added wiki_url back to bl_info because the addon can be downloaded from feedback threads and used with older blender versions. Added tracker_url to bl_info to point people to my thread on blenderartists.org for feedback and bug reports.
2020-05-08Collection Manager: Update bl_info. Task: T69577Ryan Inch
Added wiki_url back to bl_info because the addon can be downloaded from feedback threads and used with older blender versions. Added tracker_url to bl_info to point people to my thread on blenderartists.org for feedback and bug reports.
2020-05-07BlenderKit: block clipboard reading on linuxVilém Duha
This was causing T73507
2020-05-07BlenderKit: fix bring to sceneVilém Duha
2020-05-07Merge branch 'blender-v2.83-release'Philipp Oeser
2020-05-07Fix T76485: Export Paper Model: error using (removed) cycles subsurfacePhilipp Oeser
pass Since rBe0085bfd24da, Cycles is not using a dedicated subsurface pass anymore, update this Addon accordingly.
2020-05-07Fix T70357: ANT Landscape Line artifactsJimmy Haze
2020-05-05POV: renamed color temperature to better reflect relative warmthMaurice Raybaud
2020-05-05Merge branch 'blender-v2.83-release'Julien Duroure
2020-05-05glTF: fix bad merge, this should'nt go on 2.83 branchJulien Duroure
2020-05-05UI translations addon: make some heavy processing parallel.Bastien Montagne
Fairly straghtforward, once the data from the i18n utils module are pickleable... ;) Gives nice improvements in global speed of i18n update process.
2020-05-04Merge branch 'blender-v2.83-release'Julien Duroure
2020-05-04glTF: code cleanup - remove no more needed importJulien Duroure
2020-05-04glTF: update minimum version requiredJulien Duroure
2020-05-04Merge branch 'blender-v2.83-release'Julien Duroure
2020-05-04glTF export: fix typo in deformation bone only optionJulien Duroure
2020-05-04Merge branch 'blender-v2.83-release'Julien Duroure
2020-05-04glTF exporter: normalize normals for skinned meshesJulien Duroure
2020-05-04glTF: bump version on masterJulien Duroure
2020-05-04Merge branch 'blender-v2.83-release'Julien Duroure
2020-05-04glTF importer: better material names when using color vertexJulien Duroure
2020-05-04Merge branch 'blender-v2.83-release'Julien Duroure
2020-05-04glTF exporter: improve NLA Strip option's name/descriptionJulien Duroure
2020-05-04Ant Landscape: Fix error in poll functionJacques Lucke
This raised an exception when I opened the search with developer extras enabled in the user preferences.
2020-05-04Collection Manager: Fix tooltips. Task: T69577Ryan Inch
2020-05-04Collection Manager: Fix tooltips. Task: T69577Ryan Inch
2020-05-04Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-04Fix T76383: Undo after cell fracture crashesCampbell Barton
2020-05-04Cleanup: object_fracture_cell indentationCampbell Barton
2020-05-03Fix T76049: Errors after adding a Gear or Worm (extra objects)Vladimir Spivak(cwolf3d)
2020-05-02Collection Manager: Fix exclude bug. Task: T69577Ryan Inch
Fixes the exclude operator changing the active collection in some cases.
2020-05-02Collection Manager: Fix exclude bug. Task: T69577Ryan Inch
Fixes the exclude operator changing the active collection in some cases.
2020-04-29Fix T76226: Crash when using node wrangler in pinned windowDavid Friedli
Differential Revision: https://developer.blender.org/D7567