mcneel / rhinocommon

RhinoCommon is the .NET SDK for Rhino5 / Grasshopper
http://wiki.mcneel.com/developer/rhinocommon
242 stars 93 forks source link

RhinoApp.RegistrySchemeName in DotNet. Is not avaiable in RC #36

Closed MoeGreen closed 13 years ago

MoeGreen commented 13 years ago

I'm trying to find RegistrySchemeName in RC, is there?

Thanks Moe.

sbaer commented 13 years ago

Hi moe, RhinoCommon does not currently have any registry acess functions. What do you need this for? The reason I am asking is because we have written a new PersistentSettings class that should work on both windows and OSX and doesn't use the registry.

MoeGreen commented 13 years ago

Hi, I need to know if my plugin is running using my skin or not.

sbaer commented 13 years ago

I added an ActiveSkin property to the RhinoCommon Skin class. If you are using a RhinoCommon skin, then you can see if ActiveSkin returns an instance of your skin class.