Pencil Curve Tool Settings Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi to everybody,
If I try to use the options in "pencil curve settings", curve degree 1 or 3, I get an error: // Error: line 1: Invalid flag '-bez'.
ver.:MAYA 2022.1
I fix the problem with this script:
curveSketchCtx -e
-image1 "pencil.png"
-image2 "vacantCell.png"
-image3 "vacantCell.png"
-degree 1
pencilContext;
I can change "degree" value from 1 to 3.
I hope anyone can fix the problem in the next version/update.
Link copied