From 568ccbeea01f61894d178d79490b91918418c1bc Mon Sep 17 00:00:00 2001 From: Patrick Dulebohn Date: Mon, 13 Sep 2021 13:56:05 -0400 Subject: [PATCH] Fix Property Name Uses the proper kPropLocalOnly. --- korman/properties/modifiers/sound.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/korman/properties/modifiers/sound.py b/korman/properties/modifiers/sound.py index 3cefd7f..f885694 100644 --- a/korman/properties/modifiers/sound.py +++ b/korman/properties/modifiers/sound.py @@ -373,7 +373,7 @@ class PlasmaSound(idprops.IDPropMixin, bpy.types.PropertyGroup): if self.incidental: sound.properties |= plSound.kPropIncidental if self.local_only: - sound.properties |= plSound.kPropIsLocalOnly + sound.properties |= plSound.kPropLocalOnly sound.dataBuffer = self._find_sound_buffer(exporter, so, wavHeader, dataSize, channel) # Cone effect