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-09-08Merge branch 'master' into xr-devxr-devPeter Kim
2022-09-05Fix T100807: Snap Utilities Line doesn't create faces for non-boundary edgesGermano Cavalcante
2022-09-05Snap Utilities Line: use 'is_wire' instead of checking 'link_faces'Germano Cavalcante
Small micro optimization
2022-09-05Update for "Import Images as Planes" Addon.Rick Astley
Add more features for Material and ImageTexture settings: 1. The ability to change Interpolation Mode of the texture (linear, closest, cubic, smart). Before there was only linear as default. 2. The ability to change the extension parameter. 3. The ability to change a Blend Mode (Blend, Clip, Hashed). Before there was only Blend (or Opaque if "Use Alpha" is unchecked) as default. 4. In "Alpha Blend" case, added the "Show Backface" checkbox. 5. The ability to change the Shadow Mode (Clip, Hashed, Opaque) or disable casting shadows. Before there was only "Alpha Clip" as default. 6. The ability to enable Backface Culling. Reworked: 1. Compositing Nodes, Material Settings and Texture Settings are in different layouts now. 2. "Use Alpha" checkbox has moved from "Texture Setting" to "Material Settings". Differential Revision: https://developer.blender.org/D15744
2022-08-30Merge branch 'blender-v3.3-release'Ryan Inch
2022-08-30Collection Manager: Fix "Add/Remove nested from selection". Task: T69577v3.3.0Ryan Inch
"Add/Remove nested from selection" was inverting the selection for the branch instead of adding or removing. This fixes it to behave similarly to toggling nested RTOs.
2022-08-29Merge branch 'blender-v3.3-release'Damien Picard
2022-08-29AnimAll: fix translationsDamien Picard
2022-08-28Sun Position: fix translationsDamien Picard
2022-08-28AnimAll and Sun Position: update translations for regeneration easeDamien Picard
Bring back the auto-generated block delimiters Also: sort unregister() in reverse order to register()
2022-08-25Merge branch 'blender-v3.3-release'Philipp Oeser
2022-08-25Fix: nodewrangler error accessing space.node_tree when not availablePhilipp Oeser
Revert part of rBAad1966474ed2 in nw_check() which was giving no benefit afaict (and instead tried to access space.node_tree for Spaces other than the Node Editor, spamming the console with errors). Differential Revision: https://developer.blender.org/D15770
2022-08-24Merge branch 'blender-v3.3-release'Julien Duroure
2022-08-24glTF exporter: do not bake selected skinned meshes, as glTF transforms must ↵Julien Duroure
be ignored on skinned meshes
2022-08-24object_print3d_utils: switch 3D Print Toolbox obj export to use the new exporterAras Pranckevicius
The 3D Print Toolbox addon was using the Python based exporter API, switch it to use the C++ based obj exporter. This is faster, supports vertex color attributes, and allows to remove the Python based exporter some day. Reviewed By: Campbell Barton Differential Revision: https://developer.blender.org/D15769
2022-08-17Merge branch 'blender-v3.3-release'Julien Duroure
2022-08-17glTF exporter: cleanup option descriptionJulien Duroure
2022-08-17glTF exporter: add commentJulien Duroure
2022-08-16Archimesh: Register Undo for some missing operatorsAntonio Vazquez
Two operators were missing the option to enable the Undo registering.
2022-08-14Merge remote-tracking branch 'origin/blender-v3.3-release'Jesse Yurkovich
2022-08-14Fix T93189: Missing UNDO operator options for Curve Tools addonJesse Yurkovich
A variety of operators were missing appropriate bl_options for correct undo support. This results in either crashes (auto loft, bi-rail) or other odd behaviors around returning the scene to the correct previous state (sometimes having to hit ctrl-z twice to undo once, sometimes undo skips steps, etc.) Differential Revision: https://developer.blender.org/D13283
2022-08-12Merge branch 'blender-v3.3-release'Ryan Inch
2022-08-12Collection Manager: Fix T100326. Task: T69577Ryan Inch
Add guards to the functions triggered by checkbox updates in the preferences. This prevents them from being called multiple times, such as when the mouse is hovered over the checkbox and the backspace key is repeatedly pressed.
2022-08-10Merge branch 'blender-v3.3-release'Julien Duroure
2022-08-10glTF: fix typoJulien Duroure
2022-08-09Cleanup: fix typos in blender addonsBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D15646
2022-08-09object_print3d_utils: replace f-strings by str.format() for I18nCampbell Barton
Unfortunately, messages cannot be properly extracted from f-strings. Use `str.format()` method instead. Ref D15615
2022-08-08Merge branch 'blender-v3.3-release'Julien Duroure
2022-08-08glTF: Merge glTF Material Output nodes into a single oneJulien Duroure
2022-08-06Merge branch 'blender-v3.3-release'Julien Duroure
2022-08-06glTF exporter: KHR_material_volume: thickness is now default to 0.0 (as in ↵Julien Duroure
specification)
2022-08-06Merge branch 'blender-v3.3-release'Julien Duroure
2022-08-06glTF exporter: add bufferView Target at exportJulien Duroure
2022-08-06Merge branch 'blender-v3.3-release'Julien Duroure
2022-08-06glTF: rename glTF Settings node to glTF Material OutputJulien Duroure
2022-08-06Merge branch 'blender-v3.3-release'Julien Duroure
2022-08-06glTF: add operator descriptions in menuJulien Duroure
2022-08-06Merge branch 'blender-v3.3-release'Julien Duroure
2022-08-06glTF exporter: avoid crash when all drivers are invalidsJulien Duroure
2022-08-06Merge branch 'blender-v3.3-release'Julien Duroure
2022-08-06glTF exporter: performance: cache parent/children data to avoid bad ↵Julien Duroure
.children performance when used a lot Thanks rotoglup!
2022-08-06Merge branch 'blender-v3.3-release'Julien Duroure
2022-08-06glTF importer: update commentJulien Duroure
2022-08-06glTF: Bump version after blender-v3.3-release branch creationJulien Duroure
2022-08-05Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-05Fix T99496: Magic UV error in menu searchCampbell Barton
2022-08-03Tissue: Use vertex color functions instead of operatorsHans Goudey
Needed after rB44aa9e40ffe40c0b2.
2022-07-29Cleanup: run autopep8 on ant_landscapeCampbell Barton
2022-07-29Cleanup: run autopep8 on io_mesh_uv_layoutCampbell Barton
2022-07-29Merge branch 'blender-v3.3-release'Campbell Barton