Skip to content

Commit

Permalink
Updated and added Grasshopper Icons (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaschitz authored Dec 12, 2024
1 parent 406863b commit 648524b
Show file tree
Hide file tree
Showing 39 changed files with 387 additions and 1,074 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public override void RefreshItems ()
ExpireSolution (true);
}

//protected override System.Drawing.Bitmap Icon => TapirGrasshopperPlugin.Properties.Resources.AttributeType;
protected override System.Drawing.Bitmap Icon => TapirGrasshopperPlugin.Properties.Resources.AttributesByTypeValueList;

public override Guid ComponentGuid => new Guid ("0f6abd5b-6efe-4699-8e0f-ac67eea42890");
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ protected override void Solve (IGH_DataAccess DA)
DA.SetDataList (2, attributeNames);
}

//protected override System.Drawing.Bitmap Icon => TapirGrasshopperPlugin.Properties.Resources.AttributesByType;
protected override System.Drawing.Bitmap Icon => TapirGrasshopperPlugin.Properties.Resources.AttributesByType;

public override Guid ComponentGuid => new Guid ("f974c9ec-e3ec-4cf2-a576-b7a8548c9883");
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ public override void RefreshItems ()
}
}

protected override System.Drawing.Bitmap Icon => TapirGrasshopperPlugin.Properties.Resources.ClassificationSystemsValueList;

public override Guid ComponentGuid => new Guid ("a4206a77-3e1e-42e1-b220-dbd7aafdf8f5");
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public override void RefreshItems ()
ExpireSolution (true);
}

protected override System.Drawing.Bitmap Icon => TapirGrasshopperPlugin.Properties.Resources.ElemFilter;
protected override System.Drawing.Bitmap Icon => TapirGrasshopperPlugin.Properties.Resources.ElemFilterValueList;

public override Guid ComponentGuid => new Guid ("642df9ee-ddf9-44e8-98bc-c7fe596dad87");
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public override void RefreshItems ()
ExpireSolution (true);
}

protected override System.Drawing.Bitmap Icon => TapirGrasshopperPlugin.Properties.Resources.ElemType;
protected override System.Drawing.Bitmap Icon => TapirGrasshopperPlugin.Properties.Resources.ElemTypeValueList;

public override Guid ComponentGuid => new Guid ("ce80b380-0e42-467c-865b-69b2e8e5155e");
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 9 additions & 46 deletions grasshopper-plugin/TapirGrasshopperPlugin/IconSource/AllElems.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 648524b

Please sign in to comment.