Revision b916220 by Gaia Clary March 22, 2018, 23:30 (GMT) |
First stable version of new Collada Animation Exporter. This still needs cleanup and fixing (wip) |
March 22, 2018, 22:52 (GMT) |
Fix own mistake from 4cb4556fa5ba78ff Trying to close Blender from a second window wouldn't work, the first window would have to be hovered first. Ouch! |
March 22, 2018, 22:29 (GMT) |
Fix memory leaks when doing "Save & Quit" Steps to reproduce were: * Open Blender (no need for factory settings, "Promt Quit" needs to be enabled) * Edit the file (e.g. translate some object) * Quit Blender but don't skip quit promt * Press "Save & Quit" * Save the file Not sure if Windows supports the "Save & Quit" behavior, so this may not have applied to Windows. |
March 22, 2018, 22:25 (GMT) |
Fix T48027: Memory leaks when exiting Blender from menu You only had to close Blender through File -> Quit. Leaks happened because WM_exit() was called from within operator, UI wasn't able to free some of it's heap data then. This data was the handler added in uiTemplateRunningJobs() and the IDProperty group added in uiItemFullO_ptr_ex(). There was obviously a general design issue which only became visible in this specific case. We now delay the WM_exit call by wrapping it into a handler that gets registered as usual. I didn't see a better way to do this, all tricks done in ui_apply_but_funcs_after() to prevent leaks didn't work here. In fact they may be redundant now, but am not brave enough to try ;) |
March 22, 2018, 21:39 (GMT) |
GPUCompositing: Remove last reference to gpu_shader_fullscreen_vert.glsl It was breaking compilation with MSVC apparently. |
March 22, 2018, 20:38 (GMT) |
PyDocs: Fix link syntax |
Revision 176d2ac by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 22, 2018, 18:22 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
March 22, 2018, 18:21 (GMT) |
Merge branch 'master' into blender2.8 |
Revision ccf3889 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 22, 2018, 18:13 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
March 22, 2018, 17:37 (GMT) |
Fix build (BLI_array_len/_count) |
March 22, 2018, 16:48 (GMT) |
Glog: Restore some custom config for MSVC2015 |
March 22, 2018, 16:32 (GMT) |
GLog: Tweak settings according to our config We do have gflags. |
March 22, 2018, 16:26 (GMT) |
Glog: Workaround mess around windows and non-windows headers Seems we can not use include directories order trick, since files are included form inside ".." string, which forces current directory to be checked first. |
Revision 4c078cb by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 22, 2018, 16:24 (GMT) |
Cleanup: Make code more compact |
March 22, 2018, 16:19 (GMT) |
GFlags: Fix usage of unused attribute |
March 22, 2018, 16:02 (GMT) |
Glog: Attempt to fix compilation error on Windows Ideally it should be possible without hacking into sources files of Glog itself. |
March 22, 2018, 15:58 (GMT) |
Glog: Restore haiko OS |
Revision 619d989 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 22, 2018, 15:45 (GMT) |
Update depsgraph for stroke transforms This is required to work with COW |
Revision d767fc2 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 22, 2018, 15:45 (GMT) |
Update depsgraph for sculpt and select This is required to work with COW |
March 22, 2018, 15:42 (GMT) |
Fix T54172: Avoid jumping panel length during playback |
|
|
|


Master Commits
MiikaHweb | 2003-2021