@@ -317,7 +317,6 @@ def ctx_editmode_mesh_extra():
|
||||
bpy.ops.object.shape_key_add(from_mix=False)
|
||||
bpy.ops.object.shape_key_add(from_mix=True)
|
||||
bpy.ops.mesh.uv_texture_add()
|
||||
bpy.ops.mesh.vertex_color_add()
|
||||
bpy.ops.object.material_slot_add()
|
||||
# editmode last!
|
||||
bpy.ops.object.mode_set(mode='EDIT')
|
||||
|
@@ -563,24 +563,6 @@ def main():
|
||||
)],
|
||||
),
|
||||
|
||||
# Vertex Colors
|
||||
SpecMeshTest(
|
||||
"VertexColorAdd", "testCubeColorAdd", "expectedCubeColorAdd",
|
||||
[OperatorSpecEditMode("vertex_color_add", {}, "VERT", {})],
|
||||
),
|
||||
SpecMeshTest(
|
||||
"VertexColorRemove", "testCubeColorRemove", "expectedCubeColorRemove",
|
||||
[OperatorSpecEditMode("vertex_color_remove", {}, "VERT", {})],
|
||||
),
|
||||
SpecMeshTest(
|
||||
"VertexColorSculptAdd", "testCubeSculptAdd", "expectedCubeSculptAdd",
|
||||
[OperatorSpecEditMode("sculpt_vertex_color_add", {}, "VERT", {})],
|
||||
),
|
||||
SpecMeshTest(
|
||||
"VertexColorSculptRemove", "testCubeSculptRemove", "expectedCubeSculptRemove",
|
||||
[OperatorSpecEditMode("sculpt_vertex_color_remove", {}, "VERT", {})],
|
||||
),
|
||||
|
||||
# Laplacian Smooth
|
||||
SpecMeshTest(
|
||||
"LaplacianSmoothDefault", "testSphereLaplacianSmoothDefault", "expectedSphereLaplacianSmoothDefault",
|
||||
|
Reference in New Issue
Block a user