Revision 7b725f5 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 28, 2019, 13:41 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision 6c5a2fe by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 28, 2019, 13:33 (GMT) |
refactor: move computation of ideal offsets up |
June 28, 2019, 13:31 (GMT) |
Merge branch 'master' into temp-gpencil-drw-engine Conflicts: source/blender/draw/engines/gpencil/gpencil_engine.c |
Revision 4c85e86 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 28, 2019, 13:31 (GMT) |
refactor applying remaining particle offsets |
Revision b0f2b24 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 28, 2019, 13:12 (GMT) |
cleanup |
Revision 40f6505 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 28, 2019, 12:58 (GMT) |
loop only over particles with events instead of all |
June 28, 2019, 12:55 (GMT) |
Cloth: switch active_faces from LinkNodePair to vector<> |
Revision 624794e by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 28, 2019, 12:46 (GMT) |
float3 * scalar operator |
Revision a0fcdb0 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 28, 2019, 12:29 (GMT) |
extract method to compute current time per particle |
Revision 035d92d by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 28, 2019, 12:20 (GMT) |
faster temporary random number function |
June 28, 2019, 12:13 (GMT) |
USD: abstracted the `ensure_xxx_writer` functions The `ensure_xform_writer` and `ensure_data_writer` were very similar, and in preparation of also creating hair and particle system writers I turned them into one higher-order function that can be used for all those purposes. No functional changes. |
Revision a4a69e6 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 28, 2019, 12:11 (GMT) |
improve interface for killing particles |
June 28, 2019, 12:10 (GMT) |
Cloth: convert ClothSizing from LinkNodePair to vector<> |
Revision d3e48fb by Julian Eisel (soc-2019-openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) June 28, 2019, 12:09 (GMT) |
Merge branch 'master' into soc-2019-openxr |
Revision 37c3aa8 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 28, 2019, 11:59 (GMT) |
LANPR: fix readfile pointer address. |
Revision d544a0b by Julian Eisel (soc-2019-openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) June 28, 2019, 11:56 (GMT) |
Avoid std::vector copy |
June 28, 2019, 11:51 (GMT) |
GPencil: Rename Framebuffers and Textures |
Revision 1053533 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 28, 2019, 11:49 (GMT) |
improve birth time handling in action interface |
Revision cf4799e by Julian Eisel (soc-2019-openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) June 28, 2019, 11:38 (GMT) |
Add wmSurface for non-Window offscreen VR session drawing Adds a wmSurface type which acts as a container for non-Window (offscreen) draw surfaces. Ideally wmWindow would of course also just do C-style inheritance from wmSurface, but I guess they can co-exist too. For the VR session a surface is created on Linux and passed to the graphics binding to use. Note this is not used on Windows yet, it still opens a window there. |
Revision c500e94 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 28, 2019, 11:30 (GMT) |
cleanup handling of birth times in emitters |
|