Tom Svilans

Results 16 issues of Tom Svilans

# Improved dependency installation Separates dependency installation into another file and uses `pip` as a built-in module instead of trying to find its path. ## detailed explanation * Dependency installation...

**Is your feature request related to a problem? Please describe.** - Installing `rhino3dm` is currently part of the main add-on script. - It is also not possible currently to update...

**Describe the bug** Importing different .3dm files with the same layer names (i.e. different versions of the same model) assigns the objects to the already-imported Collections instead of making unique...

bug

### Is your feature request related to a problem? Please describe. Since the current Python module only implements basic manipulation of grids, it would be very useful to have more...

enhancement

Hi, I have been trying to construct some Breps in OCC using PythonOCC. I have managed to successfully create Breps composed of BSplineSurfaces and most types of edges/curves (lines, BSplineCurves,...

use/howto

- Removes dependency on OpenMesh, since it is just used for loading a single OBJ file. This is replaced by a basic OBJ import function. - Adds another test model...

Step 0: - [x] I've read the [contribution guidelines](https://github.com/speckleworks/SpeckleOrg/blob/master/CONTRIBUTING.md)! #### Expected Behaviour Logging in with the same email and server as an existing user account should not be possible. ####...

bug

Step 0: - [x] I've read the [contribution guidelines](https://github.com/speckleworks/SpeckleOrg/blob/master/CONTRIBUTING.md)! #### Expected Behaviour `SpeckleObject` should have a `Duplicate()` method. #### Actual Behaviour It doesn't. #### Affected Projects Projects where you want...

enhancement

Step 0: - [x] I've read the [contribution guidelines](https://github.com/speckleworks/SpeckleOrg/blob/master/CONTRIBUTING.md)! #### Expected Behaviour Getting all streams for a user should be GET `/streams`. #### Actual Behaviour This fails with a `400`...

Further to the discussion in #41 and #42, I want to flag this as an issue. #42 wraps getting / setting the token in a property, so this is more...