Skip to content

Commit

Permalink
Merge pull request #335 from compas-dev/wire-hidden
Browse files Browse the repository at this point in the history
Default to hide robot wires
  • Loading branch information
gonzalocasas authored Dec 12, 2021
2 parents 6a1a2f1 + dcf7806 commit ebc9985
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Unreleased

**Changed**

* Changed default wire visibility to hidden in some GH components for cleaner Grasshopper files.

**Fixed**

**Deprecated**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"inputParameters": [
{
"name": "robot",
"description": "The robot."
"description": "The robot.",
"wireDisplay": "hidden"
},
{
"name": "plane",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"inputParameters": [
{
"name": "robot",
"description": "The robot."
"description": "The robot.",
"wireDisplay": "hidden"
},
{
"name": "plane",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"inputParameters": [
{
"name": "robot",
"description": "The robot."
"description": "The robot.",
"wireDisplay": "hidden"
},
{
"name": "planes",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"inputParameters": [
{
"name": "robot",
"description": "The robot."
"description": "The robot.",
"wireDisplay": "hidden"
},
{
"name": "goal_constraints",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"inputParameters": [
{
"name": "robot",
"description": "The robot."
"description": "The robot.",
"wireDisplay": "hidden"
}
],
"outputParameters": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"inputParameters": [
{
"name": "robot",
"description": "The robot."
"description": "The robot.",
"wireDisplay": "hidden"
},
{
"name": "group",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"inputParameters": [
{
"name": "robot",
"description": "The robot."
"description": "The robot.",
"wireDisplay": "hidden"
},
{
"name": "group",
Expand Down

0 comments on commit ebc9985

Please sign in to comment.