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
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
2019-01-29addons: object select_get 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-21addons: blender version number fixNBurn
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-07Fix T58896: Addons with ob.vertex_groups.new without name keyworkDalai Felinto
Original report: OBJ file import fails for objects with vertex groups defined when polygroups option is selected
2018-11-28Use collection and instance terminology in Python APISergey Sharybin
This follows naming convention agreed on in T56648.
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-09-062.8: update for x_ray and draw/display renaming.Brecht Van Lommel
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-08-27geodesic domes: help menu/wiki Fix T52554meta-androcto
2017-06-30Fix error using int as listCampbell Barton
2017-06-10Add Mesh Extra Objects: Update, Fix crash with Wall Factorylijenstina
Bumped version to 0.3.2 Wall Factory: Fix crash with Wall Factory when openings and slots are enabled (unorderable types: opening() < opening()) with the repeat option on as the sort function compared stored classes instead of the numerical values Fix the module not working properly after (F8) reload Cleanup - consistent prop definitions Remove star imports Small UI reorganization to save vertical space The code will probably need some further refactor as the usage of globals is not so clear add_mesh_triangles: cleanup, remove unused vars add missing GPL notice, some UI tweaks, add tooltip add_mesh_pyramid: indentation cleanup add_mesh_beam_builder: add an option to snap to cursor add_mesh_teapot: use defs instead of assigning lambdas (E731)