Blender Git Commits

Blender Git commits from all branches.

Page: 1316 / 2888

May 30, 2019, 13:10 (GMT)
Spell check
May 30, 2019, 12:56 (GMT)
Corrections to previous commit

* Remove testing instance creation
* Rename function
May 30, 2019, 12:48 (GMT)
Proper creation & destruction of OpenXR instances

Adds wm_xr.c for an XR management API and creates/destroys the OpenXR
instance through this. This is as planned in my proposal, to lock the
OpenXR calls behind an abstraction.
XR data will be stored in a (non-public) wmXRContext struct within the
window-manager.

For now, creates the OpenXR instance on startup. I think it's better to
lazy setup this, as in, only creating the instance once the user starts
the first XR session. Just to avoid costs for something that may not be
used (the OpenXR loader we use will try loading and parsing the system's
OpenXR active_runtime.json on instance creation). That's for later when
I introduce session management though.

Also added a context getter for the xr-context, which is unused but may
be handy later.
May 30, 2019, 11:35 (GMT)
Merge master to soc-cycles-procedural
May 30, 2019, 11:26 (GMT)
Initial implementation of new vector math node.
May 30, 2019, 11:22 (GMT)
Merge remote-tracking branch 'origin/master' into soc-2019-npr
May 30, 2019, 11:21 (GMT)
Added LANPR chain conversion funcitons. Now LANPR to GP is able to run.
May 30, 2019, 08:11 (GMT)
temporally add draw lib to gpencil modifier for lanpr
May 30, 2019, 07:16 (GMT)
Adding lanpr to grease pencil strokes modifier.
May 30, 2019, 04:57 (GMT)
Outliner: Add range select

Adds range select to outliner_activate.
Range select is based on the active element and the clicked element.
If no active element is visible, report an error
May 30, 2019, 04:56 (GMT)
Outliner: Utils function is element visible
May 30, 2019, 04:36 (GMT)
Merge remote-tracking branch 'origin/master' into soc-2019-npr
May 30, 2019, 04:35 (GMT)
Remove obsolete memory pool
May 30, 2019, 03:42 (GMT)
Merge branch 'master' into soc-2019-outliner
May 30, 2019, 03:40 (GMT)
Outliner: Add range select to keymap

Changes keymap for outliner.item_activate
ctrl: extend
shift: range
alt: recursive
ctrl+alt: recursive extend
May 29, 2019, 23:44 (GMT)
Support system installed OpenXR SDK

Adds OPENXR_USE_BUNDLED_SRC so that if disabled, CMake tries to find
the SDK headers and libraries in system paths or in specified root
directory.

I guess this is the way we'd want to do this in master. However for
people testing the branch the bundled sources are much more convenient
(should work out of the box, no need to compile the SDK manually).
May 29, 2019, 18:14 (GMT)
Merge branch 'master' into soc-2019-openxr
May 29, 2019, 14:54 (GMT)
Merge branch 'master' into greasepencil-object
May 29, 2019, 13:54 (GMT)
Outliner: Utils function to find active element

Searches tree and returns active TreeElement
May 29, 2019, 13:17 (GMT)
Merge branch 'master' into soc-2019-openxr
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021