Blender Git Commit Log
Git Commits -> Revision ae9d61e
Revision ae9d61e by Élie Michel (master) March 29, 2021, 10:08 (GMT) |
Python API: add template for image processing Since a few releases it is possible to process Blenders images much more effficiently than before thanks to the `foreach_get`/`foreach_set` methods. This new template shows how those methods can be used together with numpy. Differential Revision: https://developer.blender.org/D9400 |
Commit Details:
Full Hash: ae9d61e7fea25535803e92298f44b184c9190f76
Parent Commit: 075a190
Committed By: Jacques Lucke
Lines Changed: +35, -0
1 Added Path:
/release/scripts/templates_py/image_processing.py (+35, -0) (View)