Revision b5c3dbc by Bastien Montagne / YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 22, 2019, 00:54 (GMT) |
Fix assert in some cases when using DataTransfer modifier for custom normals. Reported by @sybren on IRC, thanks. Should be safe for 2.80. |
Revision 6fff1f2 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 21, 2019, 20:34 (GMT) |
Merge branch 'master' into greasepencil-object |
July 21, 2019, 19:27 (GMT) |
Cleanup: Mesh Batch Cache: Rewrite iterations to prepare for multithreading |
July 21, 2019, 18:46 (GMT) |
[Fast import/export] Fixed segfault on some files |
July 21, 2019, 16:50 (GMT) |
Added alpha output to Vertex Color node. SVM and OSL. |
July 21, 2019, 15:38 (GMT) |
Mesh Batch Cache: Speedup: Move the prev edit edge hack for edit uv... and move it to the only function that needs it: mesh_edituv_data_iter_edit. |
July 21, 2019, 15:24 (GMT) |
Mesh Batch Cache: Speedup: Remove the need for memset in index buffer init Instead of setting the whole IBO to restart index, we only set the restart indices when we encounter a hidden elem. |
July 21, 2019, 14:20 (GMT) |
Cleanup: Mesh Batch Cache: Remove old unused code |
July 21, 2019, 14:14 (GMT) |
Hide header by default in temp-window mode Also, place it at the bottom, the little triangle to toggle it looks misplaced at the top. |
July 21, 2019, 13:40 (GMT) |
Show view options in header if visible Brings back most of the buttons that were previously in the header back to it. When the header is visible, the filter (or better said display) popup is hidden. Also moves display type option into the filter/display popup. |
July 21, 2019, 13:17 (GMT) |
Fix error in previous commit |
July 21, 2019, 13:08 (GMT) |
Add recursion level and display size options to filter popup Those are the file-list specific options from the area 'View' menu. |
July 21, 2019, 12:46 (GMT) |
Move sorting options into filter popup Consistent to Outliner filter popup. |
July 21, 2019, 12:29 (GMT) |
Vertical layout for short list display type |
Revision bd42740 by Julian Eisel (soc-2019-openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) July 21, 2019, 11:15 (GMT) |
Silence GCC warning |
July 21, 2019, 10:33 (GMT) |
Cloth: fix memory leak while finding nearest plane |
July 21, 2019, 10:24 (GMT) |
Cloth: split edges now flips edges for newly created faces |
July 21, 2019, 10:01 (GMT) |
UVEdit: Support Mesh eval cage selection - Select Vert / Edge / Face support - TODO : Rect / Lasso / Circle / Loop |
July 21, 2019, 10:01 (GMT) |
Cleanup: Silence warnings |
July 21, 2019, 10:01 (GMT) |
Mesh Batch Cache: Refactor: Fix subdiv UV edge highligh in vert select mode |
|