Tweener for Rhino 8 — Windows edition
=======================================

Recommended install: use Rhino's package manager (Yak). Search for "Tweener"
and the right distribution for your Rhino is picked automatically. This
package ships:

  - TweenerPI.rhp     — the Rhino plugin (interactive commands: TweenerStart,
                        TweenerSetGradient, TweenerFishEye, TweenerAddControl,
                        TweenerApply, TweenerReloadToolbar, TweenerInfo, ...)
  - TweenerGH.gha     — the Grasshopper 1 component set.
  - LTCT.dll          — shared library used by both.
  - sldm.dll + native runtime DLLs — the solver.
  - TweenerPI.rui     — the plugin's Rhino toolbar.

Manual install (without the package manager)
--------------------------------------------
1) Extract the .yak file (it's a zip). You should see at minimum:
     sldm.dll, LTCT.dll, TweenerPI.rhp, TweenerGH.gha
   plus a set of .NET runtime folders (net48, net7.0, net8.0, net9.0).

2) Copy the extracted contents into:
     C:\Users\<YourName>\AppData\Roaming\McNeel\Rhinoceros\packages\8.0\Tweener\0.7.7002.1016\

3) Restart Rhino. The plugin loads automatically; the Grasshopper 1
   components appear under the "Tweener" tab.

To upgrade: remove the older version's folder before dropping the new one
in, or you may end up with two versions loaded side by side.

Questions:  mathias@mathiasfuchs.com
Docs:       https://mathiasfuchs.com/Tweeners.html
