Tom Van Mele

Results 17 issues of Tom Van Mele

### What type of change is this? - [ ] Bug fix in a **backwards-compatible** manner. - [ ] New feature in a **backwards-compatible** manner. - [ ] Breaking change:...

### What type of change is this? - [ ] Bug fix in a **backwards-compatible** manner. - [ ] New feature in a **backwards-compatible** manner. - [ ] Breaking change:...

Checklist - [ ] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [ ] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [...

Currently, core scene objects are replaced during the plugin phase by their implementation context counterparts. This leads to all sorts of problems. * the API of the context object implementation...

enhancement

```python def detect_current_context(): """Chooses an appropriate context depending on available contexts and open instances. with the following priority: 1. Viewer 2. Plotter 3. Rhino / GH - checked explicitly since...

bug