Revision 8441fa9 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 23, 2019, 07:48 (GMT) |
Merge branch 'master' into greasepencil-object |
July 23, 2019, 07:46 (GMT) |
Merge branch 'master' into temp-gpencil-drw-engine |
Revision 9869bc3 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 23, 2019, 07:46 (GMT) |
Merge branch 'master' into functions |
July 23, 2019, 07:08 (GMT) |
Cloth: better edge_size calculation |
July 23, 2019, 06:16 (GMT) |
Cloth: collapse edges debugging statements |
July 23, 2019, 00:40 (GMT) |
Merge branch 'master' into soc-2019-bevel-profiles |
July 23, 2019, 00:30 (GMT) |
Bevel Operator: First pass at custom profile functionality in 'pipe' vertex mesh case with two nearly parallel incident beveled edges. This attempts to reuse the profile at each vertex in the mesh by intersecting the original profile with a new plane at the current vertex's ring in the vmesh. It currently works, but only for a portion of the vertices in the vmesh, which suggests problems with the vmesh NewVert indexing |
July 23, 2019, 00:26 (GMT) |
Profile Widget RNA API: Added new evaluation function to return 2D location along the profile after travelling a specific portion of its length. |
July 23, 2019, 00:25 (GMT) |
Small cleanup in Modifier RNA File: RNA definitions condensed |
Revision d58eb8d by Julian Eisel (soc-2019-openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) July 23, 2019, 00:06 (GMT) |
Add --debug-xr-time command line option for VR frame time info prints Outputs frame render time in milliseconds and FPS this time would add up to. We could average times so FPS is a bit more stable, but the precision of un-averaged results may be helpful too. |
July 22, 2019, 22:22 (GMT) |
Merge branch 'master' into filebrowser_redesign |
Revision a4310ba by Julian Eisel (soc-2019-openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) July 22, 2019, 22:18 (GMT) |
Merge branch 'master' into soc-2019-openxr |
July 22, 2019, 22:10 (GMT) |
Cleanup: Remove Printf |
July 22, 2019, 22:10 (GMT) |
Merge branch 'tmp-batch-cache-cleanup' of git.blender.org:blender into tmp-batch-cache-cleanup |
July 22, 2019, 22:09 (GMT) |
Mesh Batch Cache: Fix some threadsafety issue with indices buffers |
July 22, 2019, 22:06 (GMT) |
Correct icons and text off center by few pixels |
July 22, 2019, 22:05 (GMT) |
Mesh Batch Cache: Fix some threadsafety issue with indices buffers |
July 22, 2019, 21:15 (GMT) |
Use base 10 for file size strings (MB, KB, ... instead of MiB, KiB, ...) |
July 22, 2019, 20:36 (GMT) |
Make the column header interactive Clicking on the column header will sort the file list based on the clicked column. Note that sorting by time only is not supported, sorting by date already sorts by time and date. |
July 22, 2019, 18:23 (GMT) |
Cloth: fix bug in collapse edges When the face is not collapsed, it needs to be removed from the active faces. To prevent a crash, doing a double i-- helps it only get faces which are within the size() and not capacity(). |
|