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-07-05Fix T98658: Bsurfaces error when cyclic cross and follow is checked in redo ↵Pratik Borhade
panel explicitly cast segment value to int for avoiding TypeError This problem has begun to happen after python 3.10 upgrade Maniphest Tasks: T98658 Differential Revision: https://developer.blender.org/D15224
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2021-08-17Addon: BSurfaces: use GPLv2+ for better license compatibilityVladimir Spivak(cwolf3d)
2020-11-29Fix for managing characteristics of bsurfaces mesh: colors, in_front, show_wireVladimir Spivak(cwolf3d)
2020-08-09Fix T78335 Bsurfaces GPL 1.7.8 : new patches, made with cross-hatching are ↵Vladimir Spivak(cwolf3d)
shifted, if origin not in the center of world.
2020-07-15Fix T78864: the apply_as parameter of modifier_apply was removed.Alexander Gavrilov
Explicitly specifying DATA was redundant anyway, as that was the default.
2020-03-18Addon: BSurfaces: Fix. 3D cursor location does not affect surface creation.Vladimir 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-16Fix T73875: Bsurface tool warning in new sceneSpivak Vladimir (cwolf3d)
2020-01-29Cleanup: trailing spaceCampbell Barton
2019-12-03Addon: BSurfaces: Some refactoring.Spivak Vladimir (cwolf3d)
2019-12-02Fix T72115: Console Error to open Blender with Bsurfaces GPL Edition (1, 7, ↵Spivak Vladimir (cwolf3d)
5) addon activated
2019-11-21Addon: BSurfaces: Added explanationsSpivak Vladimir (cwolf3d)
2019-10-25Addon: BSurfaces: Added shade smooth and added show wireSpivak Vladimir (cwolf3d)
2019-10-17Addon: BSurfaces: Refactoring. Fixed bugsSpivak Vladimir (cwolf3d)
2019-10-17Addon: BSurfaces: Added convert annotation to curves. Bugs fixed.Spivak Vladimir (cwolf3d)
2019-10-14Addon: BSurfaces: Added edit strokes modeSpivak Vladimir (cwolf3d)
2019-10-13Addon: BSurfaces: Fixed edit strokes and crosshatchSpivak Vladimir (cwolf3d)
2019-10-13Addon: BSurfaces: Fixed bugSpivak Vladimir (cwolf3d)
2019-10-08Addon: BSurfaces: Fixed bugsSpivak Vladimir (cwolf3d)
2019-10-07Addon: BSurfaces: Fixed bugs with guides from curveSpivak Vladimir (cwolf3d)
2019-10-07Addon: BSurfaces: Refactoring. Fixed some bugsSpivak Vladimir (cwolf3d)
2019-10-05Addon: BSurfaces: Fixed some bugsSpivak Vladimir (cwolf3d)
2019-10-05Addon: BSurfaces: Fixed resetting to defaults after using the mini panelSpivak Vladimir (cwolf3d)
2019-10-03Addon: BSurfaces: Resolved to problem T70453. Added useful functionality.Spivak Vladimir (cwolf3d)
2019-09-17Addon: BSurfaces: Added initial modifiersSpivak Vladimir (cwolf3d)
2019-09-13Addon: BSurfaces: Fixed unregister panel errorSpivak Vladimir (cwolf3d)
2019-08-22Addon: BSurfaces: Fixed https://developer.blender.org/T68959 Fixed confusion ↵Spivak Vladimir (cwolf3d)
about initial 'setup' window
2019-08-12Addon: BSurfaces: Fixed curve strokesSpivak Vladimir (cwolf3d)
2019-08-11Addon: BSurfaces: Fixed keep strokesSpivak Vladimir (cwolf3d)
2019-08-10Addon: BSurfaces: Fixed error strokes clearSpivak Vladimir (cwolf3d)
2019-08-09Addon: BSurfaces: Fixed https://developer.blender.org/T68451Spivak Vladimir (cwolf3d)
Bsurfaces can't create rectangular surface inside an L shaped surface
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
Differential Revision: https://developer.blender.org/D5240
2019-07-26Addon: BSurfaces: Fixed select active AnnotationSpivak Vladimir (cwolf3d)
2019-06-16part fix bl_info Locationsmeta-androcto
2019-05-30Bsurfaces: Fixed create surface from curve.Spivak Vladimir (cwolf3d)
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-15Update for object add align property changesBrecht Van Lommel
2019-05-14Bsurfaces: Fixed some problems.Spivak Vladimir (cwolf3d)
2019-05-10Bsurfaces: Added "annotations" as guide strokesSpivak Vladimir (cwolf3d)
2019-05-06Bsurfaces: Corrected initialize and add some functions.Spivak Vladimir (cwolf3d)
2019-05-06Bsurfaces: Adding warnings.Spivak Vladimir (cwolf3d)
2019-05-06Bsurfaces: Redesign. Fixing some problem.Spivak Vladimir (cwolf3d)
2019-05-04Bsurfaces: Fixing some problem.Spivak Vladimir (cwolf3d)
Addon work but need redesign.
2019-05-04Update addon to Blender 2.80Spivak Vladimir (cwolf3d)
2019-01-29addons: objects.link/unlink syntax updateNBurn
Changed objects.link and objects.unlink from scene to collection
2019-01-29addons: view_layer.objects.active syntax updateNBurn