Commit: 62eb190d4e4e329ea0143147e81bffce698c6361
Author: Thomas Dinges
Date: Fri Apr 29 10:36:19 2022 +0200
Branches: master
https://developer.blender.org/rB62eb190d4e4e329ea0143147e81bffce698c6361
Cleanup: Remove old filter property.
It was kept for forward compatibility during 2.7x.
Reference rB5a45ccaf3e5102ee571599fa9f26a78ac1f6d0f4
===================================================================
M intern/cycles/blender/addon/properties.py
===================================================================
diff --git a/intern/cycles/blender/addon/properties.py
b/intern/cycles/blender/addon/properties.py
index a0ceb9c3c29..9b4799d252f 100644
--- a/intern/cycles/blender/addon/properties.py
+++ b/intern/cycles/blender/addon/properties.py
@@ -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",
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs