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
2022-01-18Fix T77022: node wranger error with texture files on different drivesv2.83.20v2.83.19blender-v2.83-releaseIyad Ahmed
Principled texture setup with relative path option would lead to this, silently use an absolute path instead like other Blender operators. Differential Revision: https://developer.blender.org/D12221
2022-01-18Fix T93209: FBX export error if there is an action in NLA tweakmodePhilipp Oeser
Code tried to set the action to None, but in this case, the action is read-only. If we find such a case, now set tweakmode to False temporarily and restore after actions have been processed. Maniphest Tasks: T93209 Differential Revision: https://developer.blender.org/D13286
2022-01-18FBX Import: skip invalid custom enum propertiesPhilipp Oeser
This was (correctly) asserting before, now handle this more gracefully and just skip (and warn about this) a custom property that has an invalid value set. Seems there are a couple of exporters out there that do this wrong, I think this tradeoff can be made though. Fixes T91062, T81657, T83501, T86595 Maniphest Tasks: T91062, T86595, T83501, T81657 Differential Revision: https://developer.blender.org/D12354
2020-06-03Fix T70357: ANT Landscape Line artifactsv2.83.9v2.83.8v2.83.7v2.83.6v2.83.5v2.83.4v2.83.3v2.83.2v2.83.18v2.83.17v2.83.16v2.83.15v2.83.14v2.83.13v2.83.12v2.83.10v2.83.1v2.83Jimmy Haze
2020-06-02UI: Update Bundled Themes for Recent Fix to Report BackgroundsHans Goudey
2020-06-02Fix T76736: incorrect filename in SVG, fails to load elsewhereCampbell Barton
2020-05-29Update add-ons for new version numbersBrecht Van Lommel
Ref T76058
2020-05-29Remove periods from docstrings, format code with blackNathan Lovato
2020-05-29Power Sequencer: fix wrong package name causing test errorNathan Lovato
2020-05-29Power Sequencer: rename tool, remove print statementsNathan Lovato
The tool builtin.cut was renamed into builtin.blade
2020-05-29Power Sequencer: address docstring warningsNathan Lovato
The previous commit passed tests without warnings or errors here, but LazyDodo sent me a log with warnings he was getting on his machine. This commit attempts to address them. Note: I'm not getting warnings when running unit tests here.
2020-05-29Power Sequencer: fix package name and import errorNathan Lovato
Fixes an error with not passing the python tests.
2020-05-29Power Sequencer: update to version 1.5, fix for Blender 2.83Nathan Lovato
This makes the add-on compatible with Blender 2.83 after renaming the cut operator to split. The update brings mainly bug fixes and quality of life improvements. Changelog: https://github.com/GDQuest/blender-power-sequencer/blob/master/CHANGELOG.md#power-sequencer-1 36 Commits: https://github.com/GDQuest/blender-power-sequencer/compare/1.4.0...fb55bc77cf31920ddfe6fd4342b11e53ac988c93
2020-05-27BlenderKit: block the clipboard monitoring featureVilém Duha
2020-05-27BlenderKit: FixesVilém Duha
rating showing to non-logged in users Upload wasn't showing proper error message when not logged in too. Replace selected models wasn't shown with no active object First registration search wasn't shown. Sorting of uploaded assets for validators was reversed
2020-05-27BlenderKit: fix various typosVilém Duha
2020-05-27BlenderKit: fix spelling mistakeVilém Duha
2020-05-27Collection Manager: Fix error with QCD switching. Task: T69577Ryan Inch
This fixes an error when switching to collections with objects in pose or weight paint mode and adds in the missing hotkeys for these modes.
2020-05-24Collection Manager: Fix scrolling issue. Task: T69577Ryan Inch
Set the selection to the collection when clicking on its expander. This prevents the tree view scrolling changing when expanding/collapsing subcollections. This also sets the selection to the first collection when collapsing all collections to prevent loosing the selected row and then later adding collections to some unknown region.
2020-05-23Collection Manager: Fix invalid list index. Task: T69577Ryan Inch
Fix error when trying to add a new collection if the selected collection was deleted using the Outliner.
2020-05-22Rigify: avoid AttributeErrors when there is no active objectSybren A. Stüvel
`context.object` can be None, so a poll function should not access `context.object.type` without prior check.
2020-05-19Fix T76652 Rigify's Quat/Euler Converter is wrongly put in the "view" panel ↵Sybren A. Stüvel
instead of tools.
2020-05-15Collection Manager: Change Operator Name. Task: T69577Ryan Inch
Change Renumerate QCD Slots to Renumber QCD Slots after feedback from the community.
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-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-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-07BlenderKit: block clipboard reading on linuxVilém Duha
This was causing T73507
2020-05-07BlenderKit: fix bring to sceneVilém Duha
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-05glTF: fix bad merge, this should'nt go on 2.83 branchJulien Duroure
2020-05-04glTF: code cleanup - remove no more needed importJulien Duroure
2020-05-04glTF export: fix typo in deformation bone only optionJulien Duroure
2020-05-04glTF exporter: normalize normals for skinned meshesJulien Duroure
2020-05-04glTF importer: better material names when using color vertexJulien Duroure
2020-05-04glTF exporter: improve NLA Strip option's name/descriptionJulien Duroure
2020-05-04Collection Manager: Fix tooltips. Task: T69577Ryan Inch
2020-05-04Fix T76383: Undo after cell fracture crashesCampbell Barton
2020-05-02Collection Manager: Fix exclude bug. Task: T69577Ryan Inch
Fixes the exclude operator changing the active collection in some cases.
2020-04-29Collection Manager: Phantom Mode fixes. Task: T69577Ryan Inch
Fix Phantom Mode not disabling the active collection operators and the set object operator for the Scene Collection.
2020-04-25Collection Manager: Fix popup sizing. Task: T69577Ryan Inch
Adjust popup sizing to account for the width of the QCD field when present.
2020-04-25Collection Manager: Fix selection issues. Task: T69577Ryan Inch
Make treeview selection more stable and predictable. Fix not being able to select the row from the left side with a top level expander -- adjusts window sizing to account for this.
2020-04-25Collection Manager: Fix active collections. Task: T69577Ryan Inch
Fix display of and interaction with active collections.
2020-04-23Collection Manager: Fix QCD numeration. Task: T69577Ryan Inch
Fix auto-numeration missing slots. Fix renumerate not starting at slot 1. Fix name spelling and tooltips.
2020-04-20Fix missing nodes and math operations in node wranglerWannes Malfait
Differential Revision: https://developer.blender.org/D7461
2020-04-20Collection Manager: Fix QCD edit mode. Task: T69577Ryan Inch
Fix and simplify QCD edit mode implementation.
2020-04-18glTF exporter: don't combine image names if they're all from the same fileJulien Duroure
2020-04-18glTF importer: use friendly filenames for temp image filesJulien Duroure
2020-04-18glTF exporter: do not raise error when some not known properties are animatedJulien Duroure