Hi guys
I have a problem with using my custom skin. I am using a downloaded example
Customize skin - Rhino Developer - McNeel Forum (github.com)
Changed app name to my own, built as .rhs, but i guess i do something wrong in registry
i have even followed the guide Using Schemes to Start Rhino [McNeel Wiki] but still the same error
dale
(Dale Fugier)
2
Hi @aleksanderdynarek,
Make sure there is no space between /Scheme=
and the scheme name.
For example:
C:\Program Files\Rhino 7\System\Rhino.exe” /scheme=MySkin
now it doesnt show any error like file type not supported, but doesnt show any result either
i am using yours example from github, no chanes yet, just to test
dale
(Dale Fugier)
6
Hi @aleksanderdynarek,
Your Registry entry does not look correct. Please review this information:
For example, I’ve done this:
and this:
"C:\Program Files\Rhino 6\System\Rhino.exe" /scheme=MySkin
And the sample works as expected.
– Dale