@@ -15,7 +15,7 @@ geometrically is symmetrical, has a defined target.
1515These tools also honor the material inheritance model. If you have painted a
1616group as a whole with a material, not its individual faces, these tools respect
1717that. After the operation the target solid retains the same material as it had
18- prior to the operations, and so do all the faces.
18+ prior to the operations, and so do all contained faces.
1919
2020Layers, hidden state, axes, BIM data and other properties of the target are kept
2121too. Even variables pointing at the objects stay valid, making these operations
@@ -38,36 +38,44 @@ Menu: *Tools > Eneroth Solid Tools*.
3838
3939* Subtract* : Subtract solid groups/components.
4040
41- * Trim* : Trim away solid groups/components.
41+ * Trim* : Trim solid groups/components to other solids .
4242
4343* Intersect* : Find overlap between solid groups/components.
4444
45- To use multiple targets in Trim and Subtract, pre-select prior to activating the
46- tool.
45+ To use multiple targets in Trim and Subtract, pre-select the targets prior to
46+ activating the tool.
4747
4848Union and Intersect on the other hand can be instantly used, without activating
49- the tool, if selected 2 or more solids before pressing the button.
50-
51- Subtract and trim can be activated with any number of pre-selected solids to
52- use them all as targets. Union and intersect can perform quick operations on
53- selected solids, without even activating the tools.
49+ the tool, if 2 or more solids are selected before pressing the button.
5450
5551April 2017 this extension was made open source, [ available at GitHub] ( https://github.com/Eneroth3/Eneroth-Solid-Tools ) .
5652
5753## Change Log ##
5854
59- ### 1.0.0 (2014-11-13) ###
60- First Release
55+ ### 3.0.0 (2018-04-01)###
6156
62- ### 1.0.1 (2014-11-21) ###
63- Limited use to Sketchup Pro (due to EW terms and conditions).
57+ Added multi target trim and subtract.
58+ Fixed issue with interior holes in faces.
59+ Fixed coplanar faces merging in modifier geometry.
60+ Refactor and code cleaning (makes it easier to maintain the project in the future).
6461
65- ### 1.0.2 (2016-07-25) ###
66- Fixed bug in intersecting volumes.
62+ ### 2.0.1 (2017-11-05) ###
63+
64+ Use vector icons.
65+ Added Eneroth Tool Memory icon.
6766
6867### 2.0.0 ###
6968Made open source.
7069Added intersect tool.
7170Fixed toolbar icons not being checked when tool is active.
7271Additional clicks keeps modifying what is already being modified (use Esc to select new solid to modify).
7372Allow more than two selected solids to be operated on on tool activation.
73+
74+ ### 1.0.2 (2016-07-25) ###
75+ Fixed bug in intersecting volumes.
76+
77+ ### 1.0.1 (2014-11-21) ###
78+ Limited use to Sketchup Pro (due to EW terms and conditions).
79+
80+ ### 1.0.0 (2014-11-13) ###
81+ First Release
0 commit comments