Adding license documentation to interface class docblocks.

This commit is contained in:
Ian 'z0r0' Abreu
2025-09-01 21:50:59 -04:00
parent 0af34eeff6
commit b0b9f8fc35
76 changed files with 154 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ from Base.Metadata import export
)
class BlendCurve(PyObjectBase):
"""
Author: Mattéo Grellier (matteogrellier@gmail.com)
License: LGPL-2.1-or-later
Create a BlendCurve that interpolate 2 BlendPoints.
curve = BlendCurve(BlendPoint1, BlendPoint2)
"""

View File

@@ -11,6 +11,8 @@ from Base.Metadata import constmethod, export
)
class BlendPoint(PyObjectBase):
"""
Author: Mattéo Grellier (matteogrellier@gmail.com)
License: LGPL-2.1-or-later
Create BlendPoint from a point and some derivatives.
myBlendPoint = BlendPoint([Point, D1, D2, ..., DN])
BlendPoint can also be constructed from an edge