Add constraints executing Move to Nodes #104529

Merged
Aaron Carlisle merged 3 commits from fiord/blender-manual:fix/move-to-nodes-operator into main 2023-08-07 02:08:45 +02:00
Contributor

documentation fix for blender/blender#106257

Move to Nodes needs input and output but it is not written.

documentation fix for https://projects.blender.org/blender/blender/issues/106257 `Move to Nodes` needs input and output but it is not written.
Hyu Ogawa added 1 commit 2023-08-01 05:57:59 +02:00
Aaron Carlisle requested changes 2023-08-06 20:50:52 +02:00
@ -78,3 +78,3 @@
Creates a new geometry node tree with the name of the current node tree with `.wrapper` appended to the name.
This operation moves all inputs and outputs from the old modifier into a new node group.
This operation moves all inputs and outputs from the old modifier into a new node group, ensuring that group inputs and group outputs have one or more geometry.
Member

The following sound clearer in my opinion:

This operation moves all inputs and outputs from the old modifier into a new node group.
In order for this operator to function there **must** be a Group Input **and** a Group Output node.
The following sound clearer in my opinion: ``` This operation moves all inputs and outputs from the old modifier into a new node group. In order for this operator to function there **must** be a Group Input **and** a Group Output node. ```
Author
Contributor

@Blendify Thank you for reviewing. I think it's better!
But I think it should not be Group output node, should be Group output geometry, I commited using geometry with your review.
Would you re-review again?

@Blendify Thank you for reviewing. I think it's better! But I think it should not be `Group output node`, should be `Group output geometry`, I commited using `geometry` with your review. Would you re-review again?
Hyu Ogawa added 1 commit 2023-08-07 00:55:11 +02:00
Hyu Ogawa requested review from Aaron Carlisle 2023-08-07 00:57:52 +02:00
Aaron Carlisle added 1 commit 2023-08-07 02:08:29 +02:00
Aaron Carlisle approved these changes 2023-08-07 02:08:38 +02:00
Aaron Carlisle merged commit fb8824a7bf into main 2023-08-07 02:08:45 +02:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-manual#104529
No description provided.