Skip to content

Commit

Permalink
Merge pull request #1387 from compas-dev/fix-draw-component
Browse files Browse the repository at this point in the history
Fix `Draw` component for GH
  • Loading branch information
gonzalocasas authored Aug 29, 2024
2 parents 2d32ec0 + b062adb commit ebaaa77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

* Fixed args for `SceneObject` on Grasshopper `Draw` component.

### Removed


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ def RunScript(self, cg):
if not cg:
return None

return SceneObject(cg).draw()
return SceneObject(item=cg).draw()

0 comments on commit ebaaa77

Please sign in to comment.