Revision f63d46d by Sybren A. Stüvel June 13, 2019, 08:40 (GMT) |
Abstracted some code for moving towards collection instances |
June 13, 2019, 07:44 (GMT) |
Cloth: Improved split edges significantly Now it sorts the bad edges based on the size and then splits the edges. This ensures proper size and aspect ratio of the triangles. |
June 13, 2019, 07:33 (GMT) |
June 13, 2019, 02:37 (GMT) |
Cleanup: clang-format |
June 13, 2019, 02:35 (GMT) |
Cleanup: tweak logic for skipping modules Startup is the special case, so match against this instead of 'modules'. |
Revision 8e51a75 by Julian Eisel (soc-2019-openxr, temp-ghost_openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) June 12, 2019, 21:45 (GMT) |
Fix mistake causing compiler error on Windows Stupid one... |
June 12, 2019, 20:20 (GMT) |
Cloth: support for UVs during obj export |
Revision ba2dab4 by Julian Eisel (soc-2019-openxr, temp-ghost_openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) June 12, 2019, 19:28 (GMT) |
Merge branch 'master' into soc-2019-openxr |
Revision 796994d by Julian Eisel (soc-2019-openxr, temp-ghost_openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) June 12, 2019, 19:27 (GMT) |
Refactor graphics context binding to avoid memory leaks * Retrieve graphics context to bind through callbacks so the XR code can manage their lifetime. * Use static union to store system & chosen graphics lib specific graphics binding data. Makes some things a bit cleaner, too. |
June 12, 2019, 18:00 (GMT) |
Hide from UI overridable option for custom properties. |
Revision 66e90e9 by Julian Eisel (soc-2019-openxr, temp-ghost_openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) June 12, 2019, 17:28 (GMT) |
Fix compile error and warning on GCC |
June 12, 2019, 17:18 (GMT) |
Cloth: obj export support Done for testing purposes, export out the meshes as obj and render the obj sequence separately Current limitation: only upto 6 verts per face supported, easy to add more but mesh should stay triangulated for the most part |
Revision 0dccf47 by Sybren A. Stüvel June 12, 2019, 15:15 (GMT) |
Removed unused includes |
June 12, 2019, 15:10 (GMT) |
Reorganising the USD exporter to be more like the Alembic one |
June 12, 2019, 14:58 (GMT) |
Fix T57489: Texture coordinate object reference not updating in Eevee |
June 12, 2019, 14:55 (GMT) |
GPencil: Fix clamp alpha problems when using Regular blend The problem was the alpha was not premult and the opacity factor was applied two times. |
June 12, 2019, 14:26 (GMT) |
Typos in description |
June 12, 2019, 14:04 (GMT) |
Merge remote-tracking branch 'origin/master' into soc-2019-fast-io |
Revision 5d68942 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 12, 2019, 14:04 (GMT) |
Merge branch 'master' into greasepencil-object |
June 12, 2019, 13:53 (GMT) |
Compositor: fix linear feather falloff in dilate/erode node The bug only affected debug builds. |
|