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-18glTF exporter: export extra for bonesJulien 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-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-16Collection 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-15Collection Manager: Clear RTO history on destructive actions. Task: T69577Ryan Inch
2020-04-15Collection Manager: Update Toggle Nested. Task T69577Ryan Inch
Update the toggle_children function to account for the new changes introduced to the exclude RTO with D7016.
2020-04-15Collection Manager: Fix regression. Task: T69577Ryan Inch
Fix regression in invert function introduced when refactoring operators.
2020-04-15Collection Manager: Fix reload scripts bug. Task: T69577Ryan Inch
2020-04-15Collection Manager: Fix bug in name update. Task: T69577Ryan Inch
Fix rto_history not getting updated on collection name change.
2020-04-14bugFix: Material OverridesEugenio Pignataro
2020-04-14Collection Manager: Fix button positioning. Task: T69577Ryan Inch
Fix positioning of the Collapse/Expand and Re-numerate QCD Slots buttons in the Collection Manager popup.
2020-04-14Collection Manager: Change hotkey defaults. Task: T69577Ryan Inch
Set QCD edit mode hotkeys to off by default. Add new hotkey for mesh select mode menu to QCD edit mode hotkeys.
2020-04-14Collection Manager: Support Scene Collection. Task: T69577Ryan Inch
2020-04-14Collection Manager: Small refactor. Task: T69577Ryan Inch
Refactor some operators and QCD operators to use new operator_utils functions.
2020-04-13Collection Manager: Preserve edit mode. Task: T69577Ryan Inch
Preserve edit mode when switching QCD slots. Add hotkeys and preference toggle for this. Hotkeys added for all objects with edit mode except fonts.
2020-04-13Fixed bug with inverted normals for Pan head and Allen BitsAaron Keith
2020-04-13Fixed bug with inverted normals for the lock nutAaron Keith
2020-04-12Collection Manager: Refactor. Task: T69577Ryan Inch
Refactor operators to massively decrease code duplication. Remove history from invert function (not needed).
2020-04-12Collection Manager: Fix name update. Task: T69577Ryan Inch
Fix expanded and QCD slots/overrides not getting updated properly when renaming a collection. This was especially problematic when the name change triggered other name changes.
2020-04-12Fixed bug with inverted normals for the counter sink boltAaron Keith
2020-04-11glTF exporter: perf: use foreach_{get,set} for image encodingJulien Duroure
We can now remove compositor code, no more needed
2020-04-11glTF importer: refactoring animation importJulien Duroure
2020-04-11glTF exporter: less naive file format detection for texturesJulien Duroure
2020-04-11glTF importer: set camera near/farJulien Duroure
2020-04-11glTF importer: improve node namesJulien Duroure
2020-04-11glTF exporter: remove no more needed functionsJulien Duroure
2020-04-10Collection Manager: Update tooltips. Task: T69577Ryan Inch
Shorten and standardize tooltips. Add label to RTO filter popover panel.
2020-04-10Collection Manager: Fix View Layer update. Task: T69577Ryan Inch
Make QCD 3D View header widget update immediately after changing View Layers. Prevent unnecessary View Layer update in Collection Manager popup.
2020-04-09New Feature: Add uv info. Texel, image gain, and moreEugenio Pignataro
2020-04-08Fix T75430: some operators in node wrangler Shift+W menu not workingBrecht Van Lommel
Some of these must be invoked rather than executed to show a file browser or popup menu.
2020-04-08Cleanup: move 'check_existing' to the bottom of propertiesCampbell Barton
2020-04-08Collection Manager: Fix T75474. Task: T69577Ryan Inch
Fix crash when changing templates.
2020-04-07Fix T75394: Archipack update normals before bevelingRobert Guetzkow
The Archipack floor operator bpy.ops.archipack.floor() created a bmesh with with normals that were zero in all components. This triggered an assert when calling bmesh.ops.bevel(). Updating the normals prior to the call to bmesh.ops.bevel() avoids this issue. Reviewed By: stephen_leger Differential Revision: https://developer.blender.org/D7364
2020-04-07Cleanup: use annotation operator propertyJacques Lucke
2020-04-07Fix T75470: File overwrite warning for UV Layout exportArvind R
2020-04-06Cleanup: pep8Campbell Barton
2020-04-06Fix incorrect UI list ID in mathvis addonCampbell Barton
Error in 2896210678ce9f6fe7a8bd93457e38a2c1bfc17f
2020-04-06Collection Manager: Fix Regression. Task: T69577Ryan Inch
Update function call in the Re-numerate QCD Slots operator with it's new name.
2020-04-06Collection Manager: Update Move Operator. Task: T69577Ryan Inch
Updates the Collection Manager's Move Operator with improvements developed for QCD.
2020-04-05Fix T75393: Archipack thumbs find shader node by typeRobert Guetzkow
Find the Principle BSDF by type instead of assuming that it's the node with index 1. Reviewed By: stephen_leger Differential Revision: https://developer.blender.org/D7338
2020-04-04Rename refernce to renaimed UI classAaron Carlisle
2020-04-04POV: Add camera typesMaurice Raybaud
orthographic and cylindrical modes. best match for ortho.
2020-04-03Fix T73899: matlib vx materials path Diff 23291meta-androcto
2020-04-03UI: fix White theme gizmoWilliam Reynish
Partial revert of bc464cfc9708ef10fef4f1d5b6afa435067ea11d which accidentally appears to have made the view-aligned gizmo white again
2020-04-03BlenderKit: fix T73507Vilém Duha
This could hopefully work. While I managed to finally reproduce the bug, I manged to get it not to happen without actually finding the reason for the keys getting stuck. The reason seem to be persistent timers.
2020-04-03BlenderKit: fix a problem with global dictVilém Duha
wasn't found if the path changed and this broke registration of addon.
2020-04-02UI: White theme updatesMichael Soluyanov
Adding better support of movie clip editor. Support of https://developer.blender.org/D6791 and https://developer.blender.org/D7219. Small improvements
2020-04-02io_coat3D: fixing crashKalle-Samuli Riihikoski