July 7, 2019, 17:08 (GMT) |
Cloth: updating active_faces and fixed bug for collapse edges Now collapse edges works but incorrectly most of the time. |
Revision 37f619a by Julian Eisel (soc-2019-openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) July 7, 2019, 11:07 (GMT) |
Don't recreate reference local space on each redraw Set this up on session start. |
Revision 6904ab1 by Julian Eisel (soc-2019-openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) July 7, 2019, 10:45 (GMT) |
Add GHOST_XrSession class for cleaner & safer session management Session code and data structures are now localized. But also, this enables sessions to use deterministic destruction to end itself cleanly. So whenever an error occurs, we can use stack unwinding which will cause graceful ending of the session. |
Revision 85f1324 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 7, 2019, 07:39 (GMT) |
Merge branch 'master' into greasepencil-object |
July 7, 2019, 04:23 (GMT) |
Outliner: Activate elements on walk select Rather than just setting flags, activate outliner elements to support toggling modes. This still needs some work while in synced selection mode. Outside of synced selection it works well |
July 6, 2019, 20:56 (GMT) |
Merge branch 'master' into soc-2019-outliner |
Revision 2e701cb by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 6, 2019, 16:01 (GMT) |
rename file to BLI_small_multimap |
Revision ae8976b by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 6, 2019, 15:47 (GMT) |
Cleanup: Use zero_v4 to init the default value. |
Revision 20bd3b5 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 6, 2019, 15:30 (GMT) |
add vertex colors to tetrahedons for visualization |
Revision e852f7d by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 6, 2019, 15:12 (GMT) |
create SmallVector from MappedArrayRef |
Revision 6715600 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 6, 2019, 14:49 (GMT) |
flatten float3 attribute of container |
Revision b832be6 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 6, 2019, 14:38 (GMT) |
improved particle to tetrahedon conversion |
Revision 3bd56a3 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 6, 2019, 14:16 (GMT) |
Merge branch 'master' into greasepencil-object Conflicts: source/blender/draw/engines/gpencil/gpencil_engine.h |
Revision b2188f0 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 6, 2019, 13:36 (GMT) |
initial particle info node |
Revision f204ea5 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 6, 2019, 13:14 (GMT) |
Fix append_n_time reallocating every time |
Revision 1d2adb0 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 6, 2019, 12:43 (GMT) |
Fix ArrayLookup for the case when all slots are used or dummies |
Revision fe31148 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 6, 2019, 09:56 (GMT) |
GPencil: Remove custom equals functions and reuse BLI_math compare I have found the compare function when looking at BLI_math to add my functions, so these are duplicatd and can be removed. |
Revision e57d50d by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 6, 2019, 09:48 (GMT) |
GPencil: Cleanup equals functions and add for floats and V2 |
July 6, 2019, 05:43 (GMT) |
Merge branch 'master' into soc-2019-bevel-profiles |
July 6, 2019, 05:28 (GMT) |
Many changes, mostly profile widget sampling: - Added new sampling method to profile widget for curves. - Flipped X orientation of profile in profile widget - Small UI changes to profile widget code - Removed "Sample Only Points" option as its functionality is now accessible by setting the number of segments correctly - Cleanup in profile_widget.c. Progressing towards final code there |
|