Blender Git Commit Log

All Blender Git commits.

Page: 2431 / 8462

June 20, 2019, 10:16 (GMT)
separate emitters from particle influencers
June 20, 2019, 10:10 (GMT)
support emitting particles again
June 20, 2019, 09:18 (GMT)
bring back creating the combined positon array
June 20, 2019, 09:04 (GMT)
restructure solver api

Now I have to bring back all the functionality that was there already.
June 20, 2019, 08:31 (GMT)
Cleanup: Remove unused depsgraph function
June 20, 2019, 08:28 (GMT)
Fix T65806: Can't Access bpy.context inside Application Timer

Sound synchronization was messing a bit with the context, for, actually,
no reason.

Use more direct queries rather than relying on a context there.
June 20, 2019, 08:17 (GMT)
remove abstractions that are wrong for now
June 20, 2019, 07:43 (GMT)
Merge branch 'master' into functions
June 20, 2019, 07:36 (GMT)
Merge branch 'master' into greasepencil-object
June 20, 2019, 07:35 (GMT)
Merge branch 'master' into gp_stencil
June 20, 2019, 07:19 (GMT)
Cloth: fix memory leak

Memory leak was caused due to improper freeing of cloth parameters that need to be reset when the number of vertices in the cloth change
June 20, 2019, 07:18 (GMT)
Cloth: fix cloth constantly being reset

Did this by adding a flag to enable or disable adaptive cloth simualtion. Need to add this to the UI at some point.
June 20, 2019, 06:06 (GMT)
Cloth: adding vertices into Cloth is faster now

Instead of increasing the size of cloth->verts by one each time, it is much faster and better to do so before itself, number of vertices that will be added is already known.
June 20, 2019, 05:52 (GMT)
Cloth: fix some errors
June 20, 2019, 04:49 (GMT)
Fix T65770: File Browser missing "Sidebar" in View menu
June 20, 2019, 04:34 (GMT)
Fix T65922: Custom property error
June 19, 2019, 19:11 (GMT)
Finish OpenXR GLX binding initialization

Monado now opens a window here when asking it to start a session. That
seems to be the case because it doesn't detect the HMD as direct mode
capable yet. But that shouldn't be an issue from our side.
June 19, 2019, 18:29 (GMT)
Fix sculpt not updating on undo with EEVEE enabled
June 19, 2019, 18:04 (GMT)
Merge branch 'master' into GP_STENCIL
June 19, 2019, 17:49 (GMT)
Fix T65398 - Fix frame rate base use in Python SMPTE functions

Differential Revision: https://developer.blender.org/D5064

Reviewed By: brecht
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021