Update new nodes description #3

Open
Yann Kervran wants to merge 2 commits from YannK/rignodes:documentation into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
First-time contributor

I have added the new nodes in alphabetical order.

I have added the new nodes in alphabetical order.
Yann Kervran added 1 commit 2023-06-10 10:58:45 +02:00
Sybren A. Stüvel requested changes 2023-06-16 12:43:21 +02:00
Sybren A. Stüvel left a comment
Owner

Thanks for the PR!

Could you go over the added descriptions, and make sure that they are consistently written? I lack the grammatical terminology here, but some are written like "XXX: remap a value" and others are of the form "XXX: remaps a value". The latter form would be consistent with the already-existing documentation.

Thanks for the PR! Could you go over the added descriptions, and make sure that they are consistently written? I lack the grammatical terminology here, but some are written like "XXX: remap a value" and others are of the form "XXX: remap**s** a value". The latter form would be consistent with the already-existing documentation.
@ -86,2 +86,4 @@
## Math Nodes
Add / Subtract / Multiply / Divide
: performs a mathematical operation on its two inputs.

These nodes no longer exist.

These nodes no longer exist.
@ -93,0 +104,4 @@
: remap a value in a range from a set of two floats to another set of floats.
Math
: add, multiply, substract and divide for floats.

Please use the Oxford comma.

Please use the Oxford comma.
@ -93,0 +107,4 @@
: add, multiply, substract and divide for floats.
Normal from Points
: calculate normal from a plane define by three points.

'normal from' → 'the normal vector of'

'normal from' → 'the normal vector of'
README.md Outdated
@ -99,0 +125,4 @@
: create a vector from three X/Y/Z float inputs.
Vector Math
: add, multiply, substract, divide or cross product are possibles

Please use the Oxford comma.

Please use the Oxford comma.
Author
First-time contributor

Thanks for feedback, I wasn’t aware if the Oxford comma, I thought it was a special sign, had to check on Google ;)
Trying to proofread a bit better, I was also wondering if alphabetical order is the best, as the order is non-alphabetical in the node itself for now. Keeping to actual nodes could be easier to follow along.

Thanks for feedback, I wasn’t aware if the Oxford comma, I thought it was a special sign, had to check on Google ;) Trying to proofread a bit better, I was also wondering if alphabetical order is the best, as the order is non-alphabetical in the node itself for now. Keeping to actual nodes could be easier to follow along.

For now, it's mostly just important that the documentation is there. When it comes to order / organisation, you could see if you could use the same grouping as is used in the UI, so that similarly-themed nodes are grouped together.

For now, it's mostly just important that the documentation is there. When it comes to order / organisation, you could see if you could use the same grouping as is used in the UI, so that similarly-themed nodes are grouped together.
Yann Kervran added 1 commit 2023-06-23 20:08:10 +02:00
Author
First-time contributor

I have proofread a bit, I hope I haven’t missed anything. Thanks for your patience.

I have proofread a bit, I hope I haven’t missed anything. Thanks for your patience.
Yann Kervran requested review from Sybren A. Stüvel 2023-06-23 20:11:06 +02:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u documentation:YannK-documentation
git checkout YannK-documentation

Merge

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff YannK-documentation
git checkout main
git merge --ff-only YannK-documentation
git checkout YannK-documentation
git rebase main
git checkout main
git merge --no-ff YannK-documentation
git checkout main
git merge --squash YannK-documentation
git checkout main
git merge YannK-documentation
git push origin main
Sign in to join this conversation.
No reviewers
No Label
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: dr.sybren/rignodes#3
No description provided.