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
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)
2017-04-13add mesh extra objects: add triangle mesh: T36524meta-androcto
2017-04-13Revert last commitmeta-androcto
2017-04-13add mesh extra objects: add triangle mesh T36524meta-androcto
2017-04-06Add mesh extra objects: Fix reloading geodesic domeslijenstina
Add importlib call properly after F8 reload Remove the star import from the Geodesic init Fix links
2017-03-30Cleanup: warnings in descriptions (end with '.')Campbell Barton
2016-12-30Add mesh extra objects: Update to version 0.3.1lijenstina
General Pep8 cleanup Removed unused variables and imports Removed a panel from add_empty_as_parent Standardized the property definitions across all the scripts Moved scene props from third_domes_panel_271 to init for proper removal Added a Enum prop for mesh type in teapot Fixed a small issue with Geodesic domes self.reports (problem with value fields message spam) Fixed props names in Geodesic domes Consistent tooltips Reorganized menus: Mechanical Menu including Pipe joints, Mesh gear Added separators
2016-12-27Fix T50306: Unexpected behavior with brilliant diamond object.Bastien Montagne
Just use `object_utils.object_data_add()` as everyone else...
2016-09-05Small tooltip fixAaron
2016-08-26Cleanup and fixes to mesh_discombobulatorlijenstina
Run Flake8 on __init__ and mesh_discombobulator Clean up the bl_info (the scipt is now a module) Moved the discombobulator props to a separate property group Removed the duplicate entries of props in the script Added poll functions for discombobulator operators Used a prop_dialog instead of popup Moved the execution operator from draw to execute Added a remove all doodads option Moved the list of doodads from the label to a separate menu Expanded on Usage Information to cover more limitations and changed it to a menu Limit the repeat protusions to 4 instead of 10 (There is no RAM and CPU big enough in the world to take all in the hubris of unrealistic ambitions)
2016-06-29discombobulator: remove panel, replace with menu item/pop upmeta-androcto
2016-06-13fix merge error reported in irc: add blocks file & correct referencesmeta-androcto
2016-06-13Update mesh_extra_objects: T48640meta-androcto
2016-05-01Cleanup: tabs to spacesCampbell Barton
2016-01-08re-order helper variables T46971 thanks d01phimeta-androcto
2015-10-19reported in irc, fix for commit rBc34993160da76b6f84f06dc0aa703d09cdfd45cameta-androcto
added: layers = BoolVectorProperty
2015-09-22Quiet RNA warningCampbell Barton
2015-06-22update parent to mesh, update & fix crasher in mesh_round_cube, update init.Brendon Murphy
2015-05-06Fix T44619: Top Face of a Step Pyramid has its normal inverted.Bastien Montagne
Also, fixed wrong '2.75' blender version statement - no need to update that unless mandatory, this is minimal working version, not 'current' version... And please, always remove menus *before* unregistering, otherwise UI code may try to access removed classes (menus, shortcuts, operators, etc.).
2015-05-04Final commit Mesh Extra Objects 2.75Brendon Murphy
Updated Authors, added built in xyz math object presets
2015-05-01add_extra_mesh_objects: new versionBrendon Murphy
Tracker: https://developer.blender.org/T44561 New UI, New Addons, Better organization & removal of 'Lesser Object Types' Merged & removed "lesser" & 'larger" add mesh scripts. Menu updates & re-organization & modernize. New: Add Vert, Round Cube, Menger Cube, Brilliant Diamond, Parent to Empty Removed: Add Mesh: Sqorus, Trapezohedron, Wedge, Polysphere. Merged add_mesh_symmetrical_empty from contrib Documentation: http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Add_Mesh/Add_Mesh_Extra_Objects
2015-01-22Fix: replaced Python module "imp" with "implib"Sybren A. Stvel
Python 3.4.0 deprecated the "imp" module, and replaced it with "importlib". This changes imp.reload() into implib.reload(). Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D1016
2014-11-08Cleanup: redundant float conversionsCampbell Barton
2014-10-10Fix T42171: Imprecise info in add curve/mesh extra object.Bastien Montagne
2014-08-04removed duplicated import statements in previous commit. ↵Brendon Murphy
https://developer.blender.org/T40356 (original patch)