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
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
2016-08-17object boolean tools: clean up addons preferences uimeta-androcto
2016-08-15boolean tools: unify change tab category, cleanup addons preferencesmeta-androcto
2016-08-08clean up bl_info, add wiki linksmeta-androcto
2016-08-02Fix redo didn't work for some operatorsMikhail Rachinskiy
Turns out operator's poll condition affects operator redo. Small cleanup: add imports, simplify redo for direct operators and improve preferences UI once more
2016-08-01BoolTools: Undo formatting and version bump in previous commitMikhail Rachinskiy
2016-08-01BoolTools: Add preference to choose boolean solverMikhail Rachinskiy
Add preference to choose boolean solver. Also refactor preferences UI so humans could actually read it.
2016-07-31Add object_boolean_tools.py to release. re: T48309meta-androcto