Blender Git Commit Log

Git Commits -> Revision 0173116

Revision 0173116 by Dalai Felinto (master)
October 20, 2015, 03:15 (GMT)
New function to draw offscreen, and related API changes

This expose the capability of handling offscreen drawing. The initial
support lays the barebones for addons to work with framebuffer objects
and implement 3d viewport offscreen drawing. This can be used by script
writers to make fisheye lens preview, head mounted display support, ...

The complete documentation is here: http://www.blender.org/api/blender_python_api_2_76_1/gpu.offscreen.html

Review and many changes by Campbell Barton (thank you :)

https://developer.blender.org/D1533

Commit Details:

Full Hash: 0173116117858ae60fb33bf37707278f1721f980
Parent Commit: 70dfb61
Lines Changed: +646, -4

2 Added Paths:

/doc/python_api/examples/gpu.offscreen.1.py (+192, -0) (View)
/source/blender/python/intern/gpu_offscreen.c (+424, -0) (View)

6 Modified Paths:

/doc/python_api/sphinx_doc_gen.py (+5, -1) (Diff)
/source/blender/gpu/GPU_extensions.h (+1, -0) (Diff)
/source/blender/gpu/intern/gpu_extensions.c (+5, -0) (Diff)
/source/blender/python/intern/CMakeLists.txt (+1, -0) (Diff)
/source/blender/python/intern/gpu.c (+16, -3) (Diff)
/source/blender/python/intern/gpu.h (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021