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-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
2019-01-25addons: object select_set syntax updateNBurn
2019-01-18Update Add-ons class properties to annotationsNBurn
This should take care of most of the class property conversions to use the new annotation format (colon instead of equals) for assignment. There may still be a few edge cases that were missed.
2018-12-21Rename user_preferences -> preferencesCampbell Barton
2018-12-19Fix invalid string comparisonsCampbell Barton
Identity checks should never be used with strings, it may fail based on Python's interning logic.
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2018-09-26Bsurfaces: Cleanup some statements that make no senseJacques Lucke
Differential: https://developer.blender.org/D3734
2018-07-13Fix Bsurfaces error with international 'Translate New Data' optionPhilipp Oeser
second issue mentioned in T55960, this time the name lookup of the generated shrinkwrap modifier could go wrong thanx @icyp for investigating