Skip to content

Commit 3641536

Browse files
committed
init
1 parent 6720755 commit 3641536

File tree

6 files changed

+84
-0
lines changed

6 files changed

+84
-0
lines changed

Properties/Resources.Designer.cs

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Properties/Resources.resx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,16 @@
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120120
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
121+
<data name="Canvas_at_16_21_57" type="System.Resources.ResXFileRef, System.Windows.Forms">
122+
<value>"..\Resources\Canvas at 16;21;57.png";System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
123+
</data>
124+
<data name="oie_q8qiIwwK9tN9" type="System.Resources.ResXFileRef, System.Windows.Forms">
125+
<value>..\Resources\oie_q8qiIwwK9tN9.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
126+
</data>
121127
<data name="sunglasses" type="System.Resources.ResXFileRef, System.Windows.Forms">
122128
<value>..\Resources\sunglasses.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
123129
</data>
130+
<data name="sunglassesBIG" type="System.Resources.ResXFileRef, System.Windows.Forms">
131+
<value>..\Resources\sunglassesBIG.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
132+
</data>
124133
</root>

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
2+
<h1 align="center"> Sunglasses </h1>
3+
<p align="center"> <img align="center" border="1px" src="Resources/sunglassesBIG.jpg" alt="Img"></p>
4+
<p align="center"> Draw the name (or nickname) of Grasshopper objects, to allow you to use the Icon Mode and have the name visible at the same time.</p>
5+
6+
7+
#### Preview
8+
<p align="center"> <img align="center" border="1px" src="Resources/Canvas at 16;21;57.png" alt="Img"></p>
9+
10+
11+
#### Installation
12+
0) Download the last release of *Sunglasses.gha* from [here](https://github.com/DanielAbalde/Super-Delaunay/releases/tag/v1.0).
13+
1) Unzip file.
14+
2) Make sure *Sunglasses.gha* is <ins>unlocked</ins>, right click > Properties > Unlock (if visible).
15+
3) Copy and paste it in the Grasshopper Libraries folder, usually: C:\Users\\<YourUser\>\AppData\Roaming\Grasshopper\Libraries.
16+
4) Restart Rhinoceros and Grasshopper.
17+
5) Access from Grasshopper Toolbar > Display > Draw Names At Top.
18+
19+
#### Usage
20+
This plugin does not contain any components. Access the user settings from <ins>Grasshopper Toolbar > Display > Draw Names At Top</ins> to enable or disable, change the size of the font and include or exclude objects to display the name.
21+
22+
These user settings are stored in grasshopper_kernel.xml file in the Grasshopper folder, with the prefix "Sunglasses".
23+
<p align="center"> <img align="center" border="1px" src="Resources/oie_q8qiIwwK9tN9.png" alt="Img"></p>
24+
25+
#### License
26+
27+
This project is free software: you can redistribute it and/or modify
28+
it under the terms of the [GNU General Public License](https://www.gnu.org/licenses/gpl-3.0.en.html) as published by
29+
the Free Software Foundation, either version 3 of the License, or
30+
(at your option) any later version.
31+
32+
This program is distributed in the hope that it will be useful,
33+
but WITHOUT ANY WARRANTY; without even the implied warranty of
34+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35+
GNU General Public License for more details.

Resources/Canvas at 16;21;57.png

83.5 KB
Loading

Resources/oie_q8qiIwwK9tN9.png

38.5 KB
Loading

Sunglasses.csproj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,18 @@
7272
</EmbeddedResource>
7373
</ItemGroup>
7474
<ItemGroup>
75+
<None Include="README.md" />
7576
<None Include="Resources\sunglasses.png" />
7677
</ItemGroup>
78+
<ItemGroup>
79+
<None Include="Resources\sunglassesBIG.jpg" />
80+
</ItemGroup>
81+
<ItemGroup>
82+
<None Include="Resources\Canvas at 16%3b21%3b57.png" />
83+
</ItemGroup>
84+
<ItemGroup>
85+
<None Include="Resources\oie_q8qiIwwK9tN9.png" />
86+
</ItemGroup>
7787
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7888
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
7989
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)