compas icon indicating copy to clipboard operation
compas copied to clipboard

Core packages of the COMPAS framework.

Results 149 compas issues
Sort by recently updated
recently updated
newest added

Re-work of `assembly.Part` to allow non-destructive application of features to a `Part`. Geometry type agnostic. ### What type of change is this? - [x] Breaking change: bug fix or new...

WIP: added initial implementation of a `compas.geometry.BRep` with a Rhino backend in `compas_rhino.geometry.brep`. 1. Copied over the interface for BRep from `compas_occ` into `compas.geometry.BRep` and generalized. 2. Started implementing the...

The GH python mesh artist makes too many assumptions about color handling, specifically, there are (at least two issues): * If a color is specified, it is converted to `rgb255`...

**Describe the bug** The [documentation ](https://compas.dev/compas/latest/api/generated/compas.data.Data.html#compas.data.Data) states that the `guid` attribute in `Data` is a _"The globally unique identifier of the object."_ However, for example, when creating a `deepcopy()` of...

Continuing the discussion started in https://github.com/compas-dev/compas/pull/1052. As suggested by @brgcode, it can be beneficial to have the functions in `compas_rhino.conversions` tested as part of the build. These are not currently...

**Describe the bug** After running successfully ```compas_blender.uninstall```, Blender python always throws me the following error; ```ValueError: compile(): unrecognised flags``` **To Reproduce** Steps to reproduce the behavior: 1. Scripting inside Blender...

# Feature Request rectangle from frame (plane), width and height. simple shape but didn't find a straight forward way to create it. ## Details **Describe the solution you'd like** maybe...

enhancement

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Context [e.g. ST3, Rhino, Blender, ...] 2. Sample script...

# Feature Request - Add docs for base classes methods such as those in BaseNetwork, Datastructure. - Allow their methods to be seen in the docs of their inherited class...

``` >>> import compas ``` Works fine. ``` >>> import compas_blender Traceback (most recent call last): File "", line 1, in File "C:\Users\a\scoop\apps\blender\current\2.92\python\lib\site-packages\compas_blender\__init__.py", line 22, in from .utilities import *...