Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
@ -45,6 +45,10 @@ class PlasmaModifierProperties(bpy.types.PropertyGroup):
def draw_no_defer(self):
"""Disallow geometry being sorted into a blending span"""
return False
@property
def draw_late(self):
def enabled(self):