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-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