Revision dac6485 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 29, 2019, 08:23 (GMT) |
Merge remote-tracking branch 'origin/master' into soc-2019-npr # Conflicts: # release/datafiles/locale # release/scripts/addons # release/scripts/addons_contrib |
Revision 66f09ee by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 29, 2019, 08:21 (GMT) |
Clean up of lanpr_util stuff. |
Revision 6b9eb80 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 29, 2019, 07:50 (GMT) |
Merge branch 'master' into greasepencil-object |
May 29, 2019, 03:40 (GMT) |
Merge branch 'master' into soc-2019-bevel-profiles |
May 29, 2019, 03:35 (GMT) |
Progress on sampling the 2D coords along the curve's length. Sampling dysfunctional at the moment, debugging next. (Day 2) |
May 29, 2019, 02:52 (GMT) |
Merge branch 'master' into soc-2019-outliner |
May 29, 2019, 02:47 (GMT) |
Outliner: Active element Initial implementation for active elements. Currently works for select and extend selection |
May 28, 2019, 22:04 (GMT) |
Outliner: Add active element theme color Adds a themable color for the outliner's active elements in both light and default themes |
Revision 06d52af by Julian Eisel (soc-2019-openxr, temp-ghost_openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) May 28, 2019, 19:58 (GMT) |
Linux: OpenXR Linking via OpenXR Loader Calling OpenXR functions should now work on both Windows and Linux. Also includes: * Silence Linux only warnings * Remove common_cmake_config.h and let CMake generate it when configuring (contents vary on system it's compiled on) * Remove JsonCpp CMake install target * Remove unnecessary CMakeLists for JsonCpp includes * Remove unnecessary CMake commands * Style cleanup |
Revision 14ffd94 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 28, 2019, 13:54 (GMT) |
Finished structure naming convention changes in lanpr_all.h |
Revision a5413ba by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 28, 2019, 13:18 (GMT) |
sort includes |
Revision 2894454 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 28, 2019, 13:15 (GMT) |
Clang format the code. |
Revision 5ea27e3 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 28, 2019, 13:14 (GMT) |
cleanup SmallVector |
Revision 19d3c5f by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 28, 2019, 13:09 (GMT) |
Continue renaming structure variables. |
Revision 37cc706 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 28, 2019, 12:52 (GMT) |
Fixing LANPR structure naming to blender's style |
May 28, 2019, 12:42 (GMT) |
Added new properties to operator / modifier and curve widget to UI. (Day 1) |
Revision a34761a by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 28, 2019, 10:11 (GMT) |
Reduce wasted space in Function class This is achieved by storing strings in a single buffer instead of using `std::string`, which does small object optimization for every string individually. This optimization can be done because all strings are known when the function is build and don't change later on. |
Revision 5c72fb6 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 28, 2019, 09:42 (GMT) |
implement == operator for StringRef |
Revision 3913b81 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 28, 2019, 09:15 (GMT) |
construct StringRefNull from pointer and length |
Revision a02cf6a by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 28, 2019, 08:53 (GMT) |
Merge branch 'master' into functions |
|