Adding license documentation to interface class docblocks.
This commit is contained in:
@@ -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)
|
||||
"""
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user