October 19, 2015, 14:51 (GMT) |
Cleanup: style |
October 19, 2015, 14:51 (GMT) |
Cleanup: naming |
October 19, 2015, 14:20 (GMT) |
Merge branch 'master' into framebuffer |
October 19, 2015, 14:02 (GMT) |
copy-paste typo |
October 19, 2015, 13:31 (GMT) |
remove blenderplayer stubs (no longer needed) |
October 19, 2015, 13:28 (GMT) |
Fix linux building |
October 19, 2015, 13:19 (GMT) |
Remove unecessary includes |
October 19, 2015, 13:17 (GMT) |
From review: pass scene, view3d and region as arguments |
October 19, 2015, 13:02 (GMT) |
From review: leave ED related functions away from gpu_extensions.c |
October 19, 2015, 12:16 (GMT) |
From review: Pydocs ints |
October 19, 2015, 12:08 (GMT) |
Merge remote-tracking branch 'origin/master' into framebuffer |
October 16, 2015, 17:10 (GMT) |
gpu.offscreen.new(...) negative test was not working |
October 16, 2015, 08:26 (GMT) |
Fix blenderplayer stubs (it was broken since last merge from master) |
October 15, 2015, 14:19 (GMT) |
From review: add samples as argument |
October 15, 2015, 14:16 (GMT) |
From review: rename ofs.draw() > ofs.draw_view3d() |
October 15, 2015, 14:10 (GMT) |
Fix building after merge |
October 15, 2015, 13:58 (GMT) |
Merge remote-tracking branch 'origin/master' into framebuffer |
October 15, 2015, 13:50 (GMT) |
From review: use python callback for matrix error handling Note: it could be added in py_capi_utils.c, but since it would require access to #include "../mathutils/mathutils.h" and we are the only ones using it, we can leave it here for now |
October 15, 2015, 13:28 (GMT) |
Raise an exception for invalid context (otherwise it crashes when calling it from the python console) |
October 15, 2015, 13:27 (GMT) |
From review: (and to prevent crash for missing PyType_GenericNew func) BPy_GPU_OffScreen_CreatePyObject() |
|