Skip to content
Snippets Groups Projects
Commit acdf63ef authored by Jacques Lucke's avatar Jacques Lucke
Browse files

Fix: icon update for Import Images as Planes

parent 55adbe50
No related branches found
No related tags found
No related merge requests found
...@@ -832,7 +832,7 @@ class IMPORT_IMAGE_OT_to_plane(Operator, AddObjectHelper): ...@@ -832,7 +832,7 @@ class IMPORT_IMAGE_OT_to_plane(Operator, AddObjectHelper):
else: else:
box.prop(self, "factor") box.prop(self, "factor")
box.label(text="Orientation:", icon='MANIPUL') box.label(text="Orientation:")
row = box.row() row = box.row()
row.enabled = 'CAM' not in self.size_mode row.enabled = 'CAM' not in self.size_mode
row.prop(self, "align_axis") row.prop(self, "align_axis")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment