Blender Git Commits

Blender Git commits from all branches.

Page: 1317 / 2888

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
May 29, 2019, 08:21 (GMT)
Clean up of lanpr_util stuff.
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
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
May 28, 2019, 13:54 (GMT)
Finished structure naming convention changes in lanpr_all.h
May 28, 2019, 13:18 (GMT)
sort includes
May 28, 2019, 13:15 (GMT)
Clang format the code.
May 28, 2019, 13:14 (GMT)
cleanup SmallVector
May 28, 2019, 13:09 (GMT)
Continue renaming structure variables.
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)
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.
May 28, 2019, 09:42 (GMT)
implement == operator for StringRef
May 28, 2019, 09:15 (GMT)
construct StringRefNull from pointer and length
May 28, 2019, 08:53 (GMT)
Merge branch 'master' into functions
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021