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