From 3dd3580a5b47bbe2cb8e85df52acb5fd5cc724eb Mon Sep 17 00:00:00 2001 From: 31 <31eee384@gmail.com> Date: Sun, 29 Dec 2024 15:41:33 -0800 Subject: [PATCH] Groups: Nodes panel doesn't allow node multiselect --- tutorials/scripting/groups.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/scripting/groups.rst b/tutorials/scripting/groups.rst index 89f218645..5ce32a25f 100644 --- a/tutorials/scripting/groups.rst +++ b/tutorials/scripting/groups.rst @@ -33,7 +33,7 @@ You can create new groups using the Groups tab in the Node dock. .. image:: img/groups_node_tab.webp -Select one or more nodes in the Scene dock then click the add button with the + symbol. +Select a node in the Scene dock then click the add button with the + symbol. .. image:: img/groups_add_new_group_button.webp @@ -49,8 +49,8 @@ When done, press Ok to create it. You should see the new groups appear in the Groups tab under Scene Groups if the Global option was unmarked, or under Global Groups if that option was marked. -Selected Node(s) from the Scene dock can be added into groups by marking the checkbox on the left side -of the groups in the Groups dock. The node(s) you had selected when creating a new group will be automatically checked. +A selected Node from the Scene dock can be added into groups by marking the checkbox on the left side +of the groups in the Groups dock. The node you had selected when creating a new group will be automatically checked. .. image:: img/groups_node_tab_with_created_groups.webp