Page MenuHome

Docs: Add Curve Pen Documentation
AbandonedPublic

Authored by Dilith Jayakody (dilithjay) on May 31 2022, 6:11 AM.

Details

Summary

This revision adds the documentation for the Curve Pen tool.

Diff Detail

Event Timeline

Dilith Jayakody (dilithjay) requested review of this revision.May 31 2022, 6:11 AM
Dilith Jayakody (dilithjay) created this revision.
Hans Goudey (HooglyBoogly) requested changes to this revision.May 31 2022, 1:09 PM

Thanks for working on this. I have some suggestions about a few more details to add, and a few smaller changes.

Generally I think a bit more user-level information would be helpful, i.e. why specific features are useful, what is their purpose, how can they be used with the other features, etc.
The manual isn't supposed to be a full guide or tutorial, but this manual page is currently pretty bare, especially for a relatively complex tool.
I don't think any of that is blocking though, because it's just nice to have any manual page at all.

Also, the maximum line length for the manual is 120 characters.

manual/modeling/curves/tools/pen.rst
29

Suggestion:
The type of the handles of the
->

The :ref:`handle type <curve-bezier-handle-type>` used for the
38

This is a bit vague:

Drag on a segment in between two control points to adjust the handles, changing the shape of the curve without affecting the location of any control points.

47

This should explain what happens in different words (rather than reusing the name), i.e. "Make the spline cyclic" or something. Generally a bit more detail is helpful.

63

I think the "Middle Point" is just a control point-- the other points are handles

72

vertex -> control point

75

Typo/grammar mistake here

81

Suggestion: Limit the movement of the handle to its current direction, so only its length can be adjusted.

This revision now requires changes to proceed.May 31 2022, 1:09 PM
Dilith Jayakody (dilithjay) marked 7 inline comments as done.

Addressed the feedback. I've made some improvements according to the suggestions but do let me know if there's anything else we should add.

Hi, could you upload the images in a comment?

Hi @Aaron Carlisle (Blendify) , sure.

modeling_curves_tools_pen_curve-properties.jpg

modeling_curves_tools_pen_curve-tool-settings.jpg

Committed with edits.