Skip to content
Snippets Groups Projects
Operators.py 38.1 KiB
Newer Older
  • Learn to ignore specific revisions
  •                             point.co = spline_points[key][j][0]
                            point = spline.points[-1]
                            point.co = spline_points[key][i][0]
                            num=i
       
            return {'FINISHED'}
    
    
    operators = [
        OperatorCurveInfo,
        OperatorCurveLength,
        OperatorSplinesInfo,
        OperatorSegmentsInfo,
        OperatorOriginToSpline0Start,
        OperatorIntersectCurves,
        OperatorLoftCurves,
        OperatorSweepCurves,
        OperatorBirail,
        OperatorSplinesSetResolution,
        OperatorSplinesRemoveZeroSegment,
        OperatorSplinesRemoveShort,
        OperatorSplinesJoinNeighbouring,
        ConvertSelectedFacesToBezier,
        ConvertBezierToSurface,
        BezierPointsFillet,
        BezierDivide,
        CurveScaleReset,