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-04-29VR Scene Inspection: Force reset of pose offsets when changing landmarkJulian Eisel
See fee440bec8.
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-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-28FBX: Cleanup/fix discrepancy from rBA39aeb1b4414b.Bastien Montagne
Please do not commit random things to code maintained by other people, especially if you are breaking basic 101 things like codestyle. This is loss of time for everybody. Even worse since not ansewring to comments on original commit. Also no need to add extra `text` parameters (and more useless UI messages) in add-ons, when the only usage of the property's name itself is in own add-on' UI...
2020-04-28OBJ: Cleeanup: keep sane logical organization of code.Bastien Montagne
Since panels of importer are defined after the operator, do the same for the exporter...
2020-04-28OBJ: Fix mistakes in rBAc03185fe40dc, add some tooltips.Bastien Montagne
Please do not commit random things to code maintained by other people, especially if you are breaking basic 101 things like codestyle. This is loss of time for everybody. Even worse since not ansewring to comments on original commit. Also no need to add extra `text` parameters (and more useless UI messages) in add-ons, when the only usage of the property's name itself is in own add-on' UI...
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-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-24Node Wrangler: Version bumpGreg Zaal
2020-04-24Node Wrangler: support emission viewer inside node groupsDavid Friedli
Differential Revision: https://developer.blender.org/D6956 Reviewers: gregzaal
2020-04-23Archipack: bugfix disable manipulators when object is not selectedStephen Leger
2020-04-23Merge branch 'blender-v2.83-release'Ryan Inch
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-23Added 12 point headAaron Keith
2020-04-22VR Scene Inspection: Tweaks to panel layoutsJulian Eisel
* Use different, more clear icon for activating a landmark * Update layout to work better with recent layout changes in master * Add warning regarding performance impact of viewport feedback options
2020-04-20Merge branch 'blender-v2.83-release'Brecht Van Lommel
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-20Collection Manager: Fix QCD edit mode. Task: T69577Ryan Inch
Fix and simplify QCD edit mode implementation.
2020-04-19Collection Manager: Fix git issue. Task: T69577Ryan Inch
2020-04-18glTF: bump version after changes on blender repo, copied in Khronos repoJulien Duroure
2020-04-18OBJ UI: Tweaks to support new layout featuresWilliam Reynish
2020-04-18GLTF UI: Small tweaks for new layout featuresWilliam Reynish
2020-04-18FBX UI: Tweaks to better support new layout featuresWilliam Reynish
2020-04-18Merge branch 'blender-v2.83-release'Julien Duroure
2020-04-18glTF exporter: don't combine image names if they're all from the same fileJulien Duroure
2020-04-18Merge branch 'blender-v2.83-release'Julien Duroure
2020-04-18glTF importer: use friendly filenames for temp image filesJulien Duroure
2020-04-18Merge branch 'blender-v2.83-release'Julien Duroure
2020-04-18glTF exporter: do not raise error when some not known properties are animatedJulien Duroure
2020-04-18Merge branch 'blender-v2.83-release'Julien Duroure
2020-04-18glTF exporter: export extra for bonesJulien Duroure
2020-04-18Merge branch 'blender-v2.83-release'Julien Duroure
2020-04-18glTF exporter: fix bug export sampled animation with non 'classical' ↵Julien Duroure
(constant/linear/bezier) interpolation
2020-04-18glTF importer: revert using numpy for vertex color colormanagement.Julien Duroure
Perf is bad when mesh has lots of primitives
2020-04-18Collection Manager: Expander fix. Task T69577Ryan Inch
Fix expanded and expand history not getting updated on collection removal.
2020-04-18Collection Manager: Expander fixes. Task: T69577Ryan Inch
Fix expanded not getting properly updated on collection name change. Fix expand history not getting updated on collection name change. Fix expand history not getting cleared on collapse all. Fix isolate tree restoring no matter what expander you click on. Fix UI not showing isolated status when expander not expanded.
2020-04-18Collection Manager: Fix T75738. Task: T69577.Ryan Inch
Hide the 'View QCD Slot' operator from 'Adjust Last Operation' as it was never intended to be used with that.
2020-04-18glTF importer: revert using numpy for vertex color colormanagement.Julien Duroure
Perf is bad when mesh has lots of primitives
2020-04-18Collection Manager: Expander fix. Task T69577Ryan Inch
Fix expanded and expand history not getting updated on collection removal.
2020-04-17Feature: Overrides support collection objectsEugenio Pignataro
2020-04-17Collection Manager: Expander fixes. Task: T69577Ryan Inch
Fix expanded not getting properly updated on collection name change. Fix expand history not getting updated on collection name change. Fix expand history not getting cleared on collapse all. Fix isolate tree restoring no matter what expander you click on. Fix UI not showing isolated status when expander not expanded.
2020-04-17Collection Manager: Expander fixes. Task: T69577Ryan Inch
Fix expanded not getting properly updated on collection name change. Fix expand history not getting updated on collection name change. Fix expand history not getting cleared on collapse all. Fix isolate tree restoring no matter what expander you click on. Fix UI not showing isolated status when expander not expanded.
2020-04-16Fix T75285 (Rigify): allow single bone spines.super_head rigs.Alexander Gavrilov
2020-04-16glTF: Bump to 1.3.0 in master. 2.83 branch stays on 1.2.*Julien Duroure
2020-04-16fix incorrect hotkey description T75783meta-androcto