Revision e042009 by Clément Foucault May 14, 2019, 08:57 (GMT) |
Cleanup: DRW: Remove unused functions |
Revision 754ecd6 by Clément Foucault May 14, 2019, 08:57 (GMT) |
DRW: Change Procedural function to use a GPUBatch This is in order to have VAO handled by thoses batches instead of using a common VAO. Even if the VAO has no importance in these case using a batch will help when transitioning to Vulkan. |
Revision 8406fab by Clément Foucault May 14, 2019, 08:57 (GMT) |
Eevee: Replace DRW_shgroup_empty_tri_batch_create by procedural calls |
Revision 201ebc7 by Clément Foucault May 14, 2019, 08:57 (GMT) |
Mesh Batch Cache: Fix use of uninitialized variable |
Revision b27492d by Clément Foucault May 14, 2019, 08:57 (GMT) |
DRW: Make Instance count not a pointer Goal is still to simplify the draw manager. |
Revision cf8109d by Clément Foucault May 14, 2019, 08:57 (GMT) |
Cleanup: Eevee: Make planar downsampling not use instance drawing |
Revision ad0e956 by Clément Foucault May 14, 2019, 08:57 (GMT) |
Cleanup: DRW: Remove pointers to materials |
Revision 2d28df7 by Clément Foucault May 14, 2019, 08:57 (GMT) |
GPU: Move Material index to nodetree evaluation This removes the need to pass the Material* all over the place in the draw manager. Cleanup comming right after. |
Revision 642c801 by Clément Foucault May 14, 2019, 08:57 (GMT) |
DRW: Remove ModelViewMatrix and ModelViewMatrixInverse |
Revision b13e056 by Clément Foucault May 14, 2019, 08:57 (GMT) |
GPU: Remove ModelViewMatrix and ModelViewMatrixInverse usage |
Revision 49a7031 by Brecht Van Lommel May 14, 2019, 08:42 (GMT) |
Fix T64588: some new theme preferences not saving |
Revision 153c144 by Campbell Barton May 14, 2019, 07:05 (GMT) |
Fix T64339: Crash with UV sculpt after undo |
Revision 1f891bb by Campbell Barton May 14, 2019, 05:19 (GMT) |
Keymap: add option for tilde key preference Since the view menu is redundant for people with a numpad, add a preference for it to switch between gizmos instead. |
Revision 9c9081d by Campbell Barton May 14, 2019, 02:37 (GMT) |
Preferences: file menu item to temporarily load factory settings It's common to load factory settings as a test without wanting to overwrite your own settings on exit. |
Revision 34da7f8 by Campbell Barton May 14, 2019, 01:15 (GMT) |
Preferences: set dirty flag when dragging |
Revision 8fe5a28 by Campbell Barton May 14, 2019, 01:12 (GMT) |
Fix property update setting dirty flag |
Revision a5b5bd2 by Campbell Barton May 14, 2019, 00:25 (GMT) |
Fix missing preference dirty tagging Tagging dirty was failing for UI scale, line width, hinting & others. Checking for an update function means all update functions need to tag preferences as dirty. Since this check was added to prevent the active section marking the preferences as dirty, only exclude this property. |
Revision 36a33b8 by Campbell Barton May 14, 2019, 00:25 (GMT) |
UI: grey out 'Revert' when preferences aren't dirty |
Revision f070bdd by Brecht Van Lommel May 13, 2019, 22:40 (GMT) |
Fix T63802: textured lights not working with OSL |
Revision 2ff7494 by Brecht Van Lommel May 13, 2019, 21:40 (GMT) |
Fix T64561: wrong colorspace for Cycles displacement nodes |
|
|
|


Master Commits
MiikaHweb | 2003-2021