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