Revision c9f6c1a by Julian Eisel (soc-2019-openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) July 10, 2019, 22:51 (GMT) |
Fix wrong return value causing OpenXR initialization to fail |
Revision dd0fcb5 by Julian Eisel (soc-2019-openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) July 10, 2019, 22:50 (GMT) |
Fix compile errors on windows and with bundled OpenXR SDK sources |
Revision c1e9cf0 by Julian Eisel (soc-2019-openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) July 10, 2019, 21:53 (GMT) |
Refactor GHOST_XrContext into class + interface Makes GHOST_Xr much more consistent with the rest of GHOST. Basically I added a GHOST_IXrContext interface which can be called by the GHOST C-API. The internal GHOST_XrContext class implements this. Outside of GHOST only the opaque GHOST_XrContextHandle is accessible. Kept GHOST_Xr_intern.h and GHOST_Xr.cpp for now. I'll probably remove them soon. There's not much reason for both of them to be there. |
Revision ff12988 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 10, 2019, 20:53 (GMT) |
GPencil: Cleanup commet |
July 10, 2019, 20:30 (GMT) |
Outliner: Rewrite walk select Rather than basing walk select on active flags, use a new TSE_WALK flag to navigate. Also cleaned up and simplified code. |
Revision 3ba6576 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 10, 2019, 19:09 (GMT) |
GPencil: Remove extra parameters to Convert API Scene can be removed using context. Also bmain can be removed too. |
July 10, 2019, 17:50 (GMT) |
Outliner: Utils made outliner_find_active more general Rather than only searching for active, now search for element with matching flag. |
July 10, 2019, 17:27 (GMT) |
Fixed profile orientation issue with 1 segment long bevel chains. Simple fix: The first edgehalf visited had the wrong orientation. |
July 10, 2019, 16:22 (GMT) |
Merge branch 'master' into soc-2019-outliner |
Revision 3ed7b3b by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 10, 2019, 15:45 (GMT) |
GPencil: Add notifier to update new created stroke |
Revision 8e86734 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 10, 2019, 15:37 (GMT) |
GPencil: Change default parameter use_collections to True |
Revision 8b3afb1 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 10, 2019, 15:37 (GMT) |
GPencil: Fix double definition The gpl was out of scope due double definition. |
July 10, 2019, 15:37 (GMT) |
Add time limits for each nodes |
Revision 5f02cc2 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 10, 2019, 15:17 (GMT) |
simple clear cache operator |
July 10, 2019, 15:13 (GMT) |
Merge branch 'master' into blender-v2.80-release |
Revision 097ae32 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 10, 2019, 15:12 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision c524490 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 10, 2019, 15:12 (GMT) |
GPencil: Basic python api to convert curve to strokes |
July 10, 2019, 15:10 (GMT) |
Point submodules to their release branch |
July 10, 2019, 15:09 (GMT) |
Switch to the Release Candidate stage |
Revision 5216bf6 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 10, 2019, 14:53 (GMT) |
get rid of particles.range() |
|