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-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
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-11-23Fix T71782: Curve/Point doesn't get generated at Cursor.Spivak Vladimir (cwolf3d)
2019-10-27add_curve_extra_objects: added iconsSpivak Vladimir (cwolf3d)
2019-10-11Addon: Add Curve: Extra Objects: Added switch to display in edit mode by ↵Spivak Vladimir (cwolf3d)
create object
2019-09-14Moved operator Fillet, Divide, Scale reset in to addon Curve ToolsSpivak Vladimir (cwolf3d)
2019-09-12Add Curve: Extra Objects: classmethod poll correctedSpivak Vladimir (cwolf3d)
2019-09-09Add Curve: Extra Objects: now fillet and divide function doing for all ↵Spivak Vladimir (cwolf3d)
selected points
2019-07-26Add Curve: Extra Objects: added Curve Scale Reset operatorSpivak Vladimir (cwolf3d)
2019-07-15Add Curve: Extra Objects: addon fix when enabled ↵Spivak Vladimir (cwolf3d)
bpy.context.preferences.edit.use_enter_edit_mode = True
2019-07-15Add Curve: Extra Objects: fix visibility, move and rotate in edit modeSpivak Vladimir (cwolf3d)
2019-05-26add_curve_simple: corrected curve fillet and divideSpivak Vladimir (cwolf3d)
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-03-12Update for changes to BlenderCampbell Barton
2019-02-03Added (in add_curve_simple) a type of curve creation.Spivak Vladimir (cwolf3d)
Implemented the ability to add curves (add_curve_aceous_galore) in edit mode.
2018-12-21Rename user_preferences -> preferencesCampbell Barton
2018-12-19Update addon to Blender 2.8Spivak Vladimir (cwolf3d)
2018-11-16Merge branch 'master' into blender2.8Philipp Oeser
2018-11-10Correction of several errors. Add operators to special menu (w).Spivak Vladimir (cwolf3d)
2018-10-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2018-08-29Python / Cleanup: rename INFO_MT to TOPBAR_MT to reflect actual location.Brecht Van Lommel
2017-09-02Cleanup: quiet strict name warnings for addons a..h.Campbell Barton
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-19Cleanup: identity for None comparisonCampbell Barton
2017-03-17Update add curve extra objects Re: T50943meta-androcto