Images as Planes: Improve option panels #104936
@ -836,16 +836,16 @@ class IMPORT_IMAGE_OT_to_plane(Operator, AddObjectHelper):
|
||||
box.prop(self, "emit_strength")
|
||||
|
||||
row = box.row()
|
||||
row.prop(self, 'blend_method', expand=False)
|
||||
if self.blend_method == 'BLEND':
|
||||
row.prop(self, "use_backface_culling")
|
||||
|
||||
row = box.row()
|
||||
row.prop(self, "show_transparent_back")
|
||||
row.prop(self, 'blend_method', expand=False)
|
||||
|
||||
row = box.row()
|
||||
row.prop(self, 'shadow_method', expand=False)
|
||||
|
||||
if self.blend_method == 'BLEND':
|
||||
row = box.row()
|
||||
row.prop(self, "use_backface_culling")
|
||||
row.prop(self, "show_transparent_back")
|
||||
|
||||
engine = context.scene.render.engine
|
||||
if engine not in ('CYCLES', 'BLENDER_EEVEE', 'BLENDER_WORKBENCH'):
|
||||
|
Loading…
Reference in New Issue
Block a user