Revision dd8d251 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 20, 2019, 10:16 (GMT) |
separate emitters from particle influencers |
Revision 5561684 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 20, 2019, 10:10 (GMT) |
support emitting particles again |
Revision f7cca29 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 20, 2019, 09:18 (GMT) |
bring back creating the combined positon array |
Revision c8bf758 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) 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. |
Revision c74934c by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 20, 2019, 08:17 (GMT) |
remove abstractions that are wrong for now |
Revision 10fe6f6 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 20, 2019, 07:43 (GMT) |
Merge branch 'master' into functions |
Revision e8c17d9 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 20, 2019, 07:36 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision 42e094b by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) 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 |
Revision 2ee9c60 by Julian Eisel (soc-2019-openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) 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 |
Revision ec95642 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) 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 |
|