bpy.types.Scene.SURFSK_precision=bpy.props.IntProperty(name="Precision",description="Precision level of the surface calculation",default=4,min=0,max=100000)
bpy.types.Scene.SURFSK_precision=bpy.props.IntProperty(name="Precision",description="Precision level of the surface calculation",default=4,min=0,max=100000)
bpy.types.Scene.SURFSK_keep_strokes=bpy.props.BoolProperty(name="Keep strokes",description="Keeps the sketched strokes after adding the surface",default=False)
bpy.types.Scene.SURFSK_keep_strokes=bpy.props.BoolProperty(name="Keep strokes",description="Keeps the sketched strokes after adding the surface",default=False)