Cleanup: Remove old filter property.

It was kept for forward compatibility during 2.7x.

Reference rB5a45ccaf3e5102ee571599fa9f26a78ac1f6d0f4
This commit is contained in:
Thomas Dinges 2022-04-29 10:36:19 +02:00
parent fcb0090842
commit 62eb190d4e

@ -589,17 +589,6 @@ class CyclesRenderSettings(bpy.types.PropertyGroup):
default=0.1,
)
# Really annoyingly, we have to keep it around for a few releases,
# otherwise forward compatibility breaks in really bad manner: CRASH!
#
# TODO(sergey): Remove this during 2.8x series of Blender.
filter_type: EnumProperty(
name="Filter Type",
description="Pixel filter type",
items=enum_filter_types,
default='BLACKMAN_HARRIS',
)
pixel_filter_type: EnumProperty(
name="Filter Type",
description="Pixel filter type",