Will Pearson

Results 26 issues of Will Pearson

Jotting down some notes on using the Karamba3d plug-in with Compute... If you're running Compute on an OS with a graphical UI, e.g. Windows Server 2019, you can install Karamba...

Suggest that there's a licensing issue that needs fixing

We'll need to investigate this plug-in to see what needs to be done to make it compatible with Compute. Currently it requires UI interaction to run.

grasshopper

Some functionality could take a while to solve and it would be nice if the C# client included awaitable methods to simplify backgrounding out of the box. ```csharp async void...

enhancement
client

Rhino plug-ins that have been registered by [writing keys under `HKEY_LOCAL_MACHINE\Software\McNeel\Rhinoceros\7.0\Plug-ins`](https://developer.rhino3d.com/wip/guides/rhinocommon/registering-plugins-windows/) aren't loaded when Rhino is started in headless mode by Compute. Using Karamba3d to test... 1. Delete `HKEY_CURRENT_USER\Software\McNeel\Rhinoceros\7.0\Plug-Ins\06bb1e79-5456-47a1-ad6d-111118cd894b` 1....

Based on [a question from ShapeDiver on the forum](https://discourse.mcneel.com/t/correct-content-type-aka-mime-type-media-type-for-3dm-files/109558?u=will)... http://tools.ietf.org/html/rfc2045#section-5 > _The purpose of the Content-Type field is to describe the data contained in the body fully enough that the...

Rather than creating a 'lookup dictionary' for each operation, mesh elements (vertices, faces, halfedges should store their index. This requires special attention during any Add/Remove procedures.

bug
enhancement

Loop and Catmull-Clark. Must be _fast_.

enhancement

Mesh a surface by tracing lines through principal direction vector field. See [Dual Streamline Seeding - Method and Implementation](http://opus4.kobv.de/opus4-zib/frontdoor/deliver/index/docId/1103/file/DualSeeding.pdf).

enhancement
wishlist

Apply Sheffield's TopOpt to a ground-structure created by lacing meshes #9.

enhancement