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-10-14Cleanup: fix typosBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D16234
2022-02-16Cleanup: trailing spaceCampbell Barton
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2021-12-01Cleanup: trailing space & tabs to spacesCampbell Barton
2021-09-01Fix T90600: Loop Tools RelaxVladimir Spivak(cwolf3d)
2021-06-17Fix T87792: Addon: Loop Tools, Bridge deletes wrong faces when I use it as ↵Vladimir Spivak(cwolf3d)
repeat action
2021-06-08Update for changes in the Python API using keyword only argumentsCampbell Barton
2020-12-21LoopTools: Added rotation of points aligned along a circle by a certain angleVladimir Spivak(cwolf3d)
2020-12-20Fix T82908: LoopTools error: ValueError: faces.new(...): found the same ↵Vladimir Spivak(cwolf3d)
(BMVert) used multiple time
2020-11-05Fix T78105: Loop Tools space tool doesn't use symmetry.Vladimir Spivak(cwolf3d)
2020-03-29Fix T74834:LoopTools Circle operator does not work with the mirror modifierVladimir Spivak(cwolf3d)
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2020-02-05Fix T73597: LoopTools Relax disables merge in mirror modifierSpivak Vladimir (cwolf3d)
2020-01-29Cleanup: trailing spaceCampbell Barton
2020-01-07Fix T72951: LoopTools Curve : "Boundaries" checkbox not working when in ↵Spivak Vladimir (cwolf3d)
closed loop
2020-01-04Fix T72870: Loop-Tools "Space" BugSpivak Vladimir (cwolf3d)
2019-12-01mesh addons: add manual linksmeta-androcto
2019-11-06Fix T71333 Loop Tool Mirror BugSpivak Vladimir (cwolf3d)
2019-10-18Fix T70899: Looptools circle fails when new plane created aligned to viewGermano Cavalcante
loop tools uses a custom matrix inverse function with high precision. So this precision has to extend to other parts.
2019-08-06Addon: LoopTools: GStretch: Fixed work Annotation and GPencilSpivak Vladimir (cwolf3d)
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
Differential Revision: https://developer.blender.org/D5240
2019-07-25Addon: LoopTools: GStretch: Fixed work without AnnotationSpivak Vladimir (cwolf3d)
2019-07-23Addon: LoopTools: Fixed select active AnnotationSpivak Vladimir (cwolf3d)
2019-06-16part fix bl_info Locationsmeta-androcto
2019-05-27auto mirror, bsurfaces, looptools, bool tools: new tab: Editmeta-androcto
2019-05-22Add-ons: remove temporary disabling of use_global_undoBrecht Van Lommel
This can cause bugs where if the operator throws an exception, undo is not properly enabled again. There have been maybe a dozen Blender bug reports related to this. This could get worse now that we are autosaving preferences. Some add-ons guard against this, but turning off undo should not be needed in the first place. If the operator is set to do an undo push, any operators it calls will automatically not do any undo pushes. If this fail in some cases, it should be reported as a bug in Blender. I could not find issues or a performance impact testing a few add-ons though. Differential Revision: https://developer.blender.org/D4908
2019-05-16Update for Depsgraph API changesSergey Sharybin
Addresses new behavior of object.to_mesh(). This is corresponding part for D4875. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D4876
2019-05-16Addons: Adopt for Dependency Graph API changesSergey Sharybin
Mainly search-and-replace approach. Tested the enabled-by-default export/import addons. Seems to work with an exception of X3D which is still referencing Blender Internal material properties. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D4866
2019-05-12LoopTools: switched Gstretch to Annotation strokesSpivak Vladimir (cwolf3d)
2019-05-04LoopTools: Gstretch fix.Spivak Vladimir (cwolf3d)
Grease pencil must have name 'GPencil'. Script take only the first strokes.
2019-05-02loop tools: hacky attempt at fixing gstretchmeta-androcto
2019-04-18looptools: fix matrix conversion, temporary fix grease pencil T63677 T61450meta-androcto
2019-03-12Update for changes to BlenderCampbell Barton
2019-02-19looptools Matrix Multiplication Fix: T61698meta-androcto
2019-01-25Fix T60828: Looptools: error in Vector multiplicationPhilipp Oeser
own recent error in rBA73f88be5067b
2019-01-21Bool Tools: Fix error accessing transform orientationsPhilipp Oeser
also fix matrix multiplication ('@') Fixes T60706
2018-12-21Rename user_preferences -> preferencesCampbell Barton
2018-12-04mesh_looptools cleanup: avoid passing scene aroundPhilipp Oeser
followup to rBA3148c4219f001511b69c3fb31dfedca98b9f4360
2018-12-04mesh_looptools: update for 2.8Philipp Oeser
Fixes T58714
2018-10-24LoopTools: Update for 2.8florianfelix
2018-10-10Update for removal of tessfaces.Brecht Van Lommel
This ports the already working addons. The disabled x3d, psk, lwo, 3ds, raw, dxf addons still need to be converted.
2018-10-03Cleanup: use tuples for storing classesCampbell Barton
2017-04-07LoopTools: Update panel Rename, Cleanuplijenstina
Bumped version to 4.6.7 As a part of the task T50726: Update the Panel rename code to more generic one PEP8 cleanup: Tuple imports and use them for class types Consistent Scene props definitions Update url link
2017-03-19Cleanup: trailing spaceCampbell Barton
2016-09-20Urgent fix: T49403 Fix for broken change tab category feature: user ↵meta-androcto
preferences save was broken
2016-09-14Fix: T49346 looptools undo/gpencil deletemeta-androcto
2016-08-31looptools: fix T48102meta-androcto
2016-08-15looptools: unify change tab categorymeta-androcto
2015-06-04Partial fix for T44469: Do not fail because of division by zero.Bastien Montagne
This only fixes the 'symptoms', root of the issue here is that we get a weird covariance matrix - Blender's own invert function errors on it, this script's matrix_invert func does give some result, but in any case final result is not what one would expect...