This commit is contained in:
Richard Milewski
2025-06-18 17:36:04 -07:00
parent 91c5fa1654
commit 915d0d3dbf

View File

@@ -1879,7 +1879,7 @@ module tag_conv_hull(tag="",keep="keep")
// hide(tags) CHILDREN; // hide(tags) CHILDREN;
// Description: // Description:
// Hides all attachable children with the given tags, which you supply as a space separated string. Previously hidden objects remain hidden, so hiding is cumulative, unlike `show_only()`. // Hides all attachable children with the given tags, which you supply as a space separated string. Previously hidden objects remain hidden, so hiding is cumulative, unlike `show_only()`.
// For a step-by-step explanation of tagged attachments, see the [Attachments Tutorial](Tutorial-Attachment-Tags). // For a step-by-step explanation of tagged attachments, see the [Attachments Tutorial](Tutorial-Attachment-Tags).
// Side Effects: // Side Effects:
// Sets `$tags_hidden` to include the tags you specify. // Sets `$tags_hidden` to include the tags you specify.
// Example: Hides part of the model. // Example: Hides part of the model.