forked from LeenkxTeam/LNXSDK
3D_Audio numeric menu fix
This commit is contained in:
@ -5,7 +5,7 @@ class SetAudioPositionNode(LnxLogicTreeNode):
|
||||
bl_idname = 'LNSetAudioPositionNode'
|
||||
bl_label = 'Set Audio Position'
|
||||
bl_description = 'Sets the playback position of 3D audio'
|
||||
lnx_category = '3D_Audio'
|
||||
lnx_category = 'Audio_3D'
|
||||
lnx_version = 1
|
||||
|
||||
def lnx_init(self, context):
|
||||
@ -16,5 +16,5 @@ class SetAudioPositionNode(LnxLogicTreeNode):
|
||||
self.add_output('LnxNodeSocketAction', 'Out')
|
||||
|
||||
def register():
|
||||
add_category('3D_Audio', icon='SOUND')
|
||||
add_category('Audio_3D', icon='SOUND')
|
||||
SetAudioPositionNode.on_register()
|
||||
Reference in New Issue
Block a user