コード例 #1
0
ファイル: bpy_types.py プロジェクト: BlenderCN-Org/Vismaya
 def factory(self):
     """The aud.Factory object of the sound."""
     import aud
     return aud._sound_from_pointer(self.as_pointer())
コード例 #2
0
 def factory(self):
     """The aud.Factory object of the sound."""
     import aud
     return aud._sound_from_pointer(self.as_pointer())