Revision 16e2c0e by lazydodo November 17, 2016, 03:13 (GMT) |
[MSVC] Preliminary VS2017 support. |
Revision 6040984 by Brecht Van Lommel November 17, 2016, 01:17 (GMT) |
Fix T50001: auto tile size addon broken after Cycles GPU device changes. Adds a get_num_gpu_devices() utility function for the addon to use. |
Revision 86f435d by Mike Erwin November 16, 2016, 23:25 (GMT) |
Gawain: small note for future Vulkan work |
Revision b757e82 by Martijn Berger November 16, 2016, 21:56 (GMT) |
Convert console_draw.c to Gawain Reviewers: merwin Reviewed By: merwin Tags: #bf_blender_2.8 Differential Revision: https://developer.blender.org/D2276 |
Revision b1f700d by Mike Erwin November 16, 2016, 21:03 (GMT) |
Gawain: use PRIM_ and INDEX_ enums instead of GLenum For a few reasons: - separate enum sets for separate concepts - debug with symbolic names instead of 0x4e72 - prepare for a Vulkan future |
Revision e400f4a by Antonio Vazquez November 16, 2016, 20:33 (GMT) |
Fix T50051: Avoid crash when render grease pencil from VSE The renderpasses for grease pencil are not necessary when render from sequencer. This fix solves the GPF but we need to rethink the complete render process for grease pencil and integrate better in the render and composition workflow. Thanks to Dalai Felinto por helping in the debug and fixing of the problem. |
Revision 36ac979 by Mike Erwin November 16, 2016, 20:18 (GMT) |
Gawain: use COMP_ instead of GL_ internally Because GLenum could be ANYTHING. We use our own enum type for components. |
Revision 7aa82e7 by Mike Erwin November 16, 2016, 17:14 (GMT) |
Gawain: re-enable strict error checking in release builds Makes it easier for new volunteers to catch errors early. |
Revision 472e2c5 by Mike Erwin November 16, 2016, 16:53 (GMT) |
Blender 2.8: Added immVertex2s() and immAttrib2s() Just as mentioned in title. Need new functions for calls found in `transform.c` T49043 Reviewers: merwin Tags: #bf_blender_2.8 Differential Revision: https://developer.blender.org/D2358 |
Revision 2bcb1b2 by Dalai Felinto November 16, 2016, 16:04 (GMT) |
Merge remote-tracking branch 'origin/master' into blender2.8 |
Revision 2a2eb0c by Sergey Sharybin November 16, 2016, 14:32 (GMT) |
Revision 209bc99 by Bastien Montagne November 16, 2016, 11:42 (GMT) |
Fix T50046: Segmentation fault due to out-of-range VertexGroup.weight() call. `get_vert_def_nr()` was not checking vert index in bmesh case (aka Edit mode). |
Revision f86eccb by Martijn Berger November 16, 2016, 11:25 (GMT) |
Remove unused vector icons it seems to me the icons are unused: - VICO_VIEW3D_VEC - VICO_EDIT_VEC - VICO_EDITMODE_VEC_DEHLT - VICO_EDITMODE_VEC_HLT - VICO_DISCLOSURE_TRI_RIGHT_VEC - VICO_DISCLOSURE_TRI_DOWN_VEC - VICO_MOVE_UP_VEC - VICO_MOVE_DOWN_VEC - VICO_X_VEC Since their code contains immediate mode GL calls and they seem to be unused i thought we could remove them. Reviewers: mont29 Reviewed By: mont29 Subscribers: merwin Tags: #bf_blender_2.8 Differential Revision: https://developer.blender.org/D2356 |
Revision 930f999 by Lukas Toenne November 16, 2016, 11:18 (GMT) |
Part of T49043: Convert drawsimdebug.c to use the new Gawain API. This conversion is pretty straightforward. The code for debug drawing is not great, but it does the job. Rewriting it is for another day, if it becomes more widely used. |
Revision 15b2a64 by Lukas Toenne November 16, 2016, 10:31 (GMT) |
Add stdlib.h include to fix missing 'abort' prototype. |
Revision e17b92f by Bastien Montagne November 16, 2016, 10:09 (GMT) |
Fix custom props not being handled correctly by manual/pyref UI menu entries. |
Revision 4722fc5 by Sergey Sharybin November 16, 2016, 09:39 (GMT) |
Disable possibility to flip bone names of linked armatures Linked data should not be modified in such a way. Reported by Nathan here in the studio, reviewed by Bastien, thanks! |
Revision eb9e9f7 by Sergey Sharybin November 16, 2016, 09:10 (GMT) |
Cleanup: Remove unused function |
Revision 3b06c42 by Mike Erwin November 15, 2016, 23:59 (GMT) |
Blender2.8 convert UI_view2d_constant_grid_draw to new immediate mode Convert UI_view2d_constant_grid_draw to new immediate mode. Part of T49043. Reviewers: merwin Reviewed By: merwin Tags: #bf_blender_2.8 Differential Revision: https://developer.blender.org/D2298 |
Revision edddd2c by Mike Erwin November 15, 2016, 23:37 (GMT) |
Use new immediate mode for ED_region_grid_draw Convert ED_region_grid_draw to new immediate mode. Part of T49043 Reviewers: merwin Reviewed By: merwin Tags: #bf_blender_2.8 Differential Revision: https://developer.blender.org/D2289 |
|
|
|


Master Commits
MiikaHweb | 2003-2021