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 |
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. |
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 |
Revision fb64675 by Julian Eisel (soc-2019-openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) June 19, 2019, 17:09 (GMT) |
Fix invalid delete operator use Again a thing MSVC should warn about but didn't... |
Revision 7638513 by Julian Eisel (soc-2019-openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) June 19, 2019, 16:30 (GMT) |
Use friend class to access graphics data on Windows too Also fix memory leak. |
June 19, 2019, 16:19 (GMT) |
[Fast import/export] Removed the boost::iterator_facade dependency for iterators |
June 19, 2019, 15:55 (GMT) |
Hooked new iteration into existing writer creation The writers still write the wrong data; calling them should be done differently, and more should be done based on evaluated rather than original data. |
June 19, 2019, 15:55 (GMT) |
Working on a smarter way to construct the USD object hierarchy This includes delayed writing to USD, which breaks things for now. |
June 19, 2019, 15:55 (GMT) |
NULL -> nullptr |
June 19, 2019, 15:55 (GMT) |
Removing some unused code |
June 19, 2019, 15:55 (GMT) |
Abstracted hierarchy walking of Alembic exporter |
June 19, 2019, 15:55 (GMT) |
Start of abstract hierarchy iterator for exporters |
June 19, 2019, 15:55 (GMT) |
Reorganising USD code in a breaking way |
June 19, 2019, 15:54 (GMT) |
Support instanced collections |
June 19, 2019, 15:54 (GMT) |
Abstracted some code for moving towards collection instances |
June 19, 2019, 15:54 (GMT) |
Removed unused includes |
June 19, 2019, 15:54 (GMT) |
Reorganising the USD exporter to be more like the Alembic one |
June 19, 2019, 15:54 (GMT) |
Add some more timing & more useful temp logging |
June 19, 2019, 15:54 (GMT) |
Just a quick hack getting USD support in there to export a mesh |
|