Skip to content

Commit

Permalink
Support molang strings in "bone_visibility" (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuazChick committed Apr 1, 2024
1 parent a490987 commit 55d6a6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/behavior/blocks/format/components/geometry.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"description": "A list of bones that should be visible when rendering this block. If not specified, all bones will be visible.",
"type": "object",
"additionalProperties": {
"type": "boolean",
"description": "Whether or not the bone should be visible.",
"type": ["boolean", "string"],
"description": "Whether or not the bone should be visible. Can be defined as a boolean or a molang expression resulting in a boolean.",
"title": "Bone Visibility"
}
},
Expand Down

0 comments on commit 55d6a6b

Please sign in to comment.