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 (Expand)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
2022-02-11File headers: use SPDX license identifiersCampbell Barton
2021-06-09Add Curve Extra Objects: Fix invalid context traceback errorEthan Simon
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
2020-11-29Optimization of the interface. Removed an extra N panel with a strange name "...Vladimir Spivak(cwolf3d)
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 crea...Spivak Vladimir (cwolf3d)
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 select...Spivak Vladimir (cwolf3d)
2019-07-26Add Curve: Extra Objects: added Curve Scale Reset operatorSpivak Vladimir (cwolf3d)
2019-07-15Add Curve: Extra Objects: addon fix when enabled bpy.context.preferences.edit...Spivak Vladimir (cwolf3d)
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)
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
2019-05-15Update for object add align property changesBrecht Van Lommel
2019-05-04Curve extra objects: Enabled work beveltaper_curve.Spivak Vladimir (cwolf3d)
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
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)
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
2019-01-18Update Add-ons class properties to annotationsNBurn
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