What's the best way to integrate with Rhino

Hey all, I’m interested in developing a plugin/scripting for Rhino in Python on macOS and Windows.

  1. Add custom properties(enum) for each object in the Rhino UI.
  2. Add a button some where to render each object based on the selected camera position into a transparent image, then process the image.

Is this possible using Python? Thank you!

A