December 27, 2018, 09:53 (GMT) |
Merge branch 'blender2.7' |
December 27, 2018, 02:14 (GMT) |
Cleanup: style |
December 27, 2018, 01:58 (GMT) |
Cleanup: use unsigned char (change previous commit) |
December 27, 2018, 01:52 (GMT) |
Cleanup: warnings |
December 26, 2018, 22:09 (GMT) |
Fix T59866: UV editor: no circle select. |
December 26, 2018, 21:50 (GMT) |
Fix T57861: Object.ray_cast (and all RNA functions using "ob->runtime") broken in Blender 2.80 In fact, we can get valid depsgraph 99% of time from current context. Still added extra optionnal depsgraph parameter just in case (and also for future, when we might be handling much more temp depsgraphs). |
December 25, 2018, 16:36 (GMT) |
GPU: Add another driver to the list of unused_fb_slot_workaround I start to think that an automatic detection would be a better solution. |
December 25, 2018, 16:36 (GMT) |
Fix T59505: Knife tool cut preview line becomes black The real reason for the problem is still unknown, but this solution adds less overhead than rBdafaa6f22881. |
December 25, 2018, 16:36 (GMT) |
Revert "Fix T59505: Knife tool cut preview line becomes black" This reverts commit dafaa6f22881419ac55f2f3fe3de9ac4023aa108. |
Revision 039af4f by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) December 25, 2018, 10:11 (GMT) |
Merge branch 'master' into greasepencil-object |
December 25, 2018, 10:10 (GMT) |
GP: Remove duplicate code moving to single function |
Revision acb1f24 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) December 25, 2018, 09:47 (GMT) |
GP: Remove temporarily chord primitive As this primitive is not defined completely, we remove it now and we can add later. Keep this primitive in the source code can produce errors when move more stable options to master. |
Revision 537b668 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) December 25, 2018, 09:28 (GMT) |
Merge branch 'master' into greasepencil-object |
December 24, 2018, 14:03 (GMT) |
Fix/cleanup typos and such in UI messages (and some comments). |
December 24, 2018, 13:41 (GMT) |
Build script: Don't use external Pugi for OSL Now, things are becoming REALLY confusing. The script does build pugi, but is never telling OIIO to use an external one. Which makes it to use a bundled one. Trying to link OSL to a different version of pugi causes a lot of linking errors. Interestingly enough, that was me who made OSL to use external pugi to solve configuration problem. But now i can not reproduce that anymore. Ideally we would either link everything against our pugi, or not compile it at all. |
December 24, 2018, 12:00 (GMT) |
Own left-bottom aligned region for Save Preference button * Own region allows scrolling the navigation bar independently (Save Preference button stays visible). * We may want to change background color and size, but I'll leave that for others to do. * Region can be hidden but not scaled or scrolled. * Bumps subversion. * Added new execute region type which we may want to use in more places. * Had to do some tweaks to drawing/layout code to get the dynamically sized region to work without glitches. * Also correct navigation bar versioning code to use full area width for header. |
December 24, 2018, 11:32 (GMT) |
Fix/cleanup another bunch of UI messages issues. Also (mostly in comments): behaviour -> behavior (we use American English). |
December 24, 2018, 11:07 (GMT) |
Fix T59722: stencil texture overlay not working on macOS. |
Revision be72963 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) December 24, 2018, 10:18 (GMT) |
Merge branch 'master' into greasepencil-object |
December 24, 2018, 08:28 (GMT) |
Fix T59799: crash entering texture paint mode. |
|
|
|


Master Commits
MiikaHweb | 2003-2021