compas icon indicating copy to clipboard operation
compas copied to clipboard

Core packages of the COMPAS framework.

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

**Describe the bug** _Disclaimer_ : This might not be a bug, but does lead to unexpected behavior. I'm personally comparing the functionality of this function with grasshopper's offset curve. _Background_:...

# Feature Request As a user, I want know what to do when a compas plugin is not found (ie. not installed) so that I can be a happy person....

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

I can't manage to correctly visualize a mesh with colors using compas ghpython in Grasshopper. Using Rhino, the artists work correctly but in ghpython different colors passed to the `draw_faces`...

Originally reported by @Grangeot --- **Describe the bug** Scripts that use the `compas.get()` function to resolve file names are failing to resolve properly and defaulting to the remote version of...

bug

**Describe the bug** If creating a Projection from a plane and a point `Projection.from_plane_and_point(plane, center_of_projection)`, and the `center_of_projection` is within the passed `plane`, then the Projection is invalid. **To Reproduce**...

Considering the prominence of `black` (https://github.com/psf/black) as the increasingly de-facto standard for code formatting on Python, it might be a good idea to switch to it and give up all...

enhancement

The `Mesh` parameter `vertextext` does not get passed to the plotter. Therefore, the code below that should write the vertex key in the vertices does not work as expected. Code:...

When serializing a `Configuration`, I think it is meaningful to keep track of its `scale_factor`. For example, if I plan a path using a scaled robot (`robot.scale(1000)`), the configuration's prismatic...

enhancement

Github now supports the new `CITATION.cff` file format, we should add one and update the bibtex in the docs to match. - More info: [citation files](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files) - Example: [CITATION.cff for...

enhancement
documentation