nathanletwory
(Nathan 'jesterKing' Letwory)
March 16, 2017, 7:22am
#1
I have updated the Cycles for Rhino plug-in to be compiled against the current Rhino WIP release: 6.0.17073.13071, 17/03/14
Get it here: https://github.com/mcneel/CyclesForRhino/releases
There have been some changes to the core RhinoCycles plug-in that make it necessary to update to both current Rhino WIP public release and this new Cycles for Rhino plug-in release.
I’m seeing quite a few exceptions popping up on my list, those all relate to the core change, so please update as soon as possible. Thanks!
/Nathan
2 Likes
Holo
March 16, 2017, 8:32am
#2
2.93 kb???
What kind of wizardry is that?
I downloaded and installed it before updating to the latest wip, but it still seems to do just fine!
nathanletwory
(Nathan 'jesterKing' Letwory)
March 16, 2017, 8:34am
#3
It is just wrapping code around the core code that all lives in the RhinoCycles plug-in. The Cycles for Rhino code is really just one file:
/**
Copyright 2014-2016 Robert McNeel and Associates
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
**/
using System;
using System.Drawing;
using Rhino;
using Rhino.Commands;
This file has been truncated. show original
/Nathan
1 Like