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-10-14Cleanup: fix typosBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D16234
2022-08-09Cleanup: fix typos in blender addonsBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D15646
2022-06-03Cleanup: remove <pep8 compliant> commentCampbell Barton
This is no longer necessary, see: T98554.
2022-03-15Cleanup: fix source comment typosBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D14312
2022-02-20Fix T95886: Add Mathfunction / XYZ Math SurfaceVladimir Spivak
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
Some files needed to be changed manually.
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2022-01-05Cleanup: fix typos in source codeBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D5801
2021-12-01Cleanup: trailing space & tabs to spacesCampbell Barton
2021-06-15Fix T89002: Extra Objects: wrong normals on few faces of gem mesh in extra ↵Vladimir Spivak(cwolf3d)
objects.
2021-04-11Fix T87212: Multiple-Parameter Functions for Math Surfaces in Extra ObjectsVladimir Spivak(cwolf3d)
2020-12-03Fixed errors in the console if obj.data is NoneVladimir Spivak(cwolf3d)
Errors appeared when calling the context menu on an object without data
2020-11-06Fix T82405: Check if active object's data is NoneRobert Guetzkow
Check if the active object's data is `None` before attempting to call functions on it. It is `None` if the object is an empty. Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D9456
2020-09-06Fix T80465: [Add Mesh: Extra Objects] Adding mesh in EditMode removes modifiersVladimir Spivak(cwolf3d)
2020-07-15Fix T78864: the apply_as parameter of modifier_apply was removed.Alexander Gavrilov
Explicitly specifying DATA was redundant anyway, as that was the default.
2020-05-03Fix T76049: Errors after adding a Gear or Worm (extra objects)Vladimir 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-01-29Cleanup: trailing spaceCampbell Barton
2020-01-15Addon Mesh Extra Objects: Fixed add object in Edit modeSpivak Vladimir (cwolf3d)
2020-01-14Addon Mesh Extra Objects: Added Object Helper. Fixed World orientation.Spivak Vladimir (cwolf3d)
2020-01-05Addon Mesh Extra Objects: Added Object HelperSpivak Vladimir (cwolf3d)
2019-12-18rock gen: quiet startup printsmeta-androcto
2019-12-11extra_objects: add rock gen: T71560meta-androcto
2019-11-24update manual linksmeta-androcto
2019-11-23Fix T71025: add_mesh_gears: bpy.ops.object.mode_set.poll() failedSpivak Vladimir (cwolf3d)
2019-11-13Fix T71543: XYZ Function Surface problemSpivak Vladimir (cwolf3d)
2019-11-13mesh extra objects: add manual linkmeta-androcto
2019-09-20Addon: Mesh Extra Objects: Added restore materials if you go back to change ↵Spivak Vladimir (cwolf3d)
parameters in Gear, WormGear, WallFactory, Beam, Pipe, Gem, Brilliant
2019-09-20Addon: Mesh Extra Objects: Added soft limiters in Gear and WormGear. Added ↵Spivak Vladimir (cwolf3d)
restore materials if you go back to change parameters.
2019-09-20Addon: Mesh Extra Objects: Removed limiters in Gear and WormGearSpivak Vladimir (cwolf3d)
2019-09-06add_mesh_extra_objects: icons, menus: expose nestedmeta-androcto
2019-08-17Addon: Mesh Extra Objects: Gem, Diamond, Brilliant: Implemented parametric ↵Spivak Vladimir (cwolf3d)
object and add object in edit mode
2019-08-15Addon: Mesh Extra Objects: Gears, Wallfactory, Beam, Pipe: Implemented add ↵Spivak Vladimir (cwolf3d)
object in edit mode
2019-08-09Addon: Mesh Extra Objects: Gears, Wallfactory, Beam: Converted to parametric ↵Spivak Vladimir (cwolf3d)
objects
2019-08-08Addon: Mesh Extra Objects: Gears: Editing an object directlySpivak Vladimir (cwolf3d)
2019-06-05add_mesh_teapot: Fix double verts: T65506meta-androcto
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-17Update for Depsgraph API changesPhilipp Oeser
Reviewers: sergey Differential Revision: https://developer.blender.org/D4883
2019-05-15Update for object add align property changesBrecht Van Lommel
2019-04-28correct rotation object after to changeSpivak Vladimir (cwolf3d)
2019-04-21The implementation of the function of changing the parameters of the object ↵Spivak Vladimir (cwolf3d)
after creation. Function added to context menu (Change Gear and WormGear).
2019-04-21Separated mesh_discombobulator from add_mesh_extra_objectsSpivak Vladimir (cwolf3d)
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-05Separated geodesic_domes from add_mesh_extra_objectsSpivak Vladimir (cwolf3d)
2019-02-01Update addon to Blender 2.8Spivak Vladimir (cwolf3d)
2019-01-29addons: objects.link/unlink syntax updateNBurn
Changed objects.link and objects.unlink from scene to collection
2019-01-29addons: more view_layer syntax updatesNBurn
2019-01-29addons: view_layer.objects.active syntax updateNBurn