Commit Graph

53 Commits

Author SHA1 Message Date
7f50343d1c Addons: Use Manual URL prefix 2020-03-05 16:26:11 -05:00
bb977fbc72 Update 'bl_info' use 'doc_url' instead of 'wiki_url' 2020-03-05 12:14:43 +11:00
7d3130872d bool tools, add manual link 2019-12-01 11:11:53 +11:00
ed161459d1 Fix typos in source comments and descriptions
Patch contributed by luzpaz.

Differential Revision: https://developer.blender.org/D5800
2019-10-01 20:13:26 +02:00
8abd97b6d1 Bool Tool: Remove help button 2019-09-24 16:06:15 +04:00
ebf10530f5 Bool Tool: Fix cycles_visibility missing error 2019-09-24 15:58:47 +04:00
844991b209 object_boolean_tools: close panel by default: T70017 2019-09-24 16:28:42 +10:00
12c0374e16 Bool Tool: variety of UI improvements and code cleanup
Improve UI layout in preferences, make shortcuts distinguishable and give options better names and descriptions. Remove redundant code.
2019-09-17 21:27:17 +04:00
d3443dc5fc Bool Tool: Auto Slice handle multiple objects and improve UX
Simplify UI layout and replace greyout UI with execute warnings, which tell user what exactly went wrong.
2019-09-17 13:53:46 +04:00
7e79878338 Bool Tool: use more descriptive icons
Also put additional panels under the main panel and mark unported code for TODO.
2019-09-17 13:02:45 +04:00
e27ec695f1 Bool Tool: Fix T66514 slice tool support for local view 2019-07-22 22:03:24 +04:00
5fbb27d65c Replace VISIBLE_IPO buttons with HIDE ON/OFF 2019-06-22 15:09:47 +10:00
a1f74409ea Cleanup: redundant set/tuple use for comparison 2019-06-22 13:52:05 +10:00
a5a236df5f fix bl_info locations 2019-06-16 19:07:15 +10:00
141a3e9891 auto mirror, bsurfaces, looptools, bool tools: new tab: Edit 2019-05-27 14:54:00 +10:00
ae8d568886 Fix running boolean tools in background mode 2019-05-07 13:34:49 +10:00
cb588a96fd Bool Tool: Fix missing undo push
D4545 by Addison Miller
2019-03-20 12:02:45 +04:00
c7f6ef3fef Bool Tool: format the code with Black 2019-03-11 17:18:40 +04:00
0509abc242 Bool Tool: remove dead code
This code has been commented out for years.
2019-03-11 16:52:14 +04:00
5cd30ee05a Bool Tool: remove Subtract tool
Subtract tool is useless on its own, if needed it can be implemented as an option to Difference tool.
2019-03-11 16:38:39 +04:00
0b4cfab541 Bool Tool: port to 2.80
Ported by Simon Appelt D4191
2019-01-16 12:12:27 +04:00
0457976a87 Rename user_preferences -> preferences 2018-12-21 12:56:42 +11:00
1860441ee7 Use collection and instance terminology in Python API
This follows naming convention agreed on in T56648.
2018-11-28 18:23:31 +01:00
1c75533d9c Merge branch 'master' into blender2.8 2018-10-19 18:13:31 +02:00
d7d3233715 Spelling fixes in comments and descriptions, patch by luzpaz.
Differential Revision: https://developer.blender.org/D3746
2018-10-19 18:12:29 +02:00
96cb6c0668 Update for new icon set. 2018-10-09 18:56:54 +02:00
9ff1e5eca7 2.8: update for x_ray and draw/display renaming. 2018-09-06 13:03:16 +02:00
948d8aff91 Bool Tool: Remove solver option
Not needed since Carve has been removed from Blender
2018-02-11 14:19:14 +04:00
eeabcc9c55 Bool Tool: Add missing bl_idname to VIEW3D_MT_booltool_menu
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-15 00:32:30 +02:00
1828fbe7bd Bool Tool cleanup: strict naming for classes 2017-10-06 08:43:01 +04:00
f8d7d611fc Fix T52321: Draw Poly Brush allow Grease Pencil right click
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-08-11 01:48:17 +02:00
6de19b77b1 Bool Tool: update to version 0.3.7, Fix key registration issues
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-07-02 13:22:10 +02:00
7bc990e29c Bool Tool: Auto Booleans now handle boolean operations with multi-user objects 2017-06-26 15:26:28 +04:00
0926c1e7dc Bool Tool: Do not hide the panel
Do not hide the panel when no selected objects, no good for user experience, greyout instead.
2017-05-29 21:57:13 +04:00
a188e4756e Bool Tool: various improvements
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-25 16:17:35 +04:00
c65d49dd96 booltools: fix spacebar menu compat 2017-05-11 11:56:00 +10:00
de927cb6fb Bool Tool: Update panel Rename, Cleanup
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-23 12:51:32 +01:00
57f376e946 Cleanup: trailing space 2017-03-19 12:49:18 +11:00
56f9bbdb5e bool tools, panel default to "Tools" tab. T50357 2017-01-07 15:49:39 +11:00
1436e52654 object_boolean_tools.py : Upgrade context sensitivity 2016-12-27 20:52:52 +11:00
29a86ac946 BoolTool: Fix redo for Auto Booleans
Also rename Direct Booleans to Auto Booleans for consistency across the add-on.
2016-10-21 17:44:14 +04:00
b9c3f23d50 Urgent fix: T49403 Fix for broken change tab category feature: user preferences save was broken 2016-09-20 18:17:20 +10:00
b41b761a02 BoolTool: Cleanup, remove unused code 2016-09-04 03:40:21 +04:00
3b719f3f88 Bool Tool: Fix T49205 2016-09-01 12:36:24 +04:00
1d3abec502 Bool Tool: Unify and simplify code for direct booleans 2016-09-01 02:13:57 +04:00
dc1f0e3468 bool tool: cleanup addons preferences 2016-08-20 07:47:22 +10:00
25233646f2 object boolean tools: clean up addons preferences ui 2016-08-17 21:53:40 +10:00
9b0f8ba393 boolean tools: unify change tab category, cleanup addons preferences 2016-08-15 23:42:06 +10:00
080432b1f2 clean up bl_info, add wiki links 2016-08-08 21:21:54 +10:00
867ce6317b Fix redo didn't work for some operators
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-02 16:51:49 +04:00