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-29add_curve_extra_objects: fix invalid identity checksCampbell Barton
2019-11-23Fix T71782: Curve/Point doesn't get generated at Cursor.Spivak Vladimir (cwolf3d)
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: 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-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-04Curve extra objects: Enabled work beveltaper_curve.Spivak Vladimir (cwolf3d)
Adding function beveltaper in contex menu. Enabled Path Animation in other some curve.
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-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
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-06-01add curves galore: fix for last commitjimmyhaze
2017-05-31update add curves galorejimmyhaze
2017-04-21Add curve extra objects: update curves galore, spirofit, thanks Jimmy Hazemeta-androcto
2017-03-19Update add_curve_extra_objects add bounce spline/sporo fit, update curves ↵meta-androcto
galore T50943
2017-03-17Update add curve extra objects Re: T50943meta-androcto
2016-08-10code cleanup: curve extra objects thanks @batfingermeta-androcto
2016-08-05curve extra objects: clean up imports, add surface objectsmeta-androcto
2016-01-05clean up, name change curvaceous galore to curve profilesmeta-androcto
2015-12-08Don't access bpy.context when context is passedCampbell Barton
also quiet 'description' warnings.
2015-07-21Avoid creating matrix on loadCampbell Barton
2015-05-04fixBrendon Murphy
2015-05-04testBrendon Murphy
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-02-04Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some ↵CoDEmanX
minor other edits
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
2012-09-04merge of torus knots plus, curveaceous_galore & spirals addons.Brendon Murphy
this merge groups the main add curve object types under the one folder