Cleanup: format
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
from bpy.types import Operator
|
from bpy.types import Operator
|
||||||
from mathutils import Matrix,Vector
|
from mathutils import Matrix, Vector
|
||||||
|
|
||||||
import math
|
import math
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ extern "C" {
|
|||||||
struct BVHTree;
|
struct BVHTree;
|
||||||
struct MDeformVert;
|
struct MDeformVert;
|
||||||
struct Mesh;
|
struct Mesh;
|
||||||
struct ModifierEvalContext;
|
struct ModifierEvalContext;
|
||||||
struct MPoly;
|
struct MPoly;
|
||||||
struct Object;
|
struct Object;
|
||||||
struct ShrinkwrapGpencilModifierData;
|
struct ShrinkwrapGpencilModifierData;
|
||||||
|
|||||||
Reference in New Issue
Block a user