-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #258 from hrntsm/develop
Release v2.4.0
- Loading branch information
Showing
36 changed files
with
1,894 additions
and
641 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,15 +8,19 @@ namespace HoaryFox | |
public class HoaryFoxRH6Info : GH_AssemblyInfo | ||
{ | ||
public override string Name => "HoaryFox"; | ||
|
||
public override Bitmap Icon => HoaryFoxCommon.Properties.Resource.InfoIcon; | ||
|
||
public override string Description => "This Component read ST-Bridge file(.stb) and display its model data."; | ||
|
||
public override Guid Id => new Guid("093de648-746b-4b0b-85ef-495c6fb4514f"); | ||
|
||
public override string AuthorName => "hrntsm"; | ||
|
||
public override string AuthorContact => "[email protected]"; | ||
} | ||
|
||
public class HoaryFoxCategoryIcon : GH_AssemblyPriority | ||
{ | ||
public override GH_LoadingInstruction PriorityLoad() | ||
{ | ||
Grasshopper.Instances.ComponentServer.AddCategoryIcon("HoaryFox", HoaryFoxCommon.Properties.Resource.InfoIcon); | ||
return GH_LoadingInstruction.Proceed; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.