Revision 413b225 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 30, 2019, 13:10 (GMT) |
Spell check |
Revision 4c11886 by Julian Eisel (soc-2019-openxr, temp-ghost_openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) May 30, 2019, 12:56 (GMT) |
Corrections to previous commit * Remove testing instance creation * Rename function |
Revision 41e2f2e by Julian Eisel (soc-2019-openxr, temp-ghost_openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) 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. |
Revision daf3610 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 30, 2019, 11:22 (GMT) |
Merge remote-tracking branch 'origin/master' into soc-2019-npr |
Revision 29f1a8f by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 30, 2019, 11:21 (GMT) |
Added LANPR chain conversion funcitons. Now LANPR to GP is able to run. |
Revision 1c2cda8 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 30, 2019, 08:11 (GMT) |
temporally add draw lib to gpencil modifier for lanpr |
Revision 0d1bf06 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) 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 |
Revision 200e5a7 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 30, 2019, 04:36 (GMT) |
Merge remote-tracking branch 'origin/master' into soc-2019-npr |
Revision 5cfe660 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) 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 |
Revision 864abbd by Julian Eisel (soc-2019-openxr, temp-ghost_openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) 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). |
Revision f333e7e by Julian Eisel (soc-2019-openxr, temp-ghost_openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) May 29, 2019, 18:14 (GMT) |
Merge branch 'master' into soc-2019-openxr |
Revision 39ee043 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) 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 |
Revision a2ac2ec by Julian Eisel (soc-2019-openxr, temp-ghost_openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) May 29, 2019, 13:17 (GMT) |
Merge branch 'master' into soc-2019-openxr |
|