Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft, makeBezCurve(), changed parameter "Degree" to "degree", lowercase is preferred #2523

Merged
merged 1 commit into from Oct 7, 2019

Conversation

vocx-fc
Copy link
Contributor

@vocx-fc vocx-fc commented Sep 12, 2019

In pull request #2072 the Draft.makeBezCurve() function was extended with the Degree option to create cubic Bezier curves, which are very useful in computer graphics.

This changes the option to lower case degree, as it's consistent with other options in Draft and FreeCAD. Since this tool was introduced in this 0.19 development cycle, we don't risk breaking too many scripts. Hopefully users that were already using this new option can make the change quickly.

Bezier curve tool bug

Wiki documentation


  • Branch rebased on latest master git pull --rebase upstream master
  • Unit tests confirmed to pass by running ./bin/FreeCAD --run-test 0
  • Commit message is well-written
  • Commit message includes issue #<id> or fixes #<id> where <id> is the associated MantisBT issue id if one exists

@yorikvanhavre yorikvanhavre merged commit 0c18f5e into FreeCAD:master Oct 7, 2019
@vocx-fc vocx-fc deleted the Draft_CubicBezCurve branch October 7, 2019 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants