Revision 867007d by Julian Eisel (soc-2019-openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) June 24, 2019, 14:44 (GMT) |
Set up OpenXR compositing layers for drawing That should be one of the last steps to prepare pushing pixels to HMDs. Fingers crossed! |
June 24, 2019, 14:18 (GMT) |
Cloth: fix object transformations not used during remeshing Needed to make sure each of the vertices is multiplied by the object matrix so that vertices can be found properly. |
Revision a0d1198 by Antonioya (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 24, 2019, 13:51 (GMT) |
LANPR: Fix compiler issues Yo need define the variable to copy and not the pointer array. Also some clang format fixes done automatically by VS editor. |
Revision 794da0f by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 24, 2019, 11:16 (GMT) |
GPENCIL: Sample function now handles weights as well. |
Revision e9ea814 by Julian Eisel (soc-2019-openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) June 24, 2019, 10:52 (GMT) |
Merge branch 'master' into soc-2019-openxr |
Revision 059639e by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 24, 2019, 10:37 (GMT) |
new EventInterface abstraction |
June 24, 2019, 10:03 (GMT) |
[Fast import/export] Added unit scaling |
June 24, 2019, 09:40 (GMT) |
[Fast import/export] Refactoring to separate settings specific to each exporter |
Revision 5c7577f by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 24, 2019, 09:15 (GMT) |
LANPR: fix error in GPencilModifierType. allocate for GPencil weights. |
Revision e3f606f by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 24, 2019, 08:51 (GMT) |
Merge remote-tracking branch 'origin/soc-2019-npr' into soc-2019-npr |
Revision 6e1be5b by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 24, 2019, 08:49 (GMT) |
LANPR: removed GP Stroke modifier, Object modifier now only create visible strokes and follow level values. |
Revision a86cbbf by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 24, 2019, 08:48 (GMT) |
LANPR: Apply clang format |
Revision f29cf28 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 24, 2019, 08:15 (GMT) |
LANPR: Fix pointer mistakes. |
Revision c2e4c74 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 24, 2019, 07:47 (GMT) |
take reference to emitter interface |
Revision 4b5a23b by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 24, 2019, 07:44 (GMT) |
rename EmitterHelper to EmitterInterface |
Revision c574459 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 24, 2019, 07:40 (GMT) |
rename pindex_of to get_particle_index |
Revision b12daf6 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 24, 2019, 07:38 (GMT) |
separate tuple from tuple-call |
Revision 450d3be by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 24, 2019, 07:13 (GMT) |
Merge branch 'master' into functions |
June 24, 2019, 04:42 (GMT) |
Bevel Modifier / ProfileWidget:Working writing and reading of profile widget, and therefore bevel modifiers with custom profile enabled. |
June 24, 2019, 04:38 (GMT) |
ProfileWidget: Updated insert algorithm. The choice of neighbors for the inserted point now uses the minimum distance to the other line segments rather than their X positions. Luckily there is a dist_squared_to_line_segment_v2 already in Blender! |
|