Browse Source

requested change

Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
pull/362/head
Edmond Mondor 1 year ago
parent
commit
9989ed2572
  1. 4
      korman/properties/modifiers/base.py

4
korman/properties/modifiers/base.py

@ -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):
return False
@property
def enabled(self):

Loading…
Cancel
Save