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-06-17Fix T98953: Typo in property name.Thomas Dinges
2022-06-03Cleanup: remove <pep8 compliant> commentCampbell Barton
This is no longer necessary, see: T98554.
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2021-11-29Fix T93391: Update BoolTool addon for visibility breaking changev3.0.0Jesse Yurkovich
The visibility settings were moved from Object.cycles_visibility.setting to Object.setting in August. However, some addons like bool tool were not updated to account for this. Differential Revision: https://developer.blender.org/D13375
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2019-12-01bool tools, add manual linkmeta-androcto
2019-10-01Fix typos in source comments and descriptionsBrecht Van Lommel
Patch contributed by luzpaz. Differential Revision: https://developer.blender.org/D5800
2019-09-24Bool Tool: Remove help buttonMikhail Rachinskiy
2019-09-24Bool Tool: Fix cycles_visibility missing errorMikhail Rachinskiy
2019-09-24object_boolean_tools: close panel by default: T70017meta-androcto
2019-09-17Bool Tool: variety of UI improvements and code cleanupMikhail Rachinskiy
Improve UI layout in preferences, make shortcuts distinguishable and give options better names and descriptions. Remove redundant code.
2019-09-17Bool Tool: Auto Slice handle multiple objects and improve UXMikhail Rachinskiy
Simplify UI layout and replace greyout UI with execute warnings, which tell user what exactly went wrong.
2019-09-17Bool Tool: use more descriptive iconsMikhail Rachinskiy
Also put additional panels under the main panel and mark unported code for TODO.
2019-07-22Bool Tool: Fix T66514 slice tool support for local viewMikhail Rachinskiy
2019-06-22Replace VISIBLE_IPO buttons with HIDE ON/OFFCampbell Barton
2019-06-22Cleanup: redundant set/tuple use for comparisonCampbell Barton
2019-06-16fix bl_info locationsmeta-androcto
2019-05-27auto mirror, bsurfaces, looptools, bool tools: new tab: Editmeta-androcto
2019-05-07Fix running boolean tools in background modeCampbell Barton
2019-03-20Bool Tool: Fix missing undo pushMikhail Rachinskiy
D4545 by Addison Miller
2019-03-11Bool Tool: format the code with BlackMikhail Rachinskiy
2019-03-11Bool Tool: remove dead codeMikhail Rachinskiy
This code has been commented out for years.
2019-03-11Bool Tool: remove Subtract toolMikhail Rachinskiy
Subtract tool is useless on its own, if needed it can be implemented as an option to Difference tool.
2019-01-16Bool Tool: port to 2.80Mikhail Rachinskiy
Ported by Simon Appelt D4191
2018-12-21Rename user_preferences -> preferencesCampbell Barton
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-10-09Update for new icon set.Brecht Van Lommel
2018-09-062.8: update for x_ray and draw/display renaming.Brecht Van Lommel
2018-02-11Bool Tool: Remove solver optionMikhail Rachinskiy
Not needed since Carve has been removed from Blender
2017-10-15Bool Tool: Add missing bl_idname to VIEW3D_MT_booltool_menulijenstina
It was removed in a previous commit However it was used in VIEW3D_BoolTool_Menu Break up some lines longer than 120 characters No other functional changes
2017-10-06Bool Tool cleanup: strict naming for classesMikhail Rachinskiy
2017-08-11Fix T52321: Draw Poly Brush allow Grease Pencil right clicklijenstina
Bumped version to 0.3.8 Allow passing of the Right Click to bpy.ops.gpencil.draw as it is used for the eraser functionality Add a message about user abort Temporary switch on the continuous drawing for GP as if it is False will stop as right click is pressed Correct the tooltip, so it is more clear
2017-07-02Bool Tool: update to version 0.3.7, Fix key registration issueslijenstina
Bumped version to 0.3.7 Part of the T51547: Refactor the shortcuts registering code as it left lingering keys in Object Mode which lead to crashes on reload with add-ons registering keys in that mode like 3D View pies Changing the key registering in 3D View Pie menus to one used in official pies would lead to exceptions and crashing Blender after reload Use bl_description instead of quotes for tips Remove a redundant separator in the Bool Menu Add a few lines to the Help Update wiki link
2017-06-26Bool Tool: Auto Booleans now handle boolean operations with multi-user objectsMikhail Rachinskiy
2017-05-29Bool Tool: Do not hide the panelMikhail Rachinskiy
Do not hide the panel when no selected objects, no good for user experience, greyout instead.
2017-05-25Bool Tool: various improvementsMikhail Rachinskiy
Brush Boolean now uses add-on solver setting. Reveal hidden geometry before doing any action for Auto Boolean. Tweak popup message for help operator and remove title casing.
2017-05-11booltools: fix spacebar menu compatmeta-androcto
2017-03-23Bool Tool: Update panel Rename, Cleanuplijenstina
Bumped version to 0.3.6 As a part of the task T50726: Update the Panel rename code to more generic one PEP8 cleanup Reorganize the preferences UI Shortcuts Bool moved from Scene to preferences
2017-03-19Cleanup: trailing spaceCampbell Barton
2017-01-07bool tools, panel default to "Tools" tab. T50357meta-androcto
2016-12-27object_boolean_tools.py : Upgrade context sensitivitymeta-androcto
2016-10-21BoolTool: Fix redo for Auto BooleansMikhail Rachinskiy
Also rename Direct Booleans to Auto Booleans for consistency across the add-on.
2016-09-20Urgent fix: T49403 Fix for broken change tab category feature: user ↵meta-androcto
preferences save was broken
2016-09-04BoolTool: Cleanup, remove unused codeMikhail Rachinskiy
2016-09-01Bool Tool: Fix T49205Mikhail Rachinskiy
2016-09-01Bool Tool: Unify and simplify code for direct booleansMikhail Rachinskiy
2016-08-20bool tool: cleanup addons preferencesmeta-androcto