mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 13:46:54 +00:00
Remove unused import, black .
This commit is contained in:
@@ -27,7 +27,6 @@ import ifcopenshell.api.pset
|
|||||||
import ifcopenshell.util.element
|
import ifcopenshell.util.element
|
||||||
from bpy.props import (
|
from bpy.props import (
|
||||||
BoolProperty,
|
BoolProperty,
|
||||||
BoolVectorProperty,
|
|
||||||
CollectionProperty,
|
CollectionProperty,
|
||||||
EnumProperty,
|
EnumProperty,
|
||||||
FloatProperty,
|
FloatProperty,
|
||||||
|
|||||||
@@ -172,4 +172,4 @@ class GenerateUVMap(bpy.types.Operator):
|
|||||||
return {"CANCELLED"}
|
return {"CANCELLED"}
|
||||||
tool.Loader.load_generated_uv_map(obj.data)
|
tool.Loader.load_generated_uv_map(obj.data)
|
||||||
self.report({"INFO"}, "Generated UV map for selected mesh.")
|
self.report({"INFO"}, "Generated UV map for selected mesh.")
|
||||||
return {"FINISHED"}
|
return {"FINISHED"}
|
||||||
|
|||||||
Reference in New Issue
Block a user