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-16Cleanup: trailing spaceCampbell Barton
2022-02-14File headers: use SPDX license identifiersCampbell Barton
Some files needed to be changed manually.
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-06-08Update for changes in the Python API using keyword only argumentsCampbell Barton
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-11-29Optimization of the interface. Removed an extra N panel with a strange name ↵Vladimir Spivak(cwolf3d)
"Create", buttons that are already in Add - Curve - Knots.
2020-08-09Fix T78969 Addon: Add curve extra objects. NURBS mode, Order U changes nothingVladimir 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-04Fix T73547: Removed Call To Deprecated Prop: D6739meta-androcto
2020-01-29Cleanup: trailing spaceCampbell 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-29fix manual linksmeta-androcto
2019-10-27add_curve_extra_objects: added iconsSpivak Vladimir (cwolf3d)
2019-10-16add_curve_extra_objects: add manual linkmeta-androcto
2019-10-11Addon: Add Curve: Extra Objects: Added switch to display in edit mode by ↵Spivak Vladimir (cwolf3d)
create object
2019-09-24add_curve_extra_objects: close panels by default: T70017meta-androcto
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-07-14Add Curve: Extra Objects addon: add_curve_torus_knots: error correction when ↵Spivak Vladimir (cwolf3d)
creating material
2019-05-26add_curve_simple: corrected curve fillet and divideSpivak 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-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-04-28implementation of adding curly (add_curve_curly) in edit modeSpivak Vladimir (cwolf3d)
2019-03-26add_curve_extra_objects/add_curve_spirofit_bouncespline update tab namemeta-androcto
2019-03-12Update for changes to BlenderCampbell Barton
2019-03-01Update for API change: scene.cursor_location -> scene.cursor.locationCampbell Barton
Note that some scripts still used the 3D view cursor which has been removed for a while.
2019-02-17implementation of adding spirals (add_curve_spirals) in edit modeSpivak Vladimir (cwolf3d)
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.
2019-02-01fixes returning errors badly @Jimmy Hazevoet (jimmyhaze)Spivak Vladimir (cwolf3d)
2019-01-30Fix: Material.diffuse_color has an alpha component nowJacques Lucke
2019-01-29addons: view_layer.objects.active syntax updateNBurn
2019-01-25addons: object select_set syntax updateNBurn
2019-01-23addons: add missing text= keyword after labelNBurn
2019-01-21Fix calls to object.transform_ apply due to API changesJacques Lucke
The parameter defaults were changed in rB0c829e8240eebd7ce4ed9d61f8682c0d6bf534f4
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-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