Skip to content

Commit

Permalink
New icons, updated example files
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdv committed Apr 9, 2024
1 parent 0e2ccd3 commit a18ea49
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
Binary file modified Examples/AddBuildingVolume.gh
Binary file not shown.
Binary file modified Examples/AddSurfaceArea.gh
Binary file not shown.
Binary file removed Examples/Examples.zip
Binary file not shown.
Binary file modified Examples/IsolateRoofSurfaces.gh
Binary file not shown.
Binary file modified Examples/IsolateRooftypes.gh
Binary file not shown.
2 changes: 1 addition & 1 deletion RhinoCityJSON/Components/AttributeAdd.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace RhinoCityJSON.Components
public class addAtrribute : GH_Component
{
public addAtrribute()
: base("Atribute Add", "Add",
: base("Attribute Add", "Add",
"Adds attribute to the object info",
"RhinoCityJSON", DefaultValues.defaultManagerFolder)
{
Expand Down
2 changes: 1 addition & 1 deletion RhinoCityJSON/Components/AttributeRemove.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace RhinoCityJSON.Components
public class removeAtrribute : GH_Component
{
public removeAtrribute()
: base("Atribute Remover", "Remove",
: base("Attribute Remover", "Remove",
"Removes an attribute from the object info",
"RhinoCityJSON", DefaultValues.defaultManagerFolder)
{
Expand Down
Binary file modified RhinoCityJSON/Resources/ematerialicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified RhinoCityJSON/Resources/metaicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified RhinoCityJSON/Resources/readericon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified RhinoCityJSON/Resources/sreadericon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 12 additions & 12 deletions RhinoCityJSON/RhinoCityJSON.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -107,24 +107,15 @@
<ItemGroup>
<None Include="Resources\lodicon.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\readericon.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\settingsicon.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\sreadericon.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\bakeryicon.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\divideicon.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\metaicon.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\rreadericon.png" />
</ItemGroup>
Expand All @@ -137,9 +128,6 @@
<ItemGroup>
<None Include="Resources\templatebakeryicon.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\ematerialicon.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\settingdocsicon.png" />
</ItemGroup>
Expand All @@ -161,6 +149,18 @@
<ItemGroup>
<None Include="Resources\filtericon.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\ematerialicon.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\metaicon.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\readericon.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\sreadericon.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
2 changes: 1 addition & 1 deletion RhinoCityJSON/SupportClasses/DefaultValues.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ static class ErrorCollection // TODO: put all the errors centrally
static public string defaultReaderFolder = "0: Reading";
static public string defaultWritingFolder = "1: Writing";
static public string defaultbakingFolder = "2: Baking";
static public string defaultManagerFolder = "3: Atribute managing";
static public string defaultManagerFolder = "3: Attribute managing";
static public string defaultProcessingFolder = "4: Processing";

static public List<string> surfaceObjectKeys = new List<string>()
Expand Down
Binary file modified dist/RhinoCityJSON.gha
Binary file not shown.

0 comments on commit a18ea49

Please sign in to comment.