June 19, 2018, 17:30 (GMT) |
Cleanup: some more valid G.main usages moved to G_MAIN. |
June 19, 2018, 17:25 (GMT) |
Merge branch 'master' into blender2.8 |
June 19, 2018, 17:25 (GMT) |
Final cleanup of G.mains in render area. |
June 19, 2018, 17:22 (GMT) |
UI: fix ctrl wheel while over the opposite side |
June 19, 2018, 17:15 (GMT) |
Cleanup: names of WPaint gradient data structs. Those actually never had anything to do with DM... Just used WP prefix instead! |
June 19, 2018, 17:15 (GMT) |
Cleanup: remove DerivedMesh from WPaint Gradient tool code. Name cleanup to follow. |
June 19, 2018, 17:15 (GMT) |
Fix re-entrant calls in some cases of mesh_evaluated generation. `mesh_get_eval_final` and friends could call `mesh_build_data`, which in paint/sculpt mode would call `BKE_sculpt_update_mesh_elements` which would call `mesh_get_eval_final`... ugly! |
June 19, 2018, 17:14 (GMT) |
UI: tweak sequencer color space position, it's not related to display device. |
June 19, 2018, 16:36 (GMT) |
UI: fix Ctrl-Wheel to change button values |
June 19, 2018, 16:29 (GMT) |
Correction to previous commit. There is no guarantee that given ob pointer is not also an evaluated one here... |
June 19, 2018, 16:25 (GMT) |
ModStack: Fix broken object_get_datamask helper. Would compare evaluated ob pointer to original one... Found while investigating some errors in incomming cleanup, but this was probably generating lost of other issues in some cases... |
June 19, 2018, 16:12 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into temp-eeveelightcache |
June 19, 2018, 16:12 (GMT) |
Eevee: LightCache: Add progress bar and cancelation. |
June 19, 2018, 16:03 (GMT) |
Fix animation player drawing wrong size |
June 19, 2018, 15:47 (GMT) |
Sorry for the debug printf ^^' |
Revision eb3d80e by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) June 19, 2018, 15:19 (GMT) |
Update depsgraph after adding Monkey |
June 19, 2018, 15:08 (GMT) |
Merge branch 'greasepencil-object' into temp-greasepencil-object-stacksplit |
Revision f0749f9 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) June 19, 2018, 15:07 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 86dd04d by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) June 19, 2018, 15:06 (GMT) |
UI: More panel adjustments |
Revision fe9e3ff by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) June 19, 2018, 14:58 (GMT) |
Fix memory leak for RNG After last changes in random number generation, there was a memory leak. |
|
|
|


Master Commits
MiikaHweb | 2003-2021