Blender Git Loki
Git Commits -> Revision 970c928
Revision 970c928 by Jorge Bernal (master) September 18, 2021, 17:28 (GMT) |
Py API Docs: Fix audio docs example After new AUD API changes from 2.8x what "buffer" function used to do has now become "cache" function (it caches a sound into RAM). Therefore, the basic aud example should call this new "cache" function instead of "buffer" function. Thanks to Michael-Z-Freeman for pointing out. |
Commit Details:
Full Hash: 970c928f27106b26ec7cf6afa2316c60384ab4f1
Parent Commit: 2618df7
Lines Changed: +1, -1
1 Modified Path:
/doc/python_api/examples/aud.py (+1, -1) (Diff)