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-03-12Fix T96342: Add Curve Extra Objects addon fails when adding Curvy CurveVladimir Spivak
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2021-06-09Add Curve Extra Objects: Fix invalid context traceback errorEthan Simon
This patch simply adds a preliminary check for the built-in Add Curve Extra Objects add-on. The check basically prevents a traceback in the console. Without this patch the add-on still functions as intended, just with a console prompt. Reviewed By: Blendify Differential Revision: https://developer.blender.org/D9666
2021-04-12Add Curve Extra Objects: Add missing operators to add menuAaron Carlisle
Also remove text referring to the old "Create" panel. See T86650
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2020-01-29Cleanup: trailing spaceCampbell Barton
2019-10-11Addon: Add Curve: Extra Objects: Added switch to display in edit mode by ↵Spivak Vladimir (cwolf3d)
create object
2019-07-15Add Curve: Extra Objects: fix visibility, move and rotate in edit modeSpivak Vladimir (cwolf3d)
2019-05-15Update for object add align property changesBrecht Van Lommel
2019-05-04Curve extra objects: Enabled work beveltaper_curve.Spivak Vladimir (cwolf3d)
Adding function beveltaper in contex menu. Enabled Path Animation in other some curve.
2019-01-29addons: view_layer.objects.active syntax updateNBurn
2019-01-23addons: add missing text= keyword after labelNBurn
2018-12-19Update addon to Blender 2.8Spivak Vladimir (cwolf3d)
2017-06-03Add Curve Extra Objects: Cleanup, refactor some codelijenstina
Bumped version to 0.1.2 Pep8 cleanup Consistent property definitions Remove star imports Some small UI fixes Reorder the submenu items types Alphabetically Add Curve braid: merge in the bpybraid and braid scripts since they are relatively small Add Simple Curve - use a property group for scene props Add list of Menus and Panels available in the User Preferences
2017-03-17Update add curve extra objects Re: T50943meta-androcto